Chinaunix首页 | 论坛 | 博客
  • 博客访问: 699163
  • 博文数量: 111
  • 博客积分: 2109
  • 博客等级: 上尉
  • 技术积分: 1124
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-25 12:11
个人简介

通信码农,Emacs爱好者,业余IOS程序员,更业余的PM

文章分类

全部博文(111)

文章存档

2018年(2)

2016年(2)

2015年(2)

2014年(13)

2013年(21)

2012年(71)

发布时间:2015-10-08 14:27:23

background:某台服务器centos7,通过df查看空间基本被占满
此台机器的分区当时我偷懒,500G的空间就只划了个Boot, 划了个Swap,其他都分了/
......【阅读全文】

阅读(5299) | 评论(0) | 转发(0)

发布时间:2014-05-28 14:57:54

之前使用SSH免root登陆以及在Githubs上传公钥还有port转发都是一知半解,Follow procedure而已正好一位同事写个tool,正好系统的学习了一下,转载了一下文章用来备忘,方便查询基本原理:阮一峰老师的博客在写Intro的时候比较清晰:SSH原理:http://www.ruanyifeng.com/blog/2011/12/ssh_remote_login.htmldigital.........【阅读全文】

阅读(911) | 评论(0) | 转发(0)

发布时间:2013-04-08 10:47:34

Sometimes as the administrator of a Linux Operating System Server, you may need to send a message to all users. There are some different ways to do this, and now we will see just one of them.We will use wall.As the main input of wall is a file, we will first create our message file.For.........【阅读全文】

阅读(1799) | 评论(0) | 转发(0)

发布时间:2013-03-07 19:56:50

http://www.cnblogs.com/chateldon/archive/2012/03/30/2425198.html......【阅读全文】

阅读(993) | 评论(0) | 转发(0)

发布时间:2013-01-25 13:22:35

1. sed -i '2d' filename      删除文本的第二行    -i --in-place[=SUFFIX]    edit files in place (make backup if extension supplied)2. 替换    比如某文本里我想把/abc 替换成/kkk    sed -i.........【阅读全文】

阅读(1107) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册