会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
feral
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2017年4月20日
nginx+fancyindex
摘要: 编译 配置 美化 网上找好看的footer.html和header.html 如footer.html header.html
阅读全文
posted @ 2017-04-20 10:19 feral
阅读(297)
评论(0)
推荐(0)
2017年4月11日
nginx密码认证
摘要: printf "zhangsan:$(openssl passwd -crypt 123456)\n" >> htpasswd auth_basic "Restricted"; auth_basic_user_file htpasswd;
阅读全文
posted @ 2017-04-11 17:44 feral
阅读(156)
评论(0)
推荐(0)
mysql检测
摘要: mysqladmin -uroot -p'password' ping | grep -c alive
阅读全文
posted @ 2017-04-11 10:54 feral
阅读(176)
评论(0)
推荐(0)
2017年4月4日
awk查看本机IP+查看本网段mac
摘要: ifconfig | awk '/inet addr/' | awk '!/127.0.0.1/' |awk -F ':' '{print $2}' |awk '{print $1}' (#centos6) ifconfig | awk '/inet/'|awk '!/inet6|127.0.0.1/'|awk '{print $2}' (#centos7.3) ...
阅读全文
posted @ 2017-04-04 02:39 feral
阅读(1018)
评论(0)
推荐(0)
2017年4月3日
wget
摘要: 添加系统变量: GNU_HOME值C:\Program Files (x86)\GnuWin32\ 添加path: ;%GNU_HOME%\bin wget -c -b --http-user=xxx --http-password=yyy --limit-rate=400K -P F:/ http
阅读全文
posted @ 2017-04-03 20:51 feral
阅读(156)
评论(0)
推荐(0)
2017年4月2日
kvm安装,使用,优化
摘要: 安装 一:通过yum 二:编译安装 篇幅较长暂留 三、添加网桥 使用 一:通过定义XML文件增加一台虚拟机 二:通过virt-install 新增一台虚拟机 1.准备磁盘:通常选择支持快照的qcow2格式,性能最好的是raw格式 2.安装虚拟机 3.驱动安装 SCSI——网卡——GPU 4.创建快照
阅读全文
posted @ 2017-04-02 22:32 feral
阅读(784)
评论(0)
推荐(0)
2017年3月22日
ssserver with ss
摘要: 脚本练习:判断 需求:ubuntu14.04 32 http://files.cnblogs.com/files/feral/ss.sh
阅读全文
posted @ 2017-03-22 14:18 feral
阅读(194)
评论(1)
推荐(0)
方向
摘要: 1、linux系统基础,这个不用说了,是基础中的基础,连这个都不会就别干了,参考书籍,可以看鸟哥linux基础篇,至少要掌握这书60%内容,没必须全部掌握,但基本命令总得会吧2、网络服务,服务有很多种,每间公司都会用到不同的,但基础的服务肯定要掌握,如FTP, DNS,SAMBA, 邮件, 这几个大
阅读全文
posted @ 2017-03-22 00:03 feral
阅读(145)
评论(0)
推荐(0)
2017年3月21日
crontab
摘要:
阅读全文
posted @ 2017-03-21 14:11 feral
阅读(113)
评论(0)
推荐(0)
2017年3月15日
bindview+dlz(mysql)
摘要: 系统准备 配置iptables iptables -F iptables -P OUTPUT ACCEPT iptables -P FORWARD DROP iptables -A INPUT -p tcp --dport 22 -j ACCEPT iptables -P INPUT DROP ip
阅读全文
posted @ 2017-03-15 04:03 feral
阅读(813)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页