Pages 2 Debian | tags

Debian | How to Install ionCube Loader on Debian 5.0.x 64bit DirectAdmin installed

Command PHP DirectAdmin Debian

#1. Install file module cd /tmp/ wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz tar xvfz ioncube_loaders_lin_x86-64.tar.gz mv ioncube /usr/local/lib/ (more…).. อ่านต่อ ( read more» )

Debian | How to Install Zend Optimize on Debian 5.0.x 64bit DirectAdmin installed

PHP Command Debian DirectAdmin

#1. Install file module (PHP 5.2.x) cd /tmp/ wget http://downloads.zend.com/optimizer/3.3.9/ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz tar xvfz ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz cd ZendOptimizer-3.3.9-linux-glibc23-x86_64/data/5_2_.. อ่านต่อ ( read more» )

Debian | MySQL Log DirectAdmin Debian

MySQL Command DirectAdmin Debian

find mysqld.log/mysql.log & slowly log file in DirectAdmin(Debian) 1.Login mysql command root@sv:/# mysql -u dbuser -p 2.Query mysql variables mysql> show variables like %log%; 3. View path log file in variables general_log_file log_error slow_quer.. อ่านต่อ ( read more» )

Debian | How to Install XCache on Debian 5.0.x 64bit DirectAdmin installed

DirectAdmin Command Debian

#1. Get Xcache 1.3.2 (lated Release : xcache.lighttpd.net/pub/Releases) cd /tmp wget http://xcache.lighttpd.net/pub/Releases/1.3.2/xcache-1.3.2.tar.gz tar xvzf xcache-1.3.2.tar.gz #2. Use phpize command to prepare xcache as a PHP extension for compil.. อ่านต่อ ( read more» )

Debian | perl: warning: Setting locale failed.

Command Perl Debian

Problem: Perl setting locale failed in Debian or Ubuntu perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = en_US.utf8 are supported and installed on your system... อ่านต่อ ( read more» )

Debian | Set time Log Proftpd same Server(Debian+DirectAdmin)

Command FTP Debian DirectAdmin

How to set time log proftp same Server (OS: Debian + CP: DirectAdmin) 1. edit proftpd.conf vim /etc/proftpd.conf 2. edit to config TimesGMT off SetEnv TZ /etc/localtime 3. save and restart service /etc/init.d/proftpd restart.. อ่านต่อ ( read more» )

Debian | Change Localtime and Update Linux

Linux Command Debian CentOS PHP

Solutions: Change and Update Time Zone (Bangkok ICT) on CentOS/Debian or other Linux rm -f /etc/localtime ln -s /usr/share/zoneinfo/Asia/Bangkok /etc/localtime #or #export TZ=Asia/Bangkok vim /usr/local/lib/php.ini date.timezone = Asia/Bangkok #or .. อ่านต่อ ( read more» )

Debian | Install libpcre.so.0 (libpcre3) Debian

Command Debian

Problem: ./map-server_sql: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory Solutions: aptitude install libpcre3 libpcre3-dev.. อ่านต่อ ( read more» )

Debian | There is no public key available for the following key IDs

Command Debian

Problem : I have problem when I run “apt-get update” on debian5(lenny). “There is no public key available for the following key IDs” Solution : “There is no public key available for the following key IDs” apt-get install debian-keyring debian-archive.. อ่านต่อ ( read more» )

Debian | XsltProcessor is Off, you should install XsltProcessor DirectAdmin

Debian Command DirectAdmin CentOS

OS CentOS yum install libxml2-devel libxslt-devel libgcrypt-devel OS Debian aptitude install libxslt1.1 libxslt1-dev libgcrypt11-dev libxml2 libxml2-dev Edit config for Custombuild DirectAdmin cd /usr/local/directadmin/custombuild vim configure/ap2/c.. อ่านต่อ ( read more» )