ybluo

导航

04 2017 档案

【原】linux学习路径
摘要:1. <<The Linux Command Line A Complete Introduction>> 2. <<Advanced Programming in the Unix Environment>> 3. <<Understanding the Linux Kernel>> By Dan 阅读全文

posted @ 2017-04-16 21:29 ybluo 阅读(160) 评论(0) 推荐(0)

【转】使用SecureCRT连接ubuntu
摘要:1. Ubuntu 装好之后默认是没有安装ssh服务的(我的版本是Ubuntu 12.04.3 LTS),需要手动安装: 安装命令:sudo apt-get install openssh-server 2. 安装完成之后,查看安装是否成功:netstat -tlp ,出现ssh服务表示安装成功。 阅读全文

posted @ 2017-04-16 15:22 ybluo 阅读(138) 评论(0) 推荐(0)

【转】ubuntu 打开命令行窗口的方法
摘要:1. CTRL+ALT+T 2. ALT+F2调出Run a Command,输入gnome-terminal 3. 单击dash home这个按钮,输入te,就可以看到Terminal终端的选项了 阅读全文

posted @ 2017-04-16 15:04 ybluo 阅读(1432) 评论(0) 推荐(0)