Linux 檢查檔案系統的 block 大小
方法一 : # echo “foo” > bar # du -h bar 4.0K bar 方法二 : # tune2fs -l /dev/sda1 | grep ‘Block …
方法一 : # echo “foo” > bar # du -h bar 4.0K bar 方法二 : # tune2fs -l /dev/sda1 | grep ‘Block …
由於 NoMachine免費版本只能支援 2 個使用者. 在家用當然是足夠. 但是要給多人用就沒辦法了. 只好自己架設免費的 FreeNX server. 在安裝 FreeNX Server 前. 請記得安裝 expect. # yum install expect Loaded plugins: kernel-module …
差幾天 function 1 2 3 4 5 6 7 8 function dateDiff($startDate, $endDate) { $startArry = getdate(strtotime($startDate)); $endArry = getdate(strtotime($endDate)); $start_date = …
首先, 先變成管理者模式 # sudo -s 在 /Library -> Preferences -> SystemConfiguration 建立 com.apple.RemoteAccessServers.plist 檔案 # vi /Library/Preferences/SystemConfiguration/com.apple.RemoteAccessServers.plist 1 2 3 4 5 …
1. 直接改密碼 : 開機後按 Command-S, 然後輸入下列指令. username 改成你的username. password 改成你要的密碼 # fsck -fy # mount -uw / # launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist # …
打開 Terminal 輸入下列指令就可以了 : defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1 這樣在 System Preferences -> Time Machine 就可以設定你要用 SMB or AFP 備份. 如果要取消, 輸入下列指令 …
如何更改 vmware linux 機器的 MAC 位址? 在vmware 上的mac只能改固定的位址 格式如下 00:50:56:xx:xx:xx (xx代表你可以改的位址) 可是這樣的改法並不能滿足我.我需要改 MAC 好讓原本申請的 mac address 能運作. 在改變之前先查看一下本來的MAC位址 : # ifconfig -a …
rsync –delete -avl /xxx/xxx/xxx/ liho.tw:/xxx/xxx/xxx/
make sure you already install xfs module : # yum install -y xfs* part it : # parted /dev/sdb GNU Parted 1.8.1 …
在蘋果裡面網路設定很好用. 蘋果可以按照你不同地點給予不同網路環境設定profile. 例如, 在家裡撥接ADSL然後撥VPN回公司, 在辦公室用固定ip. 在會議室設定無線網路…etc 不同環境都會有不同的 profile. 甚至, 我在辦公室還有不同 profile. 例如, 上班用固定ip. 然後, 有些特殊情況要用另外一組 ip. 這時候 Location profile 就很好用. 就在 System …