Currently browsing category

Linux, Page 24

OpenAFS 1.4.8 之後就支援大於 2TB 的磁區

之前我都用 Scientific Linux 預設的套件. 目前他們只有更新到 1.4.7 所以一直沒辦法用大於 2TB 的磁區. 最後還是自己compile比較新的 codes. 1.4.10 好感動. 終於看到正常的磁區了 😀 # vos partinfo fileserver a Free space …

終於把 liho.tw server 轉移成功 :D

前陣子 liho.tw server 相當不穩定. 記憶體太少. 常常資料庫會掛點. 要不然就是 CPU 值太高. 導致 liho.tw server 跑不起來. 後來於是買了 Mac mini 記憶體加到4GB大約2萬多.還算可以接受的範圍. 只是硬碟有點小. 才120GB. 蘋果 MB463LL/A 與 …

使用 php 產生 openldap sha 密碼 hash

Using php to create openldap sha password hash 應該很少有人有這樣的需求. 不過我就是有. 下面程式可以讓你產生 ldap sha 密碼 hash : 1 2 $passwd = "TOP_SECRET"; $ldap_passwd …

解決近端電腦連不到躲在NAT後伺服器問題!

問題情境 : 外網連NAT後的伺服器. 沒問題. 可是區域網路連NAT後的伺服器就連不到. 之前有人問過我這個問題.而我一直沒遇到這樣的問題所以我沒有任真的解決這個問題. 如今讓我遇到了. 所以就得解決. 基本的問題點在於近端電腦不該像外網連結真實ip. 那個真實ip會直接連到 NAT 伺服器. NAT 伺服器裡面沒有規則幫內網做 port forwarding. 用個簡單的方式解決這個問題.就是讓內部的dns回應不同的 ip 位址. 遇到外來的 ip 回應真實ip. …

yum enable dag repo

# yum install mplayer –enablerepo dag Loading “kernel-module” plugin Setting up Install Process Setting up repositories dag 100% |=========================| 1.1 kB 00:00 …

Kerberos logs rotate

One day, I found one of our Kerberos servers was out of space. I found Kerberos does not handle logs rotate by …

FreeRADIUS and Kerberos

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 …