我一直在走,至少还有条路,也好于无路可走…
发布时间:2013-07-08 14:17:34
[root@localhost rules.d]# ls05-udev-early.rules 60-raw.rules 90-dm.rules40-multipath.rules 60-wacom.rules 90-hal.rules50-udev.rules 61-uinput-stddev.rules 95-pam-console.rules.........【阅读全文】
发布时间:2013-06-22 17:26:15
mysql密码忘记重置1.停止mysql服务/etc/init.d/mysqld stop2.设置忽略密码启动mysql服务mysqld_safe --skip-grant-tables &3.使用空密码连接mysql -u root4.修改root密码update mysql.user set password=PASSWORD(‘newpassword’) where User=’root’;flush privileges;quit;.........【阅读全文】
发布时间:2013-06-06 15:21:36
系统自带的openssh遭到破坏,源码编译opensshcp /etc/init.d/sshd /home/ssholdwget http://down1.chinaunix.net/distfiles/openssh-6.1p1.tar.gz tar -zxvf openssh-6.1p1.tar.gz cd openssh-6.1p1 ./configure --prefix=/usr/ --sysconfdir=/etc/ssh/ --with-zli.........【阅读全文】