发布时间:2014-02-21 01:29:34
ubuntu中计划任务配置文件是/var/spool/cron/crontabs/root中,在redhat中是/var/spool/cron/root文件......【阅读全文】
发布时间:2014-02-06 14:48:30
http://blog.csdn.net/jiangheng0535/article/details/10288745说明:大家都知道在etc下文件可以配置网络,而图形界面的ubuntu也可以控制网络,那他们2者有何联系呢?原来他们是2套不同的网络管理系统,有一定的协调机制,只能启用一个,详见下文,网上关于networkmanager的总结。 L.........【阅读全文】
发布时间:2013-09-29 17:51:03
root@ubuntu-System-Product-Name:~# cat /etc/apt/sources.listdeb http://old-releases.ubuntu.com/ubuntu/ natty main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ natty-security main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ nat.........【阅读全文】
发布时间:2013-04-11 15:44:14
第一部分:环境说明1、OS:master: Red Hat Enterprise Linux Server release 5.4 (Tikanga)slave: Ubuntu 12.04.1 LTS 2、mysql版本:master: Server version: 5.0.77-log Source distribution(Redhat)slave: Server version: 5.5.29-0ubuntu0.12.04.2 (Ubuntu)3、IP配置:master.........【阅读全文】
发布时间:2013-04-11 15:43:18
第一部分:环境说明1、OS:Red Hat Enterprise Linux Server release 5.4 (Tikanga)2、mysql版本:Server version: 5.0.77-log Source distribution3、IP配置:master:192.168.1.50 slave:192.168.1.133第二部分:配置过程1、master#cat /et/mysql/my.cnf[mysqld]server-id = 1log-bin = binlog2、master#.........【阅读全文】