字體:
Tools->Options->Font
個人覺得最好看的是FixedSys。

forteallan 發表在 痞客邦 留言(0) 人氣()

Source Insight 3.5:
Options -> Document Options 點擊 Screen Fonts 按鈕
(My prefered font: Lucida Console, 14pt)

讓視窗頂端 show 出完整檔案位址:
Options -> Preferences 點擊 Display tab
Options 區域, 最後一個選項: Trim long path names with ellipses 勿勾選


Skype 4.0:
功能->設定選項->即時訊息&手機簡訊->對話外觀->變更字型

forteallan 發表在 痞客邦 留言(1) 人氣()


生涯首次幾乎沒什麼認真念書就上場考試
比第一次期中考還混!!

forteallan 發表在 痞客邦 留言(1) 人氣()


前幾天在vim中開一個檔時,竟然在結尾又出現了一堆^M。以前曾看過如何用一行指令去掉這些令人討厭的換行符號,不過久沒用還是忘了。用Google隨便找了一下,連結就找到了。解答如下:
:%s/^M//g
(記得^M要用CTRL-V CTRL-M來輸入)
或者是
:%s/\r//g

forteallan 發表在 痞客邦 留言(0) 人氣()

 
Add codes below (in red color) to '~/.bashrc'

forteallan 發表在 痞客邦 留言(2) 人氣()


Fedora 9 中安裝vmware tools

Fedora 9出來了,對我這個經常追求新軟件的人來說,說不得要試一下了。於是花了幾個小時的時間下載了一個,並在vmware下裝了它。F9出來的時候,很多人一直說它用了多少新技術,有多少了不起的進步。裝上去看了一下,覺得主要是界面方面改進了不少。其他還是差不多。

forteallan 發表在 痞客邦 留言(0) 人氣()


Loading "installonlyn" plugin
Existing lock /var/run/yum.pid: another copy is running. Aborting.

如果出现上述错误,直接输入下列命令再运行就好了
可以直接输入 rm -f    /var/run/yum.pid

forteallan 發表在 痞客邦 留言(0) 人氣()


In this tutorial you will learn 

 1) how to hack makefiles

 2) how to view assembly code generated by gcc (works on any platform)

 3) how to run assembly through the SPU timing tool and how to interpret the output of the static analysis (in terms of the effectiveness of software pipelining) 

 

forteallan 發表在 痞客邦 留言(0) 人氣()


Safeboot
If you by any chance had your ps3 configured to the wrong setup for audio and video, and you can not get your ps3 to display on your setup anymore, there is a way to safeboot. If you hold down your power button (not the switch) until you hear a 2nd beep, the ps3 will

forteallan 發表在 痞客邦 留言(0) 人氣()


我想清楚了
如果我們能做好想做的事
就可以幫助弱勢的人

forteallan 發表在 痞客邦 留言(0) 人氣()

  • Nov 11 Tue 2008 23:04
  • 面試


今天的行程非常的單純
早上讀 RTS 期中考
下午面試
不過卻有些許的疲累感
因為淋了不少的雨

forteallan 發表在 痞客邦 留言(0) 人氣()


我想
我真的找不到問題出在哪裡
惰性、負面思維、毫無企圖心加上定期的低落感
搞得自己明明沒有在忙什麼
卻又無法真正得到放鬆與救贖

因為對我來講
永遠沒辦法真的放自己一馬
就算有些事不急, 或是自己不想做事時
也會不斷的把它掛在心上
徒增壓力, 一點點用處都沒有
反而壞處卻俯拾即是

我也意識到我的問題
但卻怎麼都無法勸自己跳脫出來

到底有沒有特效藥能吃啊!!
我................
還有救嗎?

forteallan 發表在 痞客邦 留言(0) 人氣()


如果 core file 一直出不來的話,
使用 ulimit -a 看第一行是多少。
0 的話代表 dump core 被關掉啦,
利用 ulimit -c unlimited 來將它開啟至無限制大小。
再重跑一次程式看看。

如果有 coredump 會有 (core dumped) 字樣 show 出來。

在 code 裡直接呼叫 abort(); 就會產生 core dump 啦!!

forteallan 發表在 痞客邦 留言(0) 人氣()


為了一個 RTSS2008 的自動送信程式
花了我3天時間不斷的嘗試與錯誤
由於 NEWSLab 的 mail server 剛好最近不太穩定
(系所跳電,switch 掛掉)
Mail service 掉了一封確認註冊的信
所以被要求改成利用系所的 mail server 來寄信

 

forteallan 發表在 痞客邦 留言(1) 人氣()


齁....博士內~~~
當兵時每當被問及退伍後要幹嘛?
總是回答: 我想先去唸博班看看

forteallan 發表在 痞客邦 留言(0) 人氣()