Currently browsing tag

Linux, Page 16

Bash Guide for Beginners

記錄一下這幾個連結 http://tldp.org/LDP/Bash-Beginners-Guide/html/index.html http://ppewww.physics.gla.ac.uk/~chrisc/SUPA/lecturenotes/bash/bash.html 常有機會寫 bash 但是bash還是不熟悉.

HOWTO build the PHP rrdtool extension?

This HOWTO is based on SL5, RHEL5, CentOS 5. (rrdtool-1.2.23-1.el5.rf.x86_64, rrdtool-1.2.23-1.el5.rf.i386) STEP 1 : Go to http://oss.oetiker.ch/rrdtool/pub/contrib/ to get the PHP rrdtool …

列出linux有幾核心?

[root@cluster1 ~]$  cat /proc/cpuinfo | grep processor | tail -n 1 | awk ‘{print $3 + 1}’

SDL in Linux 亂記

SDL (Simple DirectMedia Layer) 是個跨平台的多媒體 library. 無意間找到 Sol’s Graphics for Beginners 網頁看起來很有趣. 下面程式碼來自於 SDL Skeleton and Putting Pixels 網頁. #include #if defined(_MSC_VER) …

終於找到 Webmin

我之前在夏威夷的老闆曾經跟我說過有個網頁工具可以管理 server.那時的我有記起來. 但是, 年代久遠已經忘記記在哪裡? 絕對不是記到腦袋. 後來 Google 很久後才找到. 這個 Webmin 工具. 真的很方便. 可以輕鬆管理 web server, dhcp server, dns server, ldap server …等. …

ASUS Eee PC 900 安裝 Ubuntu 8.10

去年買了 Eee PC 900 給媽媽, 裡面安裝 Xandros Linux 作業系統. 沒有 terminal 沒辦法手動安裝一些其他程式 只好把他安裝成 Windows XP. 不過那真是夢靨阿. 速度暴慢. 最後我爸媽都不用了. 只好拿來自己玩. 在網路上搜尋.有人推薦使用 easy peasy. …