Sponsorised links
This year
Queriac. All our quicksearches are belong to us.
Queriac allows you to manage your quicksearches, shortcuts, and bookmarklets by taking them out of your browser profile and onto the web, making them portable, taggable, shareable, and generally easier to manage. Drawing from the concept of Yubnub and extending it in the spirit of del.icio.us, Queriac effectively turns your browser's address bar into a flexible command line.
Home - autojump - GitHub
A Unix command for jumping from a directory to another arborescence. Neat and useful !
Sponsorised links
2008
Extraire, trier et filtrer des données - Systèmes alternatifs - Les tutoriels
* grep : filtrer des données
* sort : trier les lignes
* wc : compter le nombre de lignes
* uniq : supprimer les doublons
* cut : couper une partie du fichier
2007
baeke.info :: Quick Tip: using vmware-cmd with multiple virtual machines
baeke.info :: Quick Tip: using vmware-cmd with multiple virtual machines
超過 4G 的檔案怎麼在網路上複製 | 走過的、學過的、看過的
後來仔細用 Google 找了一下,果真有這個限制耶!不過,這個限制是因為 Apache 所產生的,Apache 為了某些因素,是不允許直接讀取超過 2G 的檔案,那要怎麼做呢?
快速的修改一大票文字檔案 - CreMaker's in-life Blog
s 表示 substitute(替換) 的意思,而 g 表示 global,如沒加上這個 g 符號的話,在同一行只會修改第一個 match 到的字串。如在同一行有 "123 123" 這樣的字串,想將 123 改成 321,沒使用 g 這個符號,那麼只會修改第一個 123 字串。
linux 命令学习笔记-郭爽的Blog
在一个命令行中可以执行多个命令,用分号将各个命令隔开即可,例如:
#last -x;halt
上面代码表示在显示系统关闭、用户登录和退出的历史后关闭计算机。
用 COPY 命令合并文件隐藏秘密
比如你有一段私人信息要隐藏起来,请先录入并保存为文本文件,假设保存为001.txt。另找一个非文本文件,最好为图片文件或可执行文件。以图片文件为例,假设它的文件名为002.jpg。如果把它们都放到D盘根目录下,那么在Windows的MS-DOS方式下执行以下命令:
LinuxTOY » 使用 UNIX 的 10 个良好习惯
tar 那个可能有些问题 , -C 参数应该在文件名之后。
即 tar xvf -C tmp/a/b/c newarc.tar.gz
应该换成 tar xvf newarc.tar.gz -C tmp/a/b/c
否则 tar 会把 -C 当成是 xvf 的文件而出错。
