2011年1月31日 星期一

GIMP 技巧

[GIMP] 三分鐘我只會這種簡單去背
http://www.mobile01.com/topicdetail.php?f=256&t=1358177

Windows 工具程式

MediaInfo 提供影音檔案有關技術上與標籤的資訊.
http://mediainfo.sourceforge.net/zh-TW

AVIcodec is a free multimedia file analyser for Windows.
http://avicodec.duby.info/

iPrint 代替 FinePrint 的免費軟體
http://www.clicktoconvert.com/iprint/

Turn Off LCD.exe
http://www.redmondpie.com/turn-off-your-notebook-lcd-with-one-click/

馴碼快手.exe
http://toget.pchome.com.tw/category/utility/26014.html

大頭照排版

Ubuntu:
利用 GIMP + Script

  1. 下載 Script檔 :idPhoto.scm
  2. 在檔案瀏覽器中,啟用顯示隱藏檔
  3. 將下載的檔案idPhoto.scm,複製到個人目錄的.gimp-2.6/scripts/目錄下
  4. 開啟 Gimp 後可在 Script-Fu->Photo->大頭照排版 找到這個功能
  5. 使用方式  Gimp Script: 大頭照排版

Windows:
使用這個 PhotoCap 軟體, 
當然也可以用 GIMP for Windows 版( Script 檔的存放路徑為  \App\gimp\share\gimp\2.0\scripts )

照片完成後存成 Jpg 檔,
然後拿到 萊爾富 Hi 立即沖印 設備去印照片, (速度很快, 品質也不錯)
不過不是每家萊爾富都有這機器, 可先查詢那家店有 http://www.hilife.com.tw/search/search_2.asp

可以接受自排大頭照的相館: http://5i01.com/topicdetail.php?f=164&t=350801&p=1



2011年1月19日 星期三

批次更改檔名程式

GPRename
Krename
Purrr
pyrenamer

偵測木馬程式

chkrootkit
sudo apt-get install chkrootkit

檢查木馬
sudo  chkrootkit


rkhunter
sudo   apt-get   install  rkhunter

更新
sudo rkhunter --update

掃瞄
sudo rkhunter -c

sudo rkhunter -c --skip-keypress

--checkall (-c) // 進行全系統檢測
--createlogfile // 建立紀錄文件,一般預設放在/var/log/rkhunter.log
--report-warnings-only // 僅列出警告訊息
--skip-application-check // 忽略套件版本檢測
--skip-keypress // 不須一直按ENTER鍵(程式會持續自動執行)
--quiet // 僅顯示有問題的訊息,比--report-warnings-only顯示更少訊息
--versioncheck // 檢查是否有新的版本

資料來源: http://sfs.chc.edu.tw/~chi/blog/index.php?load=read&id=245

2011年1月18日 星期二

剪貼簿管理工具

Pastie: https://github.com/fmoralesc/pastie/
安裝
sudo add-apt-repository ppa:hel-sheep/pastie
sudo apt-get update && sudo apt-get install pastie
參考: http://www.omgubuntu.co.uk/2010/10/pastie-handy-clipboard-manager-indicator-applet/

Diodon:
安裝
sudo add-apt-repository ppa:diodon-team/stable
sudo apt-get update
sudo apt-get install diodon
參考: http://www.webupd8.org/2011/01/diodon-lightweight-clipboard-manager.html

Glippy:
參考: http://www.webupd8.org/2010/10/glippy-clipboard-manager-can-now-upload.html

2011年1月4日 星期二

Ubuntu 中安裝 LibreOffice

先移除 OpenOffice
sudo apt-get purge openoffice*.*

安裝
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update && sudo apt-get install libreoffice

-GNOME 桌面環境:
sudo apt-get install libreoffice-gnome

-KDE 桌面環境:
sudo apt-get install libreoffice-kde

正體中文介面 和 說明文件
sudo apt-get install libreoffice-l10n-zh-tw libreoffice-help-zh-tw

2011年1月2日 星期日

音樂格式互轉 Sound Converter

mp3 to ogg
flac to mp3
flac to ogg
....

安裝
soundconverter
gstreamer0.10-plugins-ugly-multiverse