This content is password protected. To view it please enter your password below:
Password:
...
Centos6.4 安装MySQL5.1.51数据库
系统环境:
Mysql数据库:hostname:Master-Mysql-Server #IP:192.168.199.176/24 Centos 6.4 2.6.32-358.el6.x86...
Centos6.4 安装Nginx Web服务器
系统环境:
Nginx Web:hostname:Web-Nginx-Server #IP:192.168.199.103/24 Centos 6.4 2.6.32-358.el6.x86_6...
Centos5.3 halt关机提示Shutdown:hda System halted.
[root@SSH-CLIENT-NO02 ~]# sync;sync;halt
Centos5.3 关机提示:
Shutdown:hda
System halted.
按照网络上的方法:
...
Centos配置ssh的DSA、RSA认证
由于每次密码验证登陆到另外的linux主机要输入密码,如果太多次数烦不胜烦,因此配置dsa认证,免去繁琐的输入密码。配置rsa、dsa方法完全一样,此处以dsa为例!
系统环境:
中心分发服务...
基于ssh的scp拷贝命令
scp(secure copy)是基于ssh的安全拷贝命令,scp常用的参数如下:
-2:Forces scp to use protocol 2. #基于ssh协议2
-4:For...
基于ssh的sftp拷贝命令
sftp(secure file transfer program)是基于ssh的安全ftp命令,更多参数可以man sftp
sftp下可以使用的命令:get, put, rename,ln,...
Win8 Antimalware Service Executable CPU负载高
开机后,cpu风扇很响,一个叫做“Antimalware Service Executable”占用了30%的内存,“Antimalware Service Executable”是Windows D...
局域网共享服务输错密码导致拒绝访问
本地局域网内,有一台共享文件服务器。登陆要求用户验证,但是由于输入了错误密码,导致认证拒绝。
方法一:
[crayon-6862846f06114464340882/]
如果以上方法不可行,...
var/lib/mlocate/mlocate.db’: No such file or directory
locate可以列出所有的相关文件名,但是由于最小化安装Centos6.4操作系统,系统默认是没有安装slocate的。
直接上代码:
[crayon-6862846f0613d1472671...