Linux常用命令

释放内存

sync
echo 3 > /proc/sys/vm/drop_caches

 时间时区设置

cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 
date -s 06/22/96 
date -s 13:52:00 

Mysql时区设置:设置时区为系统时区

mysql> SET GLOBAL time_zone = timezone;

 

 

posted on 2013-10-29 23:49  DieAngel  阅读(219)  评论(0编辑  收藏  举报

导航