hifree官方只有釋出Windows平台的版本
因此在Linux系統中需要藉由Wine模擬出運作的環境
相關的設定可以參考這篇:
http://jclin.blogspot.com/2011/04/linux-hifree.html "在Linux上裝hifree"
2011/07/11
解決Windows 7 出現「無法載入遠端連線管理員」的問題
剛剛打開Windows7
預設自動撥號連線出現了「無法載入遠端連連現管理員」的對話框
預設自動撥號連線出現了「無法載入遠端連連現管理員」的對話框
Google之後找到解法如下:
1.到控制台→系統管理工具→服務
2.找到Remote Access Auto Connection Manager,按右鍵→【啟動】
3.按右鍵→【內容】,將【啟動類型】欄位改為【自動】
4.重新啟動電腦
2011/07/10
Install Ubuntu One Client On Kubuntu
How do I install the GNOME Ubuntu One client on Kubuntu?
Although less than ideal, you should be able to get the GNOME Ubuntu One client working in KDE (Kubuntu) running these commands at a terminal session:
1. sudo apt-get install ubuntuone-client*
Although less than ideal, you should be able to get the GNOME Ubuntu One client working in KDE (Kubuntu) running these commands at a terminal session:
1. sudo apt-get install ubuntuone-client*
2. u1sdtool -c
That will install GNOME dependencies and then kick off the process to setup your computer with Ubuntu One.
Note, you may notice getting prompted twice for your keyring password. To work around this, please try the following:
1.In a terminal session run:
4.In a terminal session run:
That will install GNOME dependencies and then kick off the process to setup your computer with Ubuntu One.
Note, you may notice getting prompted twice for your keyring password. To work around this, please try the following:
1.In a terminal session run:
rm ~/.gnome2/keyrings/default*
2.Add the following lines to /etc/pam.d/kdm:
2.Add the following lines to /etc/pam.d/kdm:
auth optional pam_gnome_keyring.so try_first_pass session optional pam_gnome_keyring.so auto_start
3.Logout / login
3.Logout / login
4.In a terminal session run:
u1sdtool -c
2011/07/09
Ubuntu安裝字型
有時候在Ubuntu下會需要一些在Windows上的字型
這時候可以先在Windows下把字型檔拷貝出來放到同一個資料夾內
例如:字型檔全部放入叫作「windows」 的資料夾,存到家目錄內
(家目錄路徑:/home/使用者名稱)
接著到Ubuntu,打開終端機
1.取得root權限,由於Ubuntu的字型檔路徑在/usr/share/fonts/truetype底下
需要有root 的權限才能夠進行變更。
sudo -i
接著輸入密碼
2.接著把檔案複製到/usr/share/fonts/truetype之下
cp -rp /home/使用者名稱/windows /usr/share/fonts/truetype
就可以將字型檔案複製到Ubuntu系統中
3.重新載入系統字型檔
fc-cache -f -v
收工!
這時候可以先在Windows下把字型檔拷貝出來放到同一個資料夾內
例如:字型檔全部放入叫作「windows」 的資料夾,存到家目錄內
(家目錄路徑:/home/使用者名稱)
接著到Ubuntu,打開終端機
1.取得root權限,由於Ubuntu的字型檔路徑在/usr/share/fonts/truetype底下
需要有root 的權限才能夠進行變更。
sudo -i
接著輸入密碼
2.接著把檔案複製到/usr/share/fonts/truetype之下
cp -rp /home/使用者名稱/windows /usr/share/fonts/truetype
就可以將字型檔案複製到Ubuntu系統中
3.重新載入系統字型檔
fc-cache -f -v
收工!
Ubuntu為套件庫加入來源公鑰
當我們在Ubuntu的Source List加入新的來源
執行sudo apt-get update更新套件資訊時有時候會碰到
「由於無法取得它們的公鑰,以下簽章無法進行驗證NO_PUBKEY 一串代號」
只要在終端機輸入
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 上面出現的代號
就可以成功加入公鑰了
執行sudo apt-get update更新套件資訊時有時候會碰到
「由於無法取得它們的公鑰,以下簽章無法進行驗證NO_PUBKEY 一串代號」
只要在終端機輸入
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 上面出現的代號
就可以成功加入公鑰了
2011/07/03
Ubuntu下的簡易轉檔軟體-Mobile Media Converter
提供簡單的轉檔功能
還可以從Youtube抓取影片
有點類似Windows下的YoutubeDownloader HD
參考下列網址
http://it-easy.tw/ubuntu-mobile-media-converter/
出自 電腦不難
還可以從Youtube抓取影片
有點類似Windows下的YoutubeDownloader HD
參考下列網址
http://it-easy.tw/ubuntu-mobile-media-converter/
出自 電腦不難
將Ubuntu 11.04下的OpenJDK換成Sun JDK
1.安裝JRE
sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin
2.安裝JDK
sudo apt-get install sun-java6-jdk
3.手動切換到Sun JDK
update-java-alternatives -s java-6-sun
※2011/08/13更新
可以參考這篇:ubuntu平台上用eclipse開發java或android程式
sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin
2.安裝JDK
sudo apt-get install sun-java6-jdk
3.手動切換到Sun JDK
update-java-alternatives -s java-6-sun
※2011/08/13更新
可以參考這篇:ubuntu平台上用eclipse開發java或android程式
2011/07/02
Kubuntu下將輸入法換成gcin
依照版本將下列來源加入 /etc/apt/sources.list
lucid 10.04
deb http://ppa.launchpad.net/elleryq/gcin/ubuntu lucid main
deb-src http://ppa.launchpad.net/elleryq/gcin/ubuntu lucid main
maverick 10.10
deb http://ppa.launchpad.net/elleryq/gcin/ubuntu maverick main
deb-src http://ppa.launchpad.net/elleryq/gcin/ubuntu maverick main
natty 11.04
deb http://ppa.launchpad.net/elleryq/gcin/ubuntu natty main
deb-src http://ppa.launchpad.net/elleryq/gcin/ubuntu natty main
可以在終端機下命令
sudo -i (取得管理員權限)vim /etc/apt/sources.list (透過vim文字編輯器來編輯套件來源)
接著把來源加入到檔案中(自己是加到檔案的最底端)
sudo apt-get update
切換輸入法
im-switch -s gcin
登出再登入後即可使用gcin
P.S 在Kubuntu 11.04上面實作,gcin已經解決和特效衝突的「小灰」(殘影)bug了
訂閱:
文章 (Atom)