我的第一隻GTK+程式 helloworld!
程式碼如下 : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 …
程式碼如下 : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 …
之前我都用 Scientific Linux 預設的套件. 目前他們只有更新到 1.4.7 所以一直沒辦法用大於 2TB 的磁區. 最後還是自己compile比較新的 codes. 1.4.10 好感動. 終於看到正常的磁區了 😀 # vos partinfo fileserver a Free space …
前陣子 liho.tw server 相當不穩定. 記憶體太少. 常常資料庫會掛點. 要不然就是 CPU 值太高. 導致 liho.tw server 跑不起來. 後來於是買了 Mac mini 記憶體加到4GB大約2萬多.還算可以接受的範圍. 只是硬碟有點小. 才120GB. 蘋果 MB463LL/A 與 …
Using php to create openldap sha password hash 應該很少有人有這樣的需求. 不過我就是有. 下面程式可以讓你產生 ldap sha 密碼 hash : 1 2 $passwd = "TOP_SECRET"; $ldap_passwd …
問題情境 : 外網連NAT後的伺服器. 沒問題. 可是區域網路連NAT後的伺服器就連不到. 之前有人問過我這個問題.而我一直沒遇到這樣的問題所以我沒有任真的解決這個問題. 如今讓我遇到了. 所以就得解決. 基本的問題點在於近端電腦不該像外網連結真實ip. 那個真實ip會直接連到 NAT 伺服器. NAT 伺服器裡面沒有規則幫內網做 port forwarding. 用個簡單的方式解決這個問題.就是讓內部的dns回應不同的 ip 位址. 遇到外來的 ip 回應真實ip. …
# yum install mplayer –enablerepo dag Loading “kernel-module” plugin Setting up Install Process Setting up repositories dag 100% |=========================| 1.1 kB 00:00 …
First of all, you need to install Zend Gdata on your web server. Using following codes. Just modified at 12, 13 and …
編輯 /etc/ssh/sshd_config 檔案. 加入允許的使用者 AllowUsers sam root AllowGroups wheel 設定完後記得重新啟動 sshd # service sshd restart
One day, I found one of our Kerberos servers was out of space. I found Kerberos does not handle logs rotate by …
When I use freeradius-1.1.3-1.2.el5 on SL5(RHEL5) to authenticate with Kerberos, it always displayed “Segmentation fault”. The error messages like below: modcall: group …