Mar 31, 2014

QNAP/Linux Tool - PostgreSQL

QNAP has packaged the widely-used DBMS, PostgreSQL, from Linux open source. The supported version is newer than that packaged in OptIPKG. As for why choosing PostgreSQL, please see Ubuntu Programming Lesson 01 - Install PostgreSQL (Why PostgreSQL).
PostgreSQL is available on QNAP App Center

Mar 18, 2014

QNAP/Linux Tool - wget (2) Backup the whole website and page content

In the previous blog, QNAP/Linux Tool - wget (1) Mirror Websites, the whole website html files were archived in your QNAP NAS. It's simple way to backup your blog articles, however, media contents within blogs are not fetched and archived.

Mar 13, 2014

QNAP/Linux Tool - wget (1) Mirror Websites

GNU Wget was developed to fetch files from the Internet (the Web), in which HTTP, HTTPS, FTP, and many widely used protocols are supported. Since 1996, wget was born for the crawling Web requirement. I firstly studied wget source code in 1998 due to developing crawler programs for search engine.
http://upload.wikimedia.org/wikipedia/commons/a/a7/Wget-1.10-kde-3.4.2-de.png

Mar 11, 2014

QNAP NAS - Find Useful Packages in IPKG List

In this article, we will find and try useful packages. Writing notes about the package with functions, supported architecture (ARM, x86 or x86_64), bugs and tested results.

QNAP NAS - IPKG and Optware IPKG App

QNAP NAS is a good platform for understanding the practices of developing embedded systems, since QNAP OS (QTS) is a minimized Linux OS for optimizing the performance of NAS. That is you can not install any software with only one click on setup.exe, the pre-required libraries and packages must manually installed before you can run a powerful App written with Qt for example. In Ubuntu, you are familiar with using apt-get to install packages. In QTS, you must learn how to use ipkg.

Mar 10, 2014

Mar 7, 2014

SSH - PuTTY

Chrome Secure Shell當然方便,另外一個就是PuTTY,是大家長久以來使用的,只是要安裝軟體。Google搜尋 "putty" 找到所屬平台安裝檔,安裝後就可以使用。但是顏色做的實在有夠傷眼睛!

SSH on Chrome Browser - Secure Shell

要用ssh遠端安全連線Linux,大家常用PuTTY。但現在有新選擇:Secure Shell。由於是實作於瀏覽器上,也些設定常會被改到,尤其是javascript的部分。導致突然自行變了,或是無法Ctrl+V paste。

Mar 4, 2014

QNAP NAS - Install QNAP App with QDK

QNAP雖然關往提供開發文件,但說實在的,寫得不怎麼好,完全設定開發者是高手,以這樣的角度做文件。

Mar 3, 2014

QNAP NAS - QDK/QPKG Metadata Information

要瞭解QDK包裝的qpkg包含哪些metadata資訊,最簡單的方是就是看設定檔。
QNAP App Center: App Summary (Sys preload App has a QNAP Ribbon)

Mar 1, 2014