井底
trip to EURO
長這麼大都不曾出國(套一句留英LEX的台詞:余自幼家貧)
第一次出國就是去歐洲出差半個月,而且要一次走六個國家
知道自己英文不是很好,覺得有點緊張
跑去買了一本旅遊英文書來惡補一下(來不及了啦~)
不過基本的會話應該ok,只是有些字彙不知道怎麼說
見招拆招囉~
下一篇文章應該會在是在法國的時候
這帽子扣得真大
http://groups.google.com/group/planet-linux-of-taiwan/browse_thread/thread/94cd14c2ee737bec
我是很尊敬前輩的……
enable mouse in vim
http://snpshu.blog.pingtung.org/post/2/68
"使用m$模式 source $VIMRUNTIME/mswin.vim behave mswin "使用mouse set mouse=a "指定term模式 set ttymouse=xterm2 "切換滑鼠模式快速鍵 map m :set mouse=a<CR> map <Leader>m :set mouse=<CR>
backup my vimrc
” 256 color depth
set t_Co=256
” paste without indent
set paste
” 顯示行號
set nu
set nobackup
set autoindent
colors asmdev
set cindent
set ruler
set tags=./tags,tags
set nocompatible
set backspace=2
set showmatch
” tab for cindent with 4 spaces
set shiftwidth=4
” tab = 4 spaces
set tabstop=4
” convert tab to space
set expandtab
syntax on
set et
” set noet
” F2 : 存檔(不關閉)
map :up
” F3 : 切換游標所在行劃底線
map :set cursorline!:echo “Highlight active cursor [...]
ubuntu ethxx rename
不知道為甚麼,eth0不見了,只剩下eth1
http://mydebian.blogdns.org/?p=177
# /etc/init.d/networking stop
首先要知道網路卡的driver module name
# lsmod (找出網路卡module : NICmod)
# rmmod NICmod
確認udev rule for NIC設定檔
通常在 /etc/udev/rules.d/xxx-net.rules
將它清空,重新載入NIC module
# modprobe NICmod
# /etc/init.d/networking start
sed – 字串取代
將a.txt裡面的xxx取代成yyy,存到b.txt
sed ’s/xxx/yyy/g’ a.txt > b.txt
取代行首
sed ’s/^/yyy/g’ a.txt > b.txt
取代行末
sed ’s/$/yyy/g’ a.txt > b.txt
better df
有顏色,有進度條
pydf
http://linuxtoy.org/archives/pydf.html
下載: http://kassiopeia.juls.savba.sk/~garabik/software/pydf/
yUM for fedora Core 4
http://archives.fedoraproject.org/pub/archive/fedora/linux/
Read Full Post | Make a Comment ( None so far )Hacker的幽默?
Journaling Flash Filesystem 是 Log 類型
LogFS 是 Journaling 類型
SSH Server 登入過慢
通常是因為開啟了Domain Name 反查
修改 /etc/ssh/sshd_config
加入一行 UseDNS no
另一個方法:
把client 端的 ip & hostname 加到 ssh server 那台電腦裡的 /etc/hosts
Ubuntu 8.04 hardy, APT source list (Taiwan)
用臺灣高品質學術研究網路的Repositories
http://ftp.twaren.net/Linux/Ubuntu/ubuntu/
IE7 有沒有這麼爛啊……
Java Script 執行效率被所有其他瀏覽器狂電 (一大截)
第一名是Firefox 3 RC1
http://news.mydrivers.com/1/106/106286.htm
修改 aMSN 聯絡人頭像大小
how to make the Display Picture of contacts windows bigger ?
check these two pages :
Creating AMSN Skins
Can I make thumbnails bigger?
debian 出大包了
因為一個疏忽,出了一個大漏洞,導致ssh key 容易被暴力破解
真不敢相信debian 這麼嚴謹的distro 會出這種錯誤
而且擺了一兩年
Serious Debian/Ubuntu openssl/openssh bug found
ubuntu 系出debian 當然也受影響(libssl-0.9.8)
受影響版本:
Ubuntu 7.04 (Feisty)
Ubuntu 7.10 (Gutsy)
Ubuntu 8.04 LTS (Hardy)
Ubuntu “Intrepid Ibex” (development): libssl <= 0.9.8g-8
Debian 4.0 (etch) (see corresponding Debian security advisory)
firefox 設為預設瀏覽器
重新關聯 Firefox 的登錄檔
如果是portable 版本,預設不能開多個實例(mutiple instant)
要把Fx3NightlyProtable\FirefoxPortable.ini 裡面的 AllowMultipleInstances 設為true
但是會開在新視窗,不知道怎樣設成開在新分頁
Portable Firefox 3.0 pre nightly build
從PTT瀏覽器板看到的
相當方便
Ubuntu 7.10 gusty, 台灣的source list
deb http://ftp.twaren.net/Linux/Ubuntu/ubuntu/ gutsy main universe restricted multiverse
deb-src http://ftp.twaren.net/Linux/Ubuntu/ubuntu/ gutsy main universe restricted multiverse
deb http://tw.archive.ubuntu.com/ubuntu/ gutsy-security main restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ gutsy-security main restricted
deb http://tw.archive.ubuntu.com/ubuntu/ gutsy-security universe
deb-src http://tw.archive.ubuntu.com/ubuntu/ gutsy-security universe
deb http://tw.archive.ubuntu.com/ubuntu/ gutsy-security multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu/ gutsy-security multiverse
deb http://ftp.twaren.net/Linux/Ubuntu/ubuntu/ gutsy-updates universe main multiverse restricted
deb-src http://ftp.twaren.net/Linux/Ubuntu/ubuntu/ gutsy-updates universe main multiverse res
菸酒生的好夥伴:不只是文獻管理工具 – zotero
之前介紹過Bibus
這次是另一個更好用的工具:zotero
NAND Flash ~ empty flash 問題
Openmoko – 惱人的 Empty flash 問題
# sumtool -e 0×20000 –no-cleanmarkers –littleendian -i output/rootfs.jffs2 -o output/newrootfs.jffs2
warning: `regparm’ attribute directive ignored
交叉編譯rt73usb driver的時候,需要指定kernel source路徑
# cd RT73_Linux_STA_Drv1.0.4.0/Module
# make ARCH=arm CROSS_COMPILE=arm-linux-
\KERNDIR=/home2/fyodor/kernel/linux-2.6.25__from__2.6.24.3/
出現了這個警告
warning: `regparm’ attribute directive ignored
網路上查到是說
kernel src directory裡面的 include/asm
他是一個link,應該要指向corss compile目標
(在我這個情況就是asm-arm)
如果沒把asm 指到 asm-arm,就會出現這個warning
http://osdir.com/ml/linux.gps/2006-02/msg00049.html
http://linux.chinaunix.net/bbs/archiver/?tid-916672.html
可是我有正確指過去啊….怎麼還是出現這個warning
受保護:Linux Driver – Platform Device
此為加密文章,因此無法看到摘要。
Read Full Post | Make a Comment ( 輸入密碼才能查看留言 so far )« Previous Entries



