這個是我自己做的工具,方便透過CLI來切換資料夾以及寫程式,
另外,它應該也算是CLI Commander。
目前分類:linux (21)
- Nov 08 Sun 2009 18:29
easy linux terminal cd command switch directory
- Oct 16 Fri 2009 23:52
Gigabyte M704 UMPC with Ubuntu 9.04 / 9.10 / 10.04
參考文章
http://blog.xuite.net/csiewap/cc/16846344
- Oct 08 Thu 2009 16:49
Gigabyte M704 UMPC with OpenSUSE 11.1
需要的東西:
M704
隨身碟(>1G)
- May 14 Wed 2008 11:14
轉貼 CentOS 4 top 找不到雙CPU資訊
http://blog.sina.com.tw/allen42/article.php?pbgid=2986&entryid=11903
- May 10 Sat 2008 20:25
[inotify] 取得Linux filesystem的檔案異動事件
參考網頁:
http://linux.die.net/man/7/inotify
- Apr 14 Mon 2008 15:33
轉貼: 加強VSFTP的安全性
來源: http://www.ascc.sinica.edu.tw/nl/94/2112/02.txt
- Mar 28 Fri 2008 14:11
轉貼:限制資料夾下的容量不可超過100MB
http://phorum.vbird.org/viewtopic.php?t=22030
http://souptonuts.sourceforge.net/quota_tutorial.html
================================================
- Mar 23 Sun 2008 21:47
IBM ServeRAID
# Capturing ServeRAID configuration and event logs (DUMPLOG)
# IBM ServeRAID Dumplog program v3.0 - Servers
https://www-304.ibm.com/systems/support/supportsite.wss/docdisplay?lndocid=MIGR-4UD223&brandind=5000008
- Mar 23 Sun 2008 00:52
LVM 擴充你的根目錄空間
# 這個參考資料
# http://blog.cowbay.org/rewrite.php/read-213.html
# 我做到使用rescue光碟片,做重抓的動作,OS是centos44
- Mar 04 Tue 2008 15:23
轉貼: 每日檢查硬碟的使用量,當到達90%時寄出Alert mail
1. 至/root/bin目錄下,新增一shell script的檔案,名為diskspace.sh,內容如下:
#!/bin/bash
df -h | grep -vE '^Filesystem|tmpfs|cdrom' | awk '{ print $5 " " $1 }' | while read output;
- Feb 19 Tue 2008 20:08
FOG - Free, Ghost-like Cloning Solution
http://sourceforge.net/projects/freeghost/
- Sep 26 Wed 2007 01:38
轉貼:Linux下Apache日志分析工具--AWStats安裝使用
http://www.linuxpk.com/28437.html
- Aug 20 Mon 2007 15:39
轉貼: Linux載掛(Mount)遠端Windows資料夾的應用
http://indeepnight.blogspot.com/2007/05/mount.html
筆者先前寫了SAMBA SERVER的一些相關設定,其實主要是要用在其它的WINDOWS的使用者,能夠利用網芳的模式來存取到LINUX中的資料,而不是透過FTP、WEB的服務來取得資料,便利性會來的高一些(相對的危險也高)
- Aug 18 Sat 2007 12:46
[ I F S T A T ] Can monitor now transfer rates
# ifstat (if you have two ethernet)
eth0 eth1
- Aug 03 Fri 2007 14:19
146G 的 /var/spool/mqueu
- Jul 18 Wed 2007 22:39
webminstats
http://phorum.study-area.org/viewtopic.php?p=99849&sid=3ba7f73e2d23a917acb8af486cf65616
- Jul 18 Wed 2007 17:15
proftpd and mysql
- Jul 16 Mon 2007 10:47
顯示目錄下所有的檔案個數
- Jun 28 Thu 2007 15:27
PPPoE and DDNS
- Jun 15 Fri 2007 14:01
用script安裝LAMP
http://blog.s135.com/read.php/200.htm
還沒試過,我想我還會改很多東西