Debian | tags

Debian | Fix debian 8/9 “curl: (60) SSL certificate problem: certificate has expired”

Debian PHP Security Command Linux

Debian | update PHP5.5 to PHP7.2 on Debian & DirectAdmin with CustomBuild 2.0

DirectAdmin Command Debian PHP

before: https://www.taxze.com/how-to-upgrade-php-with-directadmin/ after : install openssl first https://www.taxze.com/update-openssl-debian-directadmin/ ..and update CustomBuild 2.0 for upgrade php5.5.xx to php7.2.xx on Debian6 & DirectAdmin (more&h.. อ่านต่อ ( read more» )

Debian | update OpenSSL on Debian & DirectAdmin

Security Command Debian DirectAdmin

What versions of the OpenSSL are affected? Status of different versions: - OpenSSL 1.0.1 through 1.0.1f (inclusive) are vulnerable - OpenSSL 1.0.1g is NOT vulnerable - OpenSSL 1.0.0 branch is NOT vulnerable - OpenSSL 0.9.8 branch is NOT vulnerable Bu.. อ่านต่อ ( read more» )

Debian | Debian/Ubuntu + Nginx + PHP(5|7)-FPM + MySQL + Redis with VestaCP

Nginx Ubuntu Command MySQL Debian PHP VestaCP

apt-get update; apt-get upgrade -y cd /tmp wget http://vestacp.com/pub/vst-install.sh #wget http://vestacp.com/pub/vst-install-debian.sh #sed -i 's/php5/php7.0/g' vst-install-debian.sh bash vst-install.sh --nginx yes --phpfpm yes --apache no --vsftpd.. อ่านต่อ ( read more» )

Debian | How to upgrade Debian v6(Squeeze) to v7(Wheezy) to v8(Jessie)

Debian Command

Debian | How to upgrade MySQL 5.5.x to 5.6.x with DirectAdmin

DirectAdmin Command MySQL Debian

Debian | How to Install mod_ruid2 on Debian 64bit DirectAdmin installed

DirectAdmin PHP Debian Command

mod_ruid จัดการให้ php-cli ไม่ต้องมา chmod 777 เองให้วุ่นวายเหมือนใช้โฮส cPanel install mod_ruid2 cd /tmp apt-get update aptitude install libcap2-dev bzip2 wget http://jaist.dl.sourceforge.net/project/mod-ruid/mod_ruid2/mod_ruid2-0.9.8.tar.bz2 tar xj.. อ่านต่อ ( read more» )

Debian | How to install MRTG without SNMP

Debian MRTG Command

aptitude -y install mrtg mkdir /usr/local/bin/mrtgx/ vim /usr/local/bin/mrtgx/mem.sh#!/bin/sh USED=`free -b|grep cache:|cut -d : -f2|cut -c1-11` #FREE=`free -b|grep cache:|cut -d : -f2|cut -c12-22` echo $USED echo $USED (more…).. อ่านต่อ ( read more» )

Debian | How to install mod_evasive (block DDoS Apache)

DirectAdmin Debian Security Command

Mod_evasive คือ module เสริม ชนิดหนึ่งของ apache ซึ่งทำหน้าที่ ตรวจจับ การ request ผ่าน service apache โดย มีขั้นตอนการทำงาน คือ ถ้า IP ใด มีการ request เข้ามาขอบริการ เป็นจำนวนมาก ผิดปรกติ แล้ว mod ตัวนี้ จะทำการ ban IP ดังกล่าว ซึ่งจะเป็นการช่วยป้อ.. อ่านต่อ ( read more» )

Debian | How to Install Memcached & PHP-Memcache on Debian 5.0.x 64bit DirectAdmin installed

DirectAdmin Command PHP Debian

#1. Install library libevent cd /tmp #wget http://monkey.org/~provos/libevent-1.4.13-stable.tar.gz #tar xzvf libevent-1.4.13-stable.tar.gz #cd libevent-1.4.13-stable curl -O -L https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.t.. อ่านต่อ ( read more» )