introduction

Two years ago, I got a laptop Lenovo Y500, I am still using it now. Recently, I bought a new desktop. To use them together without any work conflicted with each other on different machine, distinct jobs are putted on distinct machine.

Some editing, research tasks are conducted on my laptop. Code, evaluations are putted on the desktop.


woking together

A Linux distribution Ubuntu is installed on the desktop, and Windows 7 is installed on my laptop.

The connenction is Putty’s show. File transfers with WinScp. In order to enjoy the multi-label terminal, A software called ConEmu showing below is installed on my laptop.

I also installed a X-server on my Windows 7, Xming. If you have interets on it, search it with Glgoo or powerfull engine Baidu. You will not miss it! Once you have installed Xming, your Windows gets the ability to display a graphical window started in your putty! If you have installed it, try eog in the command window.

Note! You have to enable X-Server when you try to connect your Linux with Putty.


monitoring your Linux

I installed nmon on my Linux, you can launch it using command sudo nmon :). Its very easy to play with it.

Look at the CPU usage, one of the cores is runing hardly. :(

If you want to know which process is runing busy, just press T on you keyboard!

temperature usally are considered in the situation of that certain program needs to run in a long time. Keep the system cool is important! Try Psensor, if you want.

最新文章

  1. Atitti 大话存储读后感 attilax总结
  2. NOIP2003pj栈[卡特兰数]
  3. nginx.conf中配置laravel框架站点
  4. 使用 jQuery 页面回到顶部
  5. php 多进程workman服务器框架
  6. Spring SqlRowSet example--转载
  7. c#中的结构与枚举
  8. Java API —— TreeSet类
  9. foreach的原理
  10. JavaScript学习心得(四)
  11. openwrt上网配置的一些理解(四)
  12. When Hybrid Cloud Meets Flash Crowd: Towards Cost-Effective Service Provisioning--INFOCOM 2015
  13. Maven工具的使用总结
  14. 基于Eclipse IDE的Ardupilot飞控源码阅读环境搭建
  15. Latex数学公式中的空格表示方法
  16. 使用mpvue开发小程序教程(六)
  17. 报文分析2、IP头的结构
  18. 远程连接排错-屌丝去洗浴中心之路(windows)
  19. LOJ 3059 「HNOI2019」序列——贪心与前后缀的思路+线段树上二分
  20. “一战通offer”互联网实习季编程挑战

热门文章

  1. 一起做orb-slam(2)
  2. JavaScript之Promise对象
  3. IIS&ASP.NET 站点IP跳转到域名
  4. TopCoder SRM 559 Div 1 - Problem 900 CircusTents
  5. UVA140 ——bandwidth(搜索)
  6. 安装ipython,使用scrapy shell来验证xpath选择的结果 | How to install iPython and how does it work with Scrapy Shell
  7. Sql Server 镜像相关
  8. django rest-framework 4.REST的认证和权限
  9. mooc-python语言语法week3-6
  10. PySC2是DeepMind的“星际争霸II学习环境”(SC2LE)的Python组件