qnap
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2
MySQL Pack for QNAP TS-101/TS-201 0.3.4
MySQL Pack for QNAP TS-101/TS-201 was created to install MySQL on the QNAP NAS server, TS-101/TS-201. more>>
MySQL Pack for QNAP TS-101/TS-201 was created to install MySQL on the QNAP NAS server, TS-101/TS-201. It contains a pre-compiled MySQL server and install programs. The php module supporting MySQL client will be also included if its necessary. The Pack also contains simple webpages for start/stop mysql.
Installation:
Create a share folder named MySQL. You may directly create Network Shares named MySQL on TS-101 Administration page. Please make sure both the real folder name and share volume name be MySQL.
Upload and unzip the package file (e.g. MySQL-4.1.21-TS-101-v0.2.tar) to the share folder created in the step 1. Here, using administrator to access the share folder is recommanded.
login in your TS-101 through Telnet Refer to http://scratchpad.wikia.com/wiki/Open_Turbostation:TS101, or find a TS-101 firmware with telnet enabled (You may find it on http://tech.groups.yahoo.com/group/OpenTurbostation/)
Run install.sh to install MySQL > /share/MySQL/install.sh /share/MySQL/mysql-4.1.21-TS-101.tgz /share/MySQL
Run mysqld.sh to start/stop MySQL > /usr/local/mysql/mysqld.sh start > /usr/local/mysql/mysqld.sh stop
Try to connect MySQL If you could connect MySQL with the following command, it means that your MySQL works. > /usr/local/mysql/bin/mysql mysql -u root --password=admin
After installation finished, MySQL will automatically start while booting. You may also run sys_initialize.sh to re-initialize MySQL. sys_initialize.sh wont remove the existed MySQL Pack and your database. > /share/MySQL/sys_initialize.sh /share/MySQL
Enhancements:
- PHP supports sockets.
- gd-jpeg errors that occurred in PHP have been fixed.
<<lessInstallation:
Create a share folder named MySQL. You may directly create Network Shares named MySQL on TS-101 Administration page. Please make sure both the real folder name and share volume name be MySQL.
Upload and unzip the package file (e.g. MySQL-4.1.21-TS-101-v0.2.tar) to the share folder created in the step 1. Here, using administrator to access the share folder is recommanded.
login in your TS-101 through Telnet Refer to http://scratchpad.wikia.com/wiki/Open_Turbostation:TS101, or find a TS-101 firmware with telnet enabled (You may find it on http://tech.groups.yahoo.com/group/OpenTurbostation/)
Run install.sh to install MySQL > /share/MySQL/install.sh /share/MySQL/mysql-4.1.21-TS-101.tgz /share/MySQL
Run mysqld.sh to start/stop MySQL > /usr/local/mysql/mysqld.sh start > /usr/local/mysql/mysqld.sh stop
Try to connect MySQL If you could connect MySQL with the following command, it means that your MySQL works. > /usr/local/mysql/bin/mysql mysql -u root --password=admin
After installation finished, MySQL will automatically start while booting. You may also run sys_initialize.sh to re-initialize MySQL. sys_initialize.sh wont remove the existed MySQL Pack and your database. > /share/MySQL/sys_initialize.sh /share/MySQL
Enhancements:
- PHP supports sockets.
- gd-jpeg errors that occurred in PHP have been fixed.
Download (9.9MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
541 downloads
KBPack 0.1
KBPack a package for installing pre-compiled utilities, libraries, services, etc. on QNAP TS-101/TS-201. more>>
KBPack a package for installing pre-compiled utilities, libraries, services, etc. and extending some functionality on QNAP TS-101/TS-201. The application contains a Web UI to manage the services/functions (see below) supported by itself.
Function/Service Supported:
Apache HTTPd
- Max Connections limitation
- Bandwidth limitation
MySQL (need MySQL Pack v0.3.4 or higher installed)
- Enable/Disable TCP/IP Networking
- Set Port Number
- Change root Password
MTA (Message Transfer Agent, sendmail like utility - using sSMTP)
- Support PHP mail() function
- Set SMTP Server Name
- SMTP Authentication
- Send Test Message
How to install:
Upload KBPack tar file to a share folder (e.g. /share/KBPack) via SAMBA/FTP.
Here, using the user ID, administrator to access the share folder is recommanded.
Login in your TS-101/TS-201 via Telnet
TS-101 Firmware Telnet Version can be downloaded on http://www.qnap.com.tw/download.asp
Use tar to unpack/extract KBPack-v0.1.tar.
# cd /share/KBPack
# tar -xf ./KBPack-v0.1.tar
After executing the preceding commands, you can find a folder named KBPack in /share/KBPack.
Run install.sh to install KBPack
# cd KBPack
# ./install.sh
Use KBPack with your browser (Firefox or IE)
http://IP_OF_YOUR_NAS_SERVER:6000/KBPack/ or http://IP_OF_YOUR_NAS_SERVER:6000/cgi-bin/KBPack/
*Note: Please disable Recycle Bin before installing KBPack.
How to un-install:
Login in your TS-101/TS-201 via Telnet
Run uninstall.sh to un-install KBPack
# cd /share/KBPack/KBPack
# ./uninstall.sh
<<lessFunction/Service Supported:
Apache HTTPd
- Max Connections limitation
- Bandwidth limitation
MySQL (need MySQL Pack v0.3.4 or higher installed)
- Enable/Disable TCP/IP Networking
- Set Port Number
- Change root Password
MTA (Message Transfer Agent, sendmail like utility - using sSMTP)
- Support PHP mail() function
- Set SMTP Server Name
- SMTP Authentication
- Send Test Message
How to install:
Upload KBPack tar file to a share folder (e.g. /share/KBPack) via SAMBA/FTP.
Here, using the user ID, administrator to access the share folder is recommanded.
Login in your TS-101/TS-201 via Telnet
TS-101 Firmware Telnet Version can be downloaded on http://www.qnap.com.tw/download.asp
Use tar to unpack/extract KBPack-v0.1.tar.
# cd /share/KBPack
# tar -xf ./KBPack-v0.1.tar
After executing the preceding commands, you can find a folder named KBPack in /share/KBPack.
Run install.sh to install KBPack
# cd KBPack
# ./install.sh
Use KBPack with your browser (Firefox or IE)
http://IP_OF_YOUR_NAS_SERVER:6000/KBPack/ or http://IP_OF_YOUR_NAS_SERVER:6000/cgi-bin/KBPack/
*Note: Please disable Recycle Bin before installing KBPack.
How to un-install:
Login in your TS-101/TS-201 via Telnet
Run uninstall.sh to un-install KBPack
# cd /share/KBPack/KBPack
# ./uninstall.sh
Download (0.28MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
506 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above qnap search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed