顯示具有 software 標籤的文章。 顯示所有文章
顯示具有 software 標籤的文章。 顯示所有文章

1月 01, 2014

新酷音輸入法

新酷音—智慧型注音輸入法
新酷音是延續著名的「酷音輸入法」的發展計畫,為了避免名稱混淆,本發展計畫特稱為「新酷音」

(New) Chewing / 新酷音計畫企圖以自由軟體的開發方式,並且強調多種平台的使用性,目前已經能在 MS-Windows、Linux、 FreeBSD、Solaris,以及 Mac OS X 等平台運作,並廣泛支援多種輸入法架構。 
雖然不使用注音輸入法,但身邊的朋友總是會用到,尤其在升級到 Windows 8 之後,系統內建的輸入法只有無言能形容…。

10月 02, 2012

專案管理(或協同平台)軟體

幾個專案管理軟體(或協同作業平台),可以丟在網路上跑:

1. Collabtive
加強版的 TODO,多人協作、提供檔案上傳

2. ProjectPier
待評

3. phpCollab
可用來作為 bug/ticket trace 系統

4. DotProject
較適合用來作為專案進度管理系統

5. PHProjekt
基本上就是群組軟體(Groupware)系統,功能強大無所不包(40MB),兼具專案管理、團隊溝通等功能。

6. Simple Groupware
群組軟體

9月 17, 2010

rTorrentWeb: Web UI of rTorrent

Web directory [/var/www/rtorrentweb/]?
rTorrentWeb directory [/usr/local/share/rtorrentweb/]?
Data directory [/var/local/rtorrentweb/]?
URL to WWW dir [http://x.x.x.x/rtorrentweb/]?
Web server username [www-data]?
rTorrent username [root]?

6月 15, 2010

rtorrent 環境設定檔

(1) 安裝 rtorrent 套件
sudo apt-get install rtorrent

(2) 配置 ~/.rtorrent.rc 環境設定檔
直接從 rtorrent 網站抓取 [ 下載 ]

(3) 修改相關參數
#設定檔案存放目錄
directory = ./
#設定 torrent 種子存放目錄
schedule = watch_directory,5,5,load_start=./*.torrent

6月 01, 2010

Firefox add-on :: BlockSite

BlockSite is an extension, which automagically blocks websites of your choice. Additionally, this extension will disable all hyperlinks to these websites, by just displaying the link text without the clicking functionality.

用來阻檔 Firefox 讀取特定 Domain 的頁面。設定畫面

5月 22, 2010

破解 DRM 保護

用來破解 DRM 保護的軟體:
  • Tunebite Platinum
  • fairUse4WM

1月 23, 2010

更換 Office 2003 金鑰

註冊碼的位置是在:
HKEY_LOCAL_MACHINE - SOFTWARE - OFFICE - 11.0 - Registration
刪除 DigitalProductIDProductID 兩筆資料如圖所示,之後重新啟動 office 會要求輸入新序號。

1月 10, 2010

移除 Cygwin 的步驟

在 cygwin 的 FAQ 中有提到:How do I uninstall all of Cygwin?
(1) 列出已安裝 cygwin service:cygrunsrv -L
(2) 停用並移除 cygwin service:
cygrunsrv --stop [service_name]
cygrunsrv --stop inetd (參照 FAQ 說明)
cygrunsrv --remove [service_name]
(3) 砍掉 cygwin 目錄
(4) 移除註冊碼
  • HKEY_LOCAL_MACHINE\Software\Cygwin
  • HKEY_CURRENT_USER\Software\Cygwin

12月 12, 2009

SlickEdit and GNU C compiler

(1) 首先設定最容易遺忘的 Workspace 環境,選項在 〔Project〕-〔Workspace Properties〕-〔Environment〕-〔Set Environment Variable〕填入下列設定:
Name: path
Value: %path%;c:\cygwin\bin
這是新增完成後的結果。

(2) 再來設定 Compiler 與 Linker,選項在 [Build] - [GNU C Options] 之中。將 Compiler 與 Linker 的路徑填入,設定好的結果圖

我的 SlickEdit 14 環境設定檔(下載)

11月 02, 2009

Screenrc

配色還不錯的 screenrc 設定檔,用起來的效果
caption always "%{=u .G} %-w%<%{=ub .y}%n %t%{=u .G}%+w "
hardstatus alwaysignore
hardstatus alwayslastline "%{= .K} [%l]%<%=%{= .W}Server: %H %=%{= .y} %Y/%m/%d%{= .m} %0c:%s "