Memo
fool_fool
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Linux] Touch--Change the time of files after changing your system time
Use command: touch Update the access and modification times of each FILE to the current time. Format: 1) find . | xargs touch 2) find ./ -type X | xargs touch原创 2013-04-11 08:52:16 · 498 阅读 · 0 评论 -
Redhat 网络配置
1. /etc/sysconfig/network-scripts/ifcfg-eth1 DEVICE=eth1 ONBOOT=yes BOOTPROTO=static IPADDR=10.2.8.70 NETMASK=255.255.0.0 GATEWAY=10.2.0.254 DNS1=159.16.39.1 2. /etc/resolv.conf name原创 2013-05-13 15:05:17 · 501 阅读 · 0 评论 -
Mercurial -- An Excellent Version Control Tool
0. Install a mercurial on Ubuntu sudo apt-get install mercurial 1. Create a project and commit > hg init my_dir > [ add some files ] > hg add [new files or原创 2013-05-25 10:23:08 · 492 阅读 · 0 评论 -
From Source Code to an Executalbe File ----- Learning of Gcc on Linux Operating Systems
Windows make you fool and to learn the computer, you'd better use the linux from now on !原创 2013-05-25 15:09:39 · 587 阅读 · 0 评论
分享