1.修改主机名称[root@centos ~]# vim /etc/sysconfig/network打开文件,修改以下内容并保存 NETWORKING=yes #使用网络 HOSTNAME=centos #设置主机名称[root@centos ~]# hostname ce...
分类:
其他好文 时间:
2015-08-31 14:55:59
阅读次数:
154
安装crontab:[root@CentOS ~]# yum install vixie-cron[root@CentOS ~]# yum install crontabs说明:vixie-cron软件包是cron的主程序;crontabs软件包是用来安装、卸装、或列举用来驱动 cron 守护进程的...
分类:
其他好文 时间:
2015-08-29 06:08:10
阅读次数:
135
在CentOS6.3下实践通过。1.关闭防火墙[root@CentOS ~]# chkconfig iptables off2.关闭selinuxvi /etc/sysconfig/selinux//将SELINUX=enforcing修改为disabled然后重启生效3、配置CentOS 6.0 ...
分类:
其他好文 时间:
2015-08-26 01:37:49
阅读次数:
154
由于公司的游戏需要在越南和韩国上线,越南的时间比我们慢一个小时,韩国的时间比我们快一个小时,所以服务器配置系统环境的时候需要设置越南服务器同步越南的时间点,韩国服务器同步韩国的时间点,下面设置方法如下:一、设置越南服务器时间同步:cat>/var/spool/cron/root..
分类:
其他好文 时间:
2015-08-26 00:16:14
阅读次数:
134
测试配置:[root@centos6-1~]#cat/etc/redhat-releaseCentOSrelease6.6(Final)
[root@centos6-1~]#uname-r2.6.32-504.el6.x86_64[root@centos6-1~]#uname-aLinuxcentos6-12.6.32-504.el6.x86_64#1SMP
WedOct1504:27:16UTC2014x86_64x86_64x86_64GNU/Linux测试机A:[root@centos..
分类:
其他好文 时间:
2015-08-01 19:16:37
阅读次数:
800
定时备份数据库
/usr/sbin/backupmysql
timestamp=`date +"%Y-%m-%d-%H-%M-%S"`
mysqldump -uroot -p'123456 databasename>/db$timestamp.sql
chmod +x backupmysql
安装crontab:
[root@CentOS ~]# yum install vix...
分类:
数据库 时间:
2015-07-23 07:09:06
阅读次数:
169
rsync指令详解(更详细的看官方文档http://rsync.samba.org/ftp/rsync/rsync.html)[root@Centos epel]# rsync --helprsync version 3.0.6 protocol version 30Copyright (C)...
分类:
其他好文 时间:
2015-07-20 14:18:08
阅读次数:
227
1.设置sshd服务开机启动[root@centos ~]# chkconfig sshd on查看sshd开机启动状态[root@centos ~]# chkconfig --list|grep SSHD 2.查看sshd服务状态[root@centos ~]# service sshd stat...
分类:
系统相关 时间:
2015-07-12 01:36:30
阅读次数:
314
使用 quit(), exit(), 或者Ctrl-D退出命令行
[root@CentOS-43 workspace]# python
Python 2.6.6 (r266:84292, Jan 22 2014, 09:42:36)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2
Type "help", "copyright", "cr...
分类:
编程语言 时间:
2015-07-09 14:34:25
阅读次数:
103
1.关闭防火墙[root@CentOS~]#chkconfigiptablesoff2.关闭selinuxvi/etc/sysconfig/selinux//将SELINUX=enforcing修改为disabled然后重启生效3、配置CentOS6.0第三方yum源(CentOS默认的标准源里没有nginx软件包)//下载wget工具[root@CentOS~]#yuminstallwget//下载atomicyum源..
分类:
其他好文 时间:
2015-07-08 22:58:56
阅读次数:
162