行动…Don\'t ever let somebody tell you, you can\'t do something. you got a dream, you gotta protect it. people can\'t do something themselves they wanna tell you you can\'t do it.if you want something. go get it.
发布时间:2017-12-22 14:26:08
YUM安装后,直接在配置文件中添加以下内容:把/etc/squid/squid.conf 重命名。重新创建 vi /etc/squid/squid.conf写入:http_port 192.168.1.22:3128cache_mem 64 MBcache_dir ufs /opt/squid_cache 4096 16 256cache_effective_user squidcache_effective_group squiddns_nameservers 8.8.8.8cache_access.........【阅读全文】
发布时间:2017-12-21 15:49:20
在正常的项目使用中,会突然发现硬盘丢失或系统无法启动。这时进入raid查看硬盘状态,有硬盘显示为foreign状态。正常为online.下面为linuxman的排错方法:1.在启动过程中有界面提示“Ctrl+R” 及时按下2.进入VD Mgmt 选中第一行按F23.选中Foreign Config-->clear (注:有资料显示此步选import. 下面的步骤就不用操作了.........【阅读全文】
发布时间:2017-12-18 10:36:02
以root用户执行以下操作。一、 使用 mkdir 命令开始创建 chroot 监狱(给某用户分配的目录):a). mkdir -p /home/test 二.交互式会话,需要至少一个 shell,通常为 sh 和基本的 /dev 节点。如 null、zero、stdin、stdout、stderr 和 tty 设备:a). ls -l /dev/{null,zero,stdin,stdo.........【阅读全文】
发布时间:2017-12-11 18:29:25
1。在转移后配置了my.cnf文件,添加了路径。2.一直提示无法更新pid文件,在配置文件中添加后。还是一样。3.后确定为selinux导致。关闭此防火墙。setenforce 04.启动数据库后,本地登录。无法查看到转移的数据库。耗费了较长时间,后确认为没有为本地访问赋权限。用远程连接方式登录便可看到: mysql -h192.168.0.2 -uro.........【阅读全文】
发布时间:2017-12-01 11:48:40
yum install readline-devel pcre-devel openssl-devel gccyum install dnsmasq https://openresty.org/en/download.htmlwget https://github.com/doujiang24/lua-resty-kafka/archive/master.zip放到 /opt 目录下tar -zxvf openresty-1.11.2.3.tar.gzcd openresty-1.11.2.3./configure --prefix=/op.........【阅读全文】