码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu Common Commands

时间:2014-12-26 16:32:33      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:

# change password for root

sudo passwd 

 

# install and configure open ssh server

apt-get install openssh-server # install open ssh server
vi /etc/ssh/sshd_config # PermitRootLogin yes
/etc/init.d/ssh restart

 

# copy files from another machine

rsync -av root@ub14x64s-c1:/root/mysql-tarballs .

 

Ubuntu Common Commands

标签:

原文地址:http://www.cnblogs.com/jeffreyf/p/4156146.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!