OSSII OxOffice Community Edition 釋出新的 R5C3 版

OSSII OxOffice Community Edition 釋出新的 R5C3 版,詳細的介紹可以參考:OxOffice R5C3 釋出 | 晟鑫科技部落格
OSSII OxOffice Community Edition 下載網站:http://sourceforge.net/projects/ossii-oxoffice/

安裝完成,多了 符號工具 注音符號表

雖然說,如果原本要安裝 R5C2 的版本,是可以直接安裝新的版本來升級,可以我在 Windows 8.1 x64 Enterprise 升級之後,卻出現如下的錯誤訊息,後來把舊的版本移除,再重新安裝就正常了!

[@more@]發現 符號工具 注音符號表 似乎只在 Writer 中才能顯示出來,在 Impress 和 Calc 中,在功能表上有 OxOffice 工具,但好像叫不出來,還是有什麼其它使用的方式?

另外還有 文件格式轉換器,可以互相轉換 Microsoft Office 和 Open Document 的文件

下載 Google Chrome 離線安裝版

一直很不喜歡安裝軟體時,還要再連線到網路上去下載,因為通常安裝系統時,希望不連線到網路上,俟安裝完成之後,再連上網路。

x86 版本:
http://www.google.com/chrome/eula.html?standalone=1
http://www.google.com/chrome/eula.html?system=true&standalone=1

x64 版本:
http://www.google.com/chrome/eula.html?standalone=1&platform=win64
http://www.google.com/chrome/eula.html?system=true&standalone=1&platform=win64

二者的差異,可以參考:在 Windows 電腦上離線安裝 Chrome – Chrome說明

清除 Windows 10 升級後的 $Windows.~WS 目錄

由於個人使用的 Windows 10 是由 10240 升級到 10586,之後在 C 碟機機根目錄可以看到一些暫存目錄,雖然使用 磁碟清理 工具,但還是存留一個 $Windows.~WS 目錄。

目錄大小還蠻大的

[@more@]底下參考 Is it safe to delete the hidden folder $Windows~WS? – Microsoft Community 這篇文章完成
1. 以系統管理員身份執行 命令提示字元
    執行 takeown /F C:$Windows.~WS* /R /A 改變目錄及檔案權限

2. 變更目錄及檔案權限 icacls C:$Windows.~WS*.* /T /grant administrators:F

3. 刪除目錄及檔案 rmdir /S /Q C:$Windows.~WS

本來是為了偷懶,不想再重新製作安裝光碟,所以採用升級的方式來處理,但用升級的方式,會有一些暫存的目錄須要清理,看來還是有必要製作 Windows 10 1511 Build 1058 的安裝光碟。

104年度教育部數位機會中心成果展

今年與去年相同,在台北松山文創園區辦理

[@more@]入口前志工合照

會場

會場中佈置


與當天參加的志工合影

宜蘭數位機會中心合影

宜蘭數位機會中心與司長合影

志工與司長意見交流

感謝宜蘭大學張介仁教授、輔導團宛蓉、靜如,宜蘭教網宣霖老師,及頭城數位機會中心的秋芬及各位參與志工們,還有龜山、同樂、三星、南澳、大同的夥伴們。

更換 Arch Linux 套件庫更新來源

最近做 Arch Linux 套件庫更新時,出現下面的錯誤訊息
# pacman -Syy
:: Synchronizing package databases…
error: failed retrieving file ‘core.db’ from tw.mirror.archlinuxarm.org : Connection timed out after 10000 milliseconds
error: failed to update core (download library error)
error: failed retrieving file ‘extra.db’ from tw.mirror.archlinuxarm.org : Connection timed out after 10000 milliseconds
error: failed to update extra (download library error)
error: failed retrieving file ‘community.db’ from tw.mirror.archlinuxarm.org : Connection timed out after 10000 milliseconds
error: failed to update community (download library error)
error: failed retrieving file ‘alarm.db’ from tw.mirror.archlinuxarm.org : Connection timed out after 10000 milliseconds
error: failed to update alarm (download library error)
error: failed retrieving file ‘aur.db’ from tw.mirror.archlinuxarm.org : Connection timed out after 10000 milliseconds
error: failed to update aur (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)[@more@]使用 lftp 連線測試
# lftp tw.mirror.archlinuxarm.org
lftp tw.mirror.archlinuxarm.org:~> ls
`ls’ at 0 [Connecting…]

直接改套件庫來源
# sed -i ‘s/^Server/#Server/’ /etc/pacman.d/mirrorlist
# sed -i ‘7s/# Server/Server/g’ /etc/pacman.d/mirrorlist

可以正常更新了!
# pacman -Syy
:: Synchronizing package databases…
 core                                                                            208.2 KiB   130K/s 00:02 [##############################################################] 100%
 extra                                                                             2.4 MiB   122K/s 00:20 [##############################################################] 100%
 community                                                                         3.1 MiB  88.8K/s 00:36 [##############################################################] 100%
 alarm                                                                           103.9 KiB  65.4K/s 00:02 [##############################################################] 100%
 aur                                                                              32.0 KiB  99.9K/s 00:00 [##############################################################] 100%