Showing posts with label ipkg. Show all posts
Showing posts with label ipkg. Show all posts

Apr 17, 2015

QNAP/Linux - Python Programming 01 (Setup and the First Program)

Python is programming language that lets you work quickly and integrate systems more effectively. It's really true!
https://www.python.org/

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.