2014年9月14日

摘要: 本文转自:http://my.oschina.net/aiguozhe/blog/33994A为本地主机(即用于控制其他主机的机器) ;B为远程主机(即被控制的机器Server), 假如ip为172.24.253.2 ;A和B的系统都是Linux在A上的命令:# ssh-keygen -t rsa ... 阅读全文

posted @ 2014-09-14 16:18 ttop 阅读(195) 评论(0) 推荐(0)

摘要: 本文转自:http://forum.ubuntu.org.cn/viewtopic.php?f=54&t=177845经常用ubuntu的朋友们可以已经习惯了一个事实那就是,通过ssh登录到ubuntu,登录认证的时间总要用掉10多秒甚至20多秒30秒,可能你已经习惯了这个事实,但是,其实,这个漫长... 阅读全文

posted @ 2014-09-14 15:24 ttop 阅读(126) 评论(0) 推荐(0)

摘要: 原文链接:http://www.cnblogs.com/ma6174/archive/2012/07/31/2616498.html本文主要讲解如何用git备份服务器数据服务器端:1.如果没有git,先安装:sudo apt-get install git-all2.假如要备份文件夹~/backup... 阅读全文

posted @ 2014-09-14 15:01 ttop 阅读(231) 评论(0) 推荐(0)

摘要: 1、编辑文件 /etc/rc.localvim /etc/rc.local#!/bin/sh## This script will be executed *after* all the other init scripts.# You can put your own initialization... 阅读全文

posted @ 2014-09-14 14:37 ttop 阅读(156) 评论(0) 推荐(0)