目前分類:技術文件 (27)

瀏覽方式: 標題列表 簡短摘要

 
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) 人氣()


如果 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) 人氣()

«12