linux-misc
ParadoxDilemma
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux sync
DescriptionFlush file system buffers。Synchronize data on disk with memory. Force changed blocks to disk, update the super block. ‘sync’ writes any data buffered in memory out to disk. This can include原创 2015-09-09 10:24:02 · 726 阅读 · 0 评论 -
Linux Shell代理设置
在Linux的Shell中,一般的程序都是使用http_proxy和ftp_proxy环境变量来获取代理设置。 设置方法:export http_proxy=proxy_addr:port原创 2015-09-06 11:09:18 · 2048 阅读 · 0 评论
分享