会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
超我
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
14
下一页
2019年1月5日
Linux统计系统文件类型出现的次数
摘要: awk '/^UUID/{fs[$3]++}END{for(i in fs) {print i,fs[i]}}' /etc/fstab /^UUID/ 匹配确定行范围
阅读全文
posted @ 2019-01-05 14:38 超我
阅读(323)
评论(0)
推荐(0)
2018年12月24日
centos7 keepalived 配置高可用
摘要: ! Configuration File for keepalived global_defs { notification_email { xaioqiang.he@xinboxinmo.com } notification_email_from h_find@sina.com smtp_server 192.168.200.1 smtp_connect...
阅读全文
posted @ 2018-12-24 16:46 超我
阅读(189)
评论(0)
推荐(0)
gitlab 迁移
摘要: http://www.cnblogs.com/crysmile/p/9505527.html
阅读全文
posted @ 2018-12-24 09:38 超我
阅读(150)
评论(0)
推荐(0)
2018年11月7日
centos7 install nginx+fastdfs
摘要: 说明:centos7单机部署 nginx fastdfs ## 创建一下目录作为存储数据图片的路径 可以自己定义 mkdir -pv /data/application/{storage,tracker,client} cd /data/application/ yum install lrzsz
阅读全文
posted @ 2018-11-07 15:31 超我
阅读(1789)
评论(2)
推荐(0)
2018年10月30日
kvm键盘使用
摘要: 在新建导向的时候最后一步之前,选择查看细节那里,在desplay的地方选择VNC server ,再在keyboard地方选择us-en,这下进入安装界面就可以了。
阅读全文
posted @ 2018-10-30 22:57 超我
阅读(681)
评论(0)
推荐(0)
2018年10月22日
禅道下载包地址
摘要: https://www.oschina.net/news/97476/zentao-10-0-stable-released
阅读全文
posted @ 2018-10-22 15:13 超我
阅读(293)
评论(0)
推荐(0)
2018年10月19日
shell 调试脚本设置
摘要: set -x 脚本部分内容 set +x
阅读全文
posted @ 2018-10-19 17:56 超我
阅读(139)
评论(0)
推荐(0)
shell 变量相关的命令
摘要: 变量="变量" readonly 变量名="变量" 表示设置该变量为只读变量 ,这个变量不能别改变 echo $变量名 set 显示本地所有的变量 unset 变量名 表示清除变量 readonly 显示当前shell下有哪些只读变量
阅读全文
posted @ 2018-10-19 17:31 超我
阅读(140)
评论(0)
推荐(0)
shell 多行注释
摘要: :<<BLOCK 中间为要注释的内容 BLOCK
阅读全文
posted @ 2018-10-19 17:25 超我
阅读(244)
评论(0)
推荐(0)
web site optimization
摘要: @ 如果有很多图片(比如web服务器的页面上有多个小图片),通常是没有必要记录文件的访问时间的,这样就可以减少写磁盘的I/O,这个要如何配置 @ 首先,修改文件系统的配置文件/etc/fstab ,然后,在包含大量文件的分区中使用noatime和nodiratime这俩个命令 /dev/sda5 /
阅读全文
posted @ 2018-10-19 14:38 超我
阅读(131)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
14
下一页
公告