arch/um/sys-i386/user-offsets.c:4:22: 錯誤: asm/user.h:沒有此一檔案或目錄查了一下,2.6.23 後改掉了:
release notes:Jeff Dike (3):
UML - Stop using libc asm/page.h
UML - Fix kernel vs libc symbols clash
UML - stop using libc asm/user.h
ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上
arch/um/sys-i386/user-offsets.c:4:22: 錯誤: asm/user.h:沒有此一檔案或目錄查了一下,2.6.23 後改掉了:
release notes:Jeff Dike (3):
UML - Stop using libc asm/page.h
UML - Fix kernel vs libc symbols clash
UML - stop using libc asm/user.h
git checkout cd453節過災難就發生了 .. 因為這樣 checkout 過去後,git log 就不會列出 第一版以後的 log。 也就是說,我回不去了 >_< 後來用 git log master 會顯示master 所有的 rev,才找回最後的 hash code。
git rev-list --all --pretty也可以列出所有的 revision, 但是各branch 會混在一起。 不然就要用 gitk 啟動圖形界面,再 start git gui,在 show all branch 把所有 branch 都 show 出來
# aptitude install xfs
config:
裝完 xfs 後,/etc/X11 下就會有 fs 這個 folder,裡面會有 config。 把 config 的 no-listen = tcp 這一行 comment 掉後,重新啟動 xfs (/etc/init.d/xfs) 就可以font server 的 service port 是 7100,可以用 netstate 來看。 裝完後,在 Xming 的 remote font server 欄為就可以填上 font server 的 ip address。
/etc/initramfs-tools/initramfs.conf有個選項:
COMPCACHE_SIZE改完後還要作:
sudo update-initramfs -u再重開機。 ref: http://ubuntuforums.org/showthread.php?t=1040087
git remote add remotexample git@192.168.0.72:example
設定 一個 remote repository 的別名 為 remoteexample. 從 remote url 來看,這個 remote repository 是用 ssh 登入,ip 是 192.168.0.72, username=git example 就是在 server 的 /home/git/example一旦設定過,就可以用
git push origin把 local 的 code 同步到 server 也可以不用兩步驟: remote add 加別名,git push。 直接寫 url:
git push git@192.168.0.72:example所有定義過的 remote repo 別名可以用
git remote show來顯示 要刪除(好重新定義) remote name,可以用
git remote rm examplerepo來刪除 examplerepo 這個名字 git server 的 repository 好像不能在遠端 create,要 ssh login 後,手動 create 一個 folder ,然後用 git init 命令產生 repostory (空的),然後才能由遠端 push source code 過去。
不然好像要用 gitosis 來作
偉大的 tsung 好像有說是 cache 的關係: http://plog.longwin.com.tw/my_note-app-setting/2010/01/26/git-ignore-howto-set-zim-2010