Command | tags

Command | SSH login Alert Telegram bot

Linux Security Command

from https://github.com/vdeville/ssh-login-alert-telegram apt-get -y install git cd /opt/ && git clone https://github.com/vdeville/ssh-login-alert-telegram.git (more…).. อ่านต่อ ( read more» )

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

PHP Command Linux Debian Security

Command | find footprint script virus webhost server

Find Linux Command

find /home/*/domains/*/public_html/ -maxdepth 2 -type f -name '.htaccess' -print0 | xargs -0 grep -il '(py|exe|php)' find /home/*/domains/*/public_html/ -maxdepth 2 -type f -name '.htaccess' -print0 | xargs -0 grep -il '(py|exe' rm -f wp-content/uplo.. อ่านต่อ ( read more» )

Command | Monitor & Restart HTTPD / NGINX conf & more service

Linux Nginx Command

Monitor service up/down & auto restart //httpd (apache) vim /root/apacherestart.sh #!/bin/bash PGREP=/usr/bin/pgrep CHKSERVICE=httpd $PGREP ${CHKSERVICE} if [ $? -ne 0 ] then # printf $? /etc/init.d/httpd restart date >> /root/apacherestart.log f.. อ่านต่อ ( read more» )

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

Debian DirectAdmin Command 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» )

Command | update OpenSSL on Debian & DirectAdmin

Security DirectAdmin Command Debian

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» )

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

MySQL Ubuntu VestaCP Nginx Debian Command PHP

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» )

Command | How to upgrade Ubuntu 14.04 / 15.10 to 16.04 LTS

Command Ubuntu

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

Command Debian

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

DirectAdmin Command MySQL Debian