vim .gitignore *.mp4 *.pyc *.swp *.old *.bak ...
分类:
其他好文 时间:
2017-11-26 00:42:00
阅读次数:
150
1.备份系统自带源 mv /etc/apt/sources.list /etc/apt/sources.list.bak 2.修改/etc/apt/sources.list文件 vim /etc/apt/sources.list 加入如下内容 3.更新生效 apt-get update ...
分类:
系统相关 时间:
2017-11-25 14:28:41
阅读次数:
197
cd /user_projects/domains/base_domain/security cp DefaultAuthenticatorInit.ldift DefaultAuthenticatorInit.ldift.bak java -classpath ../../../../wlserv ...
分类:
Web程序 时间:
2017-11-22 00:05:17
阅读次数:
187
0参考资料 三度的ansible首页 http://www.cnblogs.com/sanduzxcvbnm/category/1036442.html kkblog的ansible首页 http://www.cnblogs.com/Carr/tag/ansible/ ansible documen ...
分类:
其他好文 时间:
2017-11-20 19:13:05
阅读次数:
123
Mooncake is a Chinese bakery product traditionally eaten during the Mid-Autumn Festival. Many types of fillings and crusts can be found in traditional ...
分类:
其他好文 时间:
2017-11-18 12:51:20
阅读次数:
199
之前写过一篇关于CYQ.Data 关于读写分离的使用心得。但在测试时,出现过各种的意外表现,未能达到预期效果。然后经过"路过秋天"这几天的调优以后。各种使用环境均已达到预期效果。 今天在这里将如何配置,以及对应的配置在使用时的表现整理出来。分享给大家。大家可以在实际使用中对号入座(也欢迎大家自行测试 ...
分类:
其他好文 时间:
2017-11-17 23:25:56
阅读次数:
206
ch /etc/ chmod 644 passwd group shadow chmod 400 gshadow cd ssh chmod 600 moduli ssh_host_dsa_key ssh_host_key ssh_host_rsa_key chmod 644 ssh_config s ...
分类:
其他好文 时间:
2017-11-17 18:33:38
阅读次数:
419
第一步:開啟終端進入root模式$sudo-s第二步:備份NTFS初始文件#mv/sbin/mount_ntfs/sbin/mount_ntfs_bak第三步:新建需要掛載的NTFS腳本#vim/sbin/mount_ntfs#!/bin/sh/sbin/mount_ntfs_orig-orw,nobrowse"$@"第四步:設置掛載文件的權限#chmoda+x/sbin/mount_ntfs第五步:重?.
分类:
Web程序 时间:
2017-11-15 23:50:25
阅读次数:
449
#!/bin/bash
#创建一个名为bond0的链路接口
IP=$1
GATE=192.168.18.1
ETH1=eno1
ETH2=eno2
#ETH3=eno3
#ETH4=eno4
modprobebonding
#备份网卡1文件
cp/etc/sysconfig/network-scripts/ifcfg-$ETH1ifcfg-$ETH1.bak
#修改网卡配置文件
functionbond0()
{
cat<<EOF>/etc/..
分类:
系统相关 时间:
2017-11-15 21:52:16
阅读次数:
1534
7.6yum更换国内源恢复系统默认yum源配置:[root@adai002Packages]#cd/etc/yum.repos.d[root@adai002yum.repos.d]#lsdvd.repo
[root@adai002yum.repos.d]#rm-fdvd.repo[root@adai002yum.repos.d]#ls[root@adai002yum.repos.d]#cp../yum.repos.d.bak/*.[root@adai002yum.repos.d]..
分类:
其他好文 时间:
2017-11-15 10:47:30
阅读次数:
304