Fix “Find My Mac” not available problem
更新了 10.7.2 發現”Find My Mac”不能使用. 我重新安裝 Lion重新升級到 10.7.2 也是不行. 最後爬文爬到“Find My Mac” not available after Lion Recovery Update and 10.7.2 Update, “Find …
更新了 10.7.2 發現”Find My Mac”不能使用. 我重新安裝 Lion重新升級到 10.7.2 也是不行. 最後爬文爬到“Find My Mac” not available after Lion Recovery Update and 10.7.2 Update, “Find …
在linux底下的 ethX 常常與主機板編號的順序不太一樣. 所以得用下列指令辨識哪個孔是哪個 ethX # ethtool -p ethX # ethtool –identify ethX
# mii-tool eth0: negotiated 100baseTx-FD, link ok eth1: negotiated 100baseTx-FD, link ok eth2: no link eth3: no link
# ioreg -l | awk ‘/IOPlatformSerialNumber/ { split($0, line, “\””); printf(“%s\n”, line[4]); }’
當我在掛載 xfs partition 時出現了”Structure needs cleaning”錯誤 # mount /dev/sdb1 /disk2 mount: Structure needs cleaning 我用了下列的指令解決了. 雖然我不太清楚什麼東西導致它有問題 : # xfs_repair -n /dev/sdb1 上面指令還不能完全解決 …
在遠端管理mac的時候就需要這樣的技巧. 第一個步驟. 要先知道如何掛載 dmg 映像檔. # hdiutil attach foo.dmg Checksumming Driver Descriptor Map (DDM : 0)… Driver Descriptor Map (DDM : 0): …
# swapon –a 打開所有 swap partitions # swapoff –a 關閉所有 swap partitions # blkid /dev/sda1: LABEL=”/” UUID=”dec5d8be-d75d-4440-a592-d12e837e90e6″ TYPE=”ext3″ /dev/sda2: LABEL=”SWAP-hdc2″ TYPE=”swap” /dev/sdb1: …
這個是 SAS 15K 的速度 這個是 SAS 15K 兩顆做 RAID 0 的速度 # hdparm -tT /dev/md127 /dev/md127: Timing cached reads: 22506 MB in …
Mem: 16427616k total, 16374588k used, 53028k free, 872k buffers top – 16:48:42 up 153 days, 6:12, 3 users, load average: 1.90, 2.02, …
# yumdownloader –source kernel 這個命令就可以把目前使用的 kernel source 下載回來.