摘要:
查看nginx编译参数:/usr/local/nginx/sbin/nginx -V 查看apache编译参数:cat /usr/local/apache2/build/config.nice 查看mysql编译参数:cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE 查看php编译参数:/usr/local/php/bin/php -... 阅读全文
摘要:
suse:~ # lsb_release -dDescription: SUSE Linux Enterprise Server 10 (x86_64)suse:~ # cat /etc/SuSE-release SUSE Linux Enterprise Server 10 (x86_64)VER 阅读全文
摘要:
1.配置DNS vim /etc/resolv.conf domain sitenameserver 202.98.0.682.配置网关 vim /etc/sysconfig/network/routes default 192.168.1.1 - - 3.service network resta 阅读全文
摘要:
grant all privileges on *.* to 'user'@'host' identified by 'password' WITH GRANT OPTION MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_ 阅读全文
摘要:
ISCSI服务器:192.168.10.10 ISCSI客户端:192.168.10.20 在ISCSI服务器添加两块硬盘:/dev/sdb /de/sdc 一,在服务端安装 [root@localhost ~]# yum install targetd targetcli 二,配置服务端 1,创建 阅读全文
摘要:
1,安装时发现默认的源里面没有transmission-daemon包 pi@fynn:/etc/apt/sources.list.d $ sudo apt-get install transmission-daemon Reading package lists... Done Building 阅读全文
摘要:
1,"/etc/crontab"文件 [root@localhost ~]# more /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # For details see man 4 cronta 阅读全文
摘要:
当你发现时间是贼了,它早已偷光你的选择。 一,GMT、UTC、CST GMT:(Greenwich Mean Time)格林威治时间 ,太阳通过格林威治那一刻来作为计时标准。 UTC:(Coordinated Universal Time)国际协调时间,由物理钟提供。 CST:美国,澳大利亚或中国的 阅读全文
摘要:
一,安装NTP [root@localhost ~]# yum install ntp Loaded plugins: product-id, subscription-manager This system is not registered to Red Hat Subscription Man 阅读全文