聚沙成塔

養貓的陌生人筆記本

在 AIX 5.2 上安裝 bind8

No Comments »

其實在 aix 5.2 上面裝 bind 跟一般並沒有什麼不同,
但是實做最大…你沒裝過你敢說之前的做法一定成功嗎?XD
故在此紀錄一下步驟…

Read the rest of this entry »

NetBSD 3 基本上網設定

No Comments »

以下為 NetBSD 3 基本網路設定

安裝也是照畫面指示即可,

網路配置

Read the rest of this entry »

打開 rcp

No Comments »

打開簡單的 rcp 權限

今日老闆突然要打開 rcp 的語法權限,

是 AIX 與 Solaris…

Read the rest of this entry »

FreeBSD 6.2 Ldap Client 設定

No Comments »


1. 安裝套件
必須裝 openldapclient, nss_ldap, pam_ldap 這三種套件

  • nss_ldap :
    功能: 尋找到帳號資訊
    設定檔: /usr/local/etc/nss_ldap.conf

備註:直接使用 ports 安裝 nss_ldap 即會自動安裝相對應的 openldap-client 版本
若是先安裝 openldap-client 再安裝 nss_ldap 的話
可能造成 openldap-client 與 nss_ldap 版本不符合而無法安裝 nss_ldap

Read the rest of this entry »

啟動 Fedora Core 5 的 XDMCP

No Comments »


因為要讓 X-manager 等 X-Window 程式做遠端連線,
此法也可通用於 CentOS 4.x

檢查/usr/share/config/kdm/kdmrc 以下選項是否符合黃字:

Read the rest of this entry »

AIX 掛載 Linux NFS 障礙排除

No Comments »

今天要把公司的 AIX 5.2 上面自己裝的 apache config 好,
目的是要幫助 Windows 上面的 tomcat 分享 html 檔案,
按照 NFS 3.0 的規則,網路的 Service 是不可以透過 NFS DISK 寫入的,
但是 AIX 卻可以,因為上面的 NFS 是舊版的!這個漏洞真的很方便 Orz…

於是我馬上 mount Windows SFU 所分享出來的 NFS DISK 很順利!
直接 mount 192.168.0.13:/webapps /data/hardrain 就掛上去了。

網頁也都正確運作無誤,後來靈機一動,想說乾脆所有的 NFS 都掛上去好了…
於是 mount 另一台 Linux 的卻無法順利掛載,並出現如下訊息:

Read the rest of this entry »

開啟 SuSE 10.1 Xmanager 遠端登入

No Comments »

vi /etc/opt/gnome/gdm/gdm.conf

此設定檔與大部分相同,以下為我更動過的選項

Read the rest of this entry »

重新註冊所有dll

No Comments »


在 『執行』 或是 cmd 底下輸入此行,可重新註冊所有 Windows system32 資料夾底下的 dll

for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1


Solaris 10 基本上網設定

No Comments »

以下為 Solaris 10 上網基本設定

Read the rest of this entry »

設定 Awstats 於 Apache

No Comments »


雖然這個很簡單,但還是要記一下,避免忘記。

Read the rest of this entry »