Currently browsing tag

tips, Page 14

5 Login Window Tips

From : http://www.macosxtips.co.uk/index_files/5-login-window-tips.html For all of these tips you will need know the password to an administrator account. You can check whether …

Single Sign On with Kerberos V

這篇文章假設你已經有 Kerberos 伺服器. 也假設你建立好 Kerberos 使用者帳號. 在開始設定 SSO(Single Sign On) 之前必需先設定與網路時間協定(ntp)同步. 否則無法自動登入 先在 Kerberos 伺服器上產生對應的電腦 key. [root@kerberos ~]# kadmin Authenticating as principal …

查詢 rpm 部署檔案的路徑

例如, 我有個 AdobeReader_enu-8.1.2-1.i486.rpm 在安裝前我想知道它將會寫到哪裡. 就可以下 : rpm -qlp AdobeReader_enu-8.1.2-1.i486.rpm /opt/Adobe /opt/Adobe/Help …(omit)

關掉 Spotlight 索引

在建置蘋果電腦上的openafs server時, 記得將 spotlight sudo mdutil -i off /Volumes/vicepa turn off spotlight indexing function.

更改外接硬碟掛載路徑

一般而言, Macintosh 外接硬碟都會自動掛載在 /Volumes/My HDD下面.如果我想要改變預設掛載位置需要編輯 /etc/fstab 檔案. 改變掛載點/etc/fstabUUID=46C9597A-E724-38AF-8194-2A7867B44038 /vicepa hfs rw

Enabling .htaccess in OS X

from : http://www.clagnut.com/blog/350/ Out of the box, the Apache Web server that comes with OS X does not take any notice of …

openafs compile and load libafs

cd /usr/src/openafs-kernel-1.4.4/src/ ./configure make cp /usr/src/openafs-kernel-1.4.4/src/src/libafs/MODLOAD-2.6.9-67.0.4.ELsmp-MP/libafs.ko /lib/modules/2.6.9-67.0.4.ELsmp/kernel/fs/openafs/libafs.ko vi /lib/modules/2.6.9-67.0.4.ELsmp/modules.dep ## add /lib/modules/2.6.9-67.0.4.ELsmp/kernel/fs/openafs/libafs.ko: to modules.dep file modprobe libafs

updatedb in Macintosh

Linux 使用者有個找檔案的好用的工具 locate 雖然Mac有Spotlight但是某種程度而言. locate 比 Spotlight 好用. 因為使用者可以搭配 grep 過濾檔名. 在 Macintosh 預設是沒有把 locate 的 database 啓用. 你可以用下列指令連結updatedb # sudo -s …