目前分類:未分類文章 (5)

瀏覽方式: 標題列表 簡短摘要
本文引用自aftcast - C++中關於extern "C"的意義

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

# ntpdate clock.stdtime.gov.tw

ps : linux 主機必需要連上網路

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

yum 是 fedora 內建的套件管理工具.....
使用方法<<�略>>

當想要install 一個套件時
最常遇見的問題:
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...

這是因為 yum 的預設是會自動更新的....
此時剛好在更新....所以無法 install

解決方式2種:
(1)找出process 然後 kill 它

(2)關掉這個service,方法如下
a.su
b.打密碼
c.service yum-updatesd stop
d.chkconfig --level 5 yum-updatesd stop

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

最近想要在自己的Xp上安裝Linux,所以就想說安裝vmware...
但是看看自己手上的vmware...再看看官網上的版本 = ="
於是開始在google上尋找 突然發現有個東西叫...VirtualBox...就用它吧
原因:沒有什麼原因,只是剛好在google上看到,而且是GPL...
VirtualBox的官方網站(英文)
http://www.virtualbox.org/

VirtualBox的下載位置
http://www.virtualbox.org/wiki/Downloads

以下為它的下載頁面上的內容


在下載之前,要先確定你現在正在使用那種作業系統(OS)
而且有一點要注意
Please note that the package architecture must fit your host operating system architecture. So if you are running a 32-bit kernel on a 64-bit capable CPU you have to install the 32-bit version (x86/i386). On the other side you must install the AMD64 version if your host OS is 64-bit!
上面的內容是寫說(英文不夠好...有翻錯的話囧rz..)
如果你的OS是與64位元的CPU相容的32bit Kernel核心 你要去下載(X86/i386)

如果你的OS是64bit的Kernel核心 就要下載AMD64這個版本

在安裝完後,會出現一個畫面

上面的意思大概是說,要不要加入他們收集的統計資料中...應該沒有差吧@@

不過有點我很好奇....為啥安裝時,它會自動先選擇簡體呀....明明有內建繁體...怪了


以上...先寫到這樣....

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

解決方式:
1.修正 C:\Program Files\Mozilla Firefox\extensions\{CAFEEFAC-0016-0000-0001-ABCDEFFEDCBA}
\chrome.manifest 內容中的
locale javaconsole1.6.0_01 zh-TW chrome/locale/zh_TW/ffjcext/
改成
locale javaconsole1.6.0_01 zh-TW chrome/locale/zh-TW/ffjcext/

2.然後以安全模式開啟firefox C:\Program Files\Mozilla Firefox\firefox.exe” -safe-mode 退出firefox,再以正常方式啟動firefox就可以了。

有圖有真相:


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