2009年1月22日 星期四

升级到最新的OOo3!

編輯: /etc/apt/sources.list

sudo nano /etc/apt/sources.list
在最後增加一行:
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main

在終端機輸入
gpg --keyserver keyserver.ubuntu.com --recv-key 60D11217247D1CFF
gpg --export --armor 60D11217247D1CFF |sudo apt-key add -
匯入GPG,最後

sudo apt-get update
sudo apt-get upgrade

2008年12月28日 星期日

在Ubuntu 8.10用EPSON CX11F

參考 http://ubuntuforums.org/showthread.php?t=894493
To summarize:
  1. Download Epson-ALCX11-filter-1.1.tar.gz by selecting 'Other' and 'Other' for the distribution and version drop down boxes. It's at the bottom of the section title 'Download for AcuLaser CX11 for CUPS'.
  2. Once downloaded, do the following to compile and install the driver (commands in square brackets are optional, if you're not sure if something is installed, perform the command):
    Code:

    sudo apt-get install libcupsys2-dev build-essential
    tar -zxvf Epson-ALCX11-filter-1.1.tar.gz
    cd Epson-ALCX11-filter-1.1/
    ./configure
    sudo make install
    [ sudo apt-get install bc ] # this should already be installed on Heron
    sudo apt-get install libstdc++5
  3. Now go to System -> Administration -> Printing
  4. Go to Edit -> New Printer (your Epson CX11NF should be in the list on the left)
  5. Click Forward and follow the install Wizard prompts, you should see the driver you just installed listed. Select that and print a test page - voila!
  6. If you see the job enter the queue briefly and then disappear, with no output from your Epson, try this command to help offer pointers to missing dependencies:
    Code:
    /usr/local/bin/pstoalcx11.sh PageSize=lt XY600=5100×6600 MediaType=normal TonerSave=false InputSlot=cassette1 Collate=on Copies=1 Color=color Resolution=600dpi XY600=5100×6600
補充
https://answers.launchpad.net/ubuntu/+source/cups/+question/48722

To summarize the steps to make CX11 run into my Hardy Heron installation are:
- downloading CX11 filter from http://www.avasys.jp/english/linux_e/dl_mfp.html
- apt-get install libcupsys2-dev
- tar -zxvf Epson-ALCX11-filter-1.1.tar.gz
- cd Epson-ALCX11-filter-1.1
- ./configure
- make install
- sudo aa-complain cupsd
- sudo apt-get install libstdc++5

Shortly I added "sudo aa-complain cupsd" to the istructions in http://ubuntuforums.org/showthread.php?t=894493

若無法設定,
sudo cp /usr/local/bin/pstoalcx11.sh /usr/bin/
或是ln亦可。

2008年11月21日 星期五

xmind 3.0

xmind 3.0有許多優秀的功能,介面也很漂亮,可以有多重核心,
改變形狀還包含魚骨圖,是FREEMIND比不上的。

但是,可以讀入.mm 等,儲存格式卻是專屬的。

還有,匯出的種類尚不及FREEMIND多,仍需多加點油。

用CLONEZILLA自動備份還原WINDOWS

這篇實在太棒了!有空要好好的試試看:

http://www.libthomas.org/~thomas/wp/?p=314

2008年10月7日 星期二

打不開docx檔?找OpenOffice.org就可以了!

Microsoft Word 2007 的 docx 檔案,現在的 OpenOffice.org 已經可以開啟了 。

自製Live CD新利器

remastersys

sudo nano /etc/apt/sources.list

貼上
# Remastersys
deb http://www.remastersys.klikit-linux.com/repository remastersys/
sudo apt-get update
sudo apt-get install remastersys

安裝好後,在系統-管理可以啟用。
一個按鈕就可以備份整個系統,也可以製成ISO檔,非常傻瓜。

不過我發現沒有home的檔案,可能可以先copy到 /etc/skel/ 下。

忘記在哪裡看到的,無法在此致謝。

2008年8月6日 星期三

我的sources.list

# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://free.nchc.org.tw/ubuntu/ hardy main restricted universe multiverse
deb-src http://free.nchc.org.tw/ubuntu/ hardy main restricted universe multiverse

## Major bug fix updates produced after the final release of the
## distribution.
deb http://free.nchc.org.tw/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://free.nchc.org.tw/ubuntu/ hardy-updates main restricted universe multiverse

deb http://free.nchc.org.tw/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://tw.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse

# deb http://archive.canonical.com/ubuntu hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner

deb http://free.nchc.org.tw/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://free.nchc.org.tw/ubuntu/ hardy-security main restricted universe multiverse

deb http://free.nchc.org.tw/ubuntu/ hardy-proposed restricted main multiverse universe

#deb http://ppa.launchpad.net/fta/ubuntu hardy main

#media
#wget -O - http://packages.medibuntu.org/medibuntu-key.gpg | sudo apt-key add -
deb http://packages.medibuntu.org/ hardy free non-free

#wine
#wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
deb http://wine.budgetdedicated.com/apt hardy main

# The Opera browser (packages)
# deb http://deb.opera.com/opera etch non-free

## Opera #### i386-Architecture only!!!
# wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
deb http://deb.opera.com/opera/ sid non-free

#Skype
deb http://download.skype.com/linux/repos/debian/ stable non-free

#freemind
deb http://eric.lavar.de/comp/linux/debian/ experimental/

#awn
deb http://ppa.launchpad.net/reacocard-awn/ubuntu hardy main
deb-src http://ppa.launchpad.net/reacocard-awn/ubuntu hardy main

#remix
deb http://ppa.launchpad.net/netbook-remix-team/ubuntu hardy main

# PPA for OpenOffice.org Scribblers
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main