標籤
- PHP (2)
- SQLite (1)
- Tool (1)
- ubuntu 7.0.4 (8)
- ubuntu 7.10 (2)
- VB6 (1)
- VS C# .net (2)
2007年10月24日 星期三
桌面錄影軟體
http://www.getdeb.net/release.php?id=1677
记得要把recordmydesktop和gtk-recordmydesktop(都下载下来安装,后者是gtk的前端图形界面。
记得要把recordmydesktop和gtk-recordmydesktop(都下载下来安装,后者是gtk的前端图形界面。
標籤:
ubuntu 7.10
|
0
意見
2007年10月23日 星期二
安裝仿apple的menu
首先「軟體來源」的「第三方軟體」裡加入下面兩個網址:
deb http://download.tuxfamily.org/syzygy42 gutsy avant-window-navigator
deb-src http://download.tuxfamily.org/syzygy42 gutsy avant-window-navigator
接下來要在「終端機」輸入一大堆指令,最簡單的方法就是複製之後按滑鼠中鍵一行一行貼上。
wget http://download.tuxfamily.org/syzygy42/reacocard.asc
sudo apt-key add reacocard.asc
rm reacocard.asc
sudo apt-get update
sudo apt-get install avant-window-navigator-bzr awn-core-applets-bzr
sudo apt-get install bzr
deb http://download.tuxfamily.org/syzygy42 gutsy avant-window-navigator
deb-src http://download.tuxfamily.org/syzygy42 gutsy avant-window-navigator
接下來要在「終端機」輸入一大堆指令,最簡單的方法就是複製之後按滑鼠中鍵一行一行貼上。
wget http://download.tuxfamily.org/syzygy42/reacocard.asc
sudo apt-key add reacocard.asc
rm reacocard.asc
sudo apt-get update
sudo apt-get install avant-window-navigator-bzr awn-core-applets-bzr
sudo apt-get install bzr
標籤:
ubuntu 7.10
|
0
意見
2007年10月1日 星期一
安裝apple佈景主題
安裝 佈景
http://www.gnome-look.org/content/show.php?content=28686
需解壓縮後 用 系統 -> 外觀設定-> 自訂 來選擇安裝
mac-osx-controls.tar.gz
mac-osx-windows.tar.gz
用 系統 -> 管理 -> 登入視窗編號設定 -> 本地端 -> 加入
mac-ocx-logon.tar.gz
滑鼠
http://www.gnome-look.org/content/show.php/Aqua-NukeX+cursor?content=30238
icon
http://www.gnome-look.org/content/show.php/OSX?content=31618
http://www.gnome-look.org/content/show.php?content=28686
需解壓縮後 用 系統 -> 外觀設定-> 自訂 來選擇安裝
mac-osx-controls.tar.gz
mac-osx-windows.tar.gz
用 系統 -> 管理 -> 登入視窗編號設定 -> 本地端 -> 加入
mac-ocx-logon.tar.gz
滑鼠
http://www.gnome-look.org/content/show.php/Aqua-NukeX+cursor?content=30238
icon
http://www.gnome-look.org/content/show.php/OSX?content=31618
標籤:
ubuntu 7.0.4
|
0
意見
如何打開套件庫的協力維護軟體以及非自由軟體選項?
前言:使用Linux桌面時,不免會使用播放軟體來聽音樂,看影片,或是需要一些外掛,這時候我們就必須將官方沒有開啟的協力維護軟體以及非自由軟體選項打開,這樣一來非自由或是第三方協力維護套件才得以在Linux桌面中增加使用
-----------------
作法:在桌面工具列上依序點擊:"系統-->管理-->Synaptic套件管理程式"
會開啟Synaptic套件管理程式視窗,在視窗工具列上依序點擊:"設定-->套件庫"
會開啟軟體偏好設定視窗,點擊新增按鈕,會開啟加入套件來源視窗,勾選協力維護軟體以及非自由軟體兩個選項,按新增按鈕,接著按關閉按鈕,系統會提醒你套件庫已改變要重新載入,按關閉按鈕,在Synaptic套件管理程式視窗點擊重新載入按鈕,等待載完後,就可以關閉視窗了
-----------------
作法:在桌面工具列上依序點擊:"系統-->管理-->Synaptic套件管理程式"
會開啟Synaptic套件管理程式視窗,在視窗工具列上依序點擊:"設定-->套件庫"
會開啟軟體偏好設定視窗,點擊新增按鈕,會開啟加入套件來源視窗,勾選協力維護軟體以及非自由軟體兩個選項,按新增按鈕,接著按關閉按鈕,系統會提醒你套件庫已改變要重新載入,按關閉按鈕,在Synaptic套件管理程式視窗點擊重新載入按鈕,等待載完後,就可以關閉視窗了
標籤:
ubuntu 7.0.4
|
0
意見
mount smb的用法!! 可以配合影片撥放軟體!!
sudo mount -t smbfs -o unicode,username=usrname,password=password,codepage=unicode,iocharset=utf8,dmask=777,fmask=777 //192.168.1.1/share /media/share
如果要安裝gui介面的
可以安裝smb4k
如果要安裝gui介面的
可以安裝smb4k
標籤:
ubuntu 7.0.4
|
0
意見
source.list 內容參數說明!
deb http://tw.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://tw.archive.ubuntu.com/ubuntu breezy main restricted
# 使用台灣的mirror,官方版本的breezy
deb http://tw.archive.ubuntu.com/ubuntu breezy universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu breezy universe multiverse
# 使用台灣的mirror,不在官方版本中的軟體
並且順便解釋一下寫hoary跟breezy有什麼差別
main restricted universe multiverse有什麼差別
backports又是什麼
========================
解答
Hoary是5.04版的代號,
Breezy是下一版5.10版的代號。
universe和multiverse裡面的軟體都因為版權問題,
所以Ubuntu沒辦法把他們包含在預設的套件庫裡面,
使用者必須自己去加入這兩個套件庫,
而且Ubuntu也不提供這些軟體的安全性更新。
但是大部份Desktop的User都會需要加入這兩個。
在stable的版本中的軟體,除非有安全性問題,
不然原則上都是不會更新到新版的,
但是使用者可能會想用比較新版的軟體,
尤其是像Firefox或是Gaim這些更新速度比較快的,
可是又不想要將整個套件庫升級到下一個測試版本,
backports就是用來滿足這種需求的。
deb-src http://tw.archive.ubuntu.com/ubuntu breezy main restricted
# 使用台灣的mirror,官方版本的breezy
deb http://tw.archive.ubuntu.com/ubuntu breezy universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu breezy universe multiverse
# 使用台灣的mirror,不在官方版本中的軟體
並且順便解釋一下寫hoary跟breezy有什麼差別
main restricted universe multiverse有什麼差別
backports又是什麼
========================
解答
Hoary是5.04版的代號,
Breezy是下一版5.10版的代號。
universe和multiverse裡面的軟體都因為版權問題,
所以Ubuntu沒辦法把他們包含在預設的套件庫裡面,
使用者必須自己去加入這兩個套件庫,
而且Ubuntu也不提供這些軟體的安全性更新。
但是大部份Desktop的User都會需要加入這兩個。
在stable的版本中的軟體,除非有安全性問題,
不然原則上都是不會更新到新版的,
但是使用者可能會想用比較新版的軟體,
尤其是像Firefox或是Gaim這些更新速度比較快的,
可是又不想要將整個套件庫升級到下一個測試版本,
backports就是用來滿足這種需求的。
標籤:
ubuntu 7.0.4
|
0
意見
安裝藍芽滑鼠鍵盤
Install Required Software(安裝所需要的軟體包)
sudo apt-get install bluez-utils nano
Making tje hidd daemon start in the boot process (使 tje hidd 守護進程在開機時啟動)
sudo nano /etc/rc.local
Add the following line to /etc/rc.local:
在/etc/rc.local中添加如下的行:
/usr/bin/hidd --server
Make sure /etc/rc.local ends with exit 0.
確認/etc/rc.local以exit 0為結尾
插入藍牙設備並啟動bluez-utils:
sudo /etc/init.d/bluez-utils restart
重啟或是打開一個終端並輸入如下的命令來啟動hidd服務程式:
sudo hidd --server
現在可以連接滑鼠了:
sudo hidd --search
不斷重試這個命令直到滑鼠連接成功。你應當在一段時間內不斷地關閉並打開滑鼠或是按滑鼠的重啟按鈕。
另一種可行的連接方法是尋找藍牙設備的藍牙地址,通常會標於滑鼠的底部,而且也會標明類型:
sudo hidd --connect 00:01:02:03:04:05
你應當將這些數字換成你在你滑鼠上找到的數字。
========================
問題處理
如遇到
homlong@homlong-laptop:~$ hidd --search
Searching ...
Connecting to device 00:12:5A:67:10:45
HID create error 13 (Permission denied)
改用指令 sudo hidd --search
sudo apt-get install bluez-utils nano
Making tje hidd daemon start in the boot process (使 tje hidd 守護進程在開機時啟動)
sudo nano /etc/rc.local
Add the following line to /etc/rc.local:
在/etc/rc.local中添加如下的行:
/usr/bin/hidd --server
Make sure /etc/rc.local ends with exit 0.
確認/etc/rc.local以exit 0為結尾
插入藍牙設備並啟動bluez-utils:
sudo /etc/init.d/bluez-utils restart
重啟或是打開一個終端並輸入如下的命令來啟動hidd服務程式:
sudo hidd --server
現在可以連接滑鼠了:
sudo hidd --search
不斷重試這個命令直到滑鼠連接成功。你應當在一段時間內不斷地關閉並打開滑鼠或是按滑鼠的重啟按鈕。
另一種可行的連接方法是尋找藍牙設備的藍牙地址,通常會標於滑鼠的底部,而且也會標明類型:
sudo hidd --connect 00:01:02:03:04:05
你應當將這些數字換成你在你滑鼠上找到的數字。
========================
問題處理
如遇到
homlong@homlong-laptop:~$ hidd --search
Searching ...
Connecting to device 00:12:5A:67:10:45
HID create error 13 (Permission denied)
改用指令 sudo hidd --search
標籤:
ubuntu 7.0.4
|
0
意見
2007年8月27日 星期一
看rmvb
安裝 totem-xine
安裝 libxine-extracodecs (裝這個rmvb才會有聲音!)
安裝w32code
在 /etc/apt/source.list
寫入如下
#=============================
## Add comments (##) in front of any line to remove it from being checked.
## Use the following sources.list at your own risk.
deb http://archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu edgy-proposed main restricted universe multiverse
## MAJOR BUG FIX UPDATES produced after the final release
#deb http://archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
## UBUNTU SECURITY UPDATES
#deb http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
#deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
#deb http://archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
## PLF REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
#deb http://medibuntu.sos-sts.com/repo/ feisty free
#deb http://medibuntu.sos-sts.com/repo/ feisty non-free
#deb-src http://medibuntu.sos-sts.com/repo/ feisty free
#deb-src http://medibuntu.sos-sts.com/repo/ feisty non-free
## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera, DesktopSecure and more to come.)
#deb http://archive.canonical.com/ubuntu feisty-commercial main
## Official Skype Repository (有skype哦)
#deb http://download.skype.com/linux/repos/debian/ stable non-free
#=============================
裝一下 key
wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -
sudo apt-get update
然後sudo apt-get update
尋找w32codecs安裝即可
安裝 libxine-extracodecs (裝這個rmvb才會有聲音!)
安裝w32code
在 /etc/apt/source.list
寫入如下
#=============================
## Add comments (##) in front of any line to remove it from being checked.
## Use the following sources.list at your own risk.
deb http://archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu edgy-proposed main restricted universe multiverse
## MAJOR BUG FIX UPDATES produced after the final release
#deb http://archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
## UBUNTU SECURITY UPDATES
#deb http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
#deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
#deb http://archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
## PLF REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
#deb http://medibuntu.sos-sts.com/repo/ feisty free
#deb http://medibuntu.sos-sts.com/repo/ feisty non-free
#deb-src http://medibuntu.sos-sts.com/repo/ feisty free
#deb-src http://medibuntu.sos-sts.com/repo/ feisty non-free
## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera, DesktopSecure and more to come.)
#deb http://archive.canonical.com/ubuntu feisty-commercial main
## Official Skype Repository (有skype哦)
#deb http://download.skype.com/linux/repos/debian/ stable non-free
#=============================
裝一下 key
wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -
sudo apt-get update
然後sudo apt-get update
尋找w32codecs安裝即可
標籤:
ubuntu 7.0.4
|
0
意見
訂閱:
文章 (Atom)