仙人掌世界
learn - innovate - share
Showing posts with label
linux
.
Show all posts
Showing posts with label
linux
.
Show all posts
May 6, 2013
偵測目錄變動並自動執行指令
›
最近比較少用 IDE 後,coding 少了些自動化的回饋機制總覺得缺了點什麼,手動執行不知不覺也浪費了許多時間 想了想, 有些重複流程是可以用程式自動化的, 只要有程式來偵測目錄變動並自動執行程式就夠了, 在 linux 裡確沒找到相關的工具 ( inotify-tools ...
5 comments:
Apr 3, 2013
ab 漸進壓力測試工具
›
最近在學 Go ,也用Go寫一個 ab-like 的玩具( Go-HttpBench ),為了要比較兩者效能另外寫了 bash script 用來轉換 ab 報表為行列數據,功能跟 autobench 相似,用階段性漸增的壓力來測試 http server,搜集到的數據可再用 g...
Dec 20, 2011
[Java Performance]Chapter 2:Operating System Performance Monitoring
›
這篇談到如何在作業系統層級搜集數據(CPU、Memory、Network I/O、Disk I/O),從數據中分析可能的效能問題 名詞定義: Performance monitoring: 使用非侵入式的方法從作業系統或應用程式搜集、觀察數據,如使用作業系統提供的工具(...
Feb 4, 2009
ubuntu configuration memo
›
Install gcin and liu sudo apt-get install gcin tar -zxf liu_gcin120.tar.gz sudo ./liu_gcin120/install.sh gedit ~/.gnomerc #gcin environme...
1 comment:
Sep 24, 2008
Linux remote desktop using VNC
›
Steps: 1.install vncserver [root@hostname ~]#yum install vncserver 2.startup vncserver [root@hostname ~]# service vncserver start ...
May 12, 2007
Ldap Install Guide
›
yum install openldap-servers.i386 openldap-devel openldap-clients compat-openldap #加入Samba.schema cd /etc/openldap/schema wget http://...
Some Selinux Tips
›
vi /etc/selinux/targeted/booleans.local allow_ypbind=0 ftpd_disable_trans=1 httpd_disable_trans=1 or setsebool ftpd_disable_trans 1 setseboo...
remote backup to tape
›
#Server useradd backup su - backup ssh-keygen -t rsa mv .ssh/id_dsa.pub .ssh/authorized_keys mt -f /dev/st0 rewind chown backup /bin/st0 #...
Some SSH Tips
›
SSH 的相關安全設定 http://www.study-area.org/tips/ssh_tips.htm http://linux.vbird.org/linux_server/0310telnetssh.php#ssh_sshdconfig 關於Client 的登...
Some OpenLDAP Resourse
›
主要的站: http://www.openldap.org/ 電子書: http://www.bspu.secna.ru/~swp/LDAP/ http://www.zytrax.com/books/ldap/ 實體書(中文): http://203.64...
Linux檔案存取權限
›
Permission http://linux.vbird.org/linux_basic/0210filepermission.php#filepermission SUID/SGID/Sticky Bit http://linux.vbird.org/linux_bas...
›
Home
View web version