#!/bin/bash #设置时区并同步时间 ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime if ! crontab -l |grep ntpdate &>/dev/null ; then (echo "* 1 * * * ntpdat ...
分类:
系统相关 时间:
2020-04-22 16:28:30
阅读次数:
70
cat > /usr/local/python3/site-packages/tab.py <<EOFimport sys,readline,rlcompleter,atexit,osreadline.parse_and_bind('tab: complete')histfile = os.path ...
分类:
系统相关 时间:
2019-09-29 10:04:56
阅读次数:
148
请认准正版地址:http://blog.51cto.com
分类:
系统相关 时间:
2018-12-09 16:38:32
阅读次数:
236
#!/bin/bash
#author:yuxiaoguang
#date:2016/5/22
#使用yum-yupdate更新系统时不升级内核
yum-yupdate
#删除没用的系统默认用户(不能删除postfix账号,此用户会影响到tar压缩备份)
userdeladm
userdellp
userdelsync
userdelshutdown
userdelhalt
userdelnews
userdeluucp..
分类:
系统相关 时间:
2016-05-23 01:14:09
阅读次数:
589
#!/bin/bash
#Author:JuChangfei
#BLOG:http://changfei.blog.51cto.com
if[`whoami`!="root"];then
echo"pleaseuseroot!"
exit1
fi
#Commoninstallationpackage
yum-yinstallsysstatiptrafcurlcurl-develntpwgetlsofstracelrzszcmakesetuptool
#setrunlevelto3
sed-i‘s/id:..
分类:
系统相关 时间:
2015-07-09 22:49:52
阅读次数:
236
#!/bin/bash
#gccinstall
yuminstall-ygcc
#viminstall
yuminstall-yvim
#DevelopmentTools
yumgroupinstall-y"DevelopmentLibraries""DevelopmentTools"
#closeiptables
yum-yinstalliptables
/etc/init.d/iptablesstop
/sbin/iptables-F
serviceiptablessave
/etc/init.d/ipt..
分类:
系统相关 时间:
2014-09-10 12:42:21
阅读次数:
351
#!/bin/bash
######the system first start configuretion #####for install
####copy right by donglei##############
#1、配置sysctl
mv /etc/sysctl.conf /etc/sysctl.bak
echo "###########################...
分类:
系统相关 时间:
2014-08-28 16:14:09
阅读次数:
279