Variables to considers. Owner=root Group=myuser path_wordpress=/var/www/html/wordpress Note: myuser can be www-data.…
Fisrt install server SMTP, run command. apt-get install postfix In the wizard, Choose “Internet Site” Second inst…
Verify how is your sound card's power_save parameter: # cat /sys/module/snd_hda_intel/parameters/power_save If it…
We go to site web official the maxmind https://dev.maxmind.com/geoip/geoip2/geolite2/ I recommendation read terms a…
Install Samba in Ubuntu 20.04 sudo apt update sudo apt install samba Check status Servvice sudo systemctl status sm…
First to install neovim in ubuntu 20.04 we must run following command. # sudo apt install neovim
Setting the Hostname on the Name Servers sudo nano /etc/hosts add FQDN server master """ 127.0.0.1 …
Install pakage LVM dist based in debian apt install lvm2 Create partition LVM type 8e cfdisk /dev/sdb or fdisk Create …
sql-backup-rotate git: https://github.com/sistemasnegros/sql-backup-rotate Script for backup mysql with version c…
Install nginx in debian and ubuntu # apt-get install nginx Install php5 # apt install php-fpm php-mysql Install php7.…
Install rsync ubuntu and debian. # apt-get install rysync Backup only changes news in files. # rsync -rvuc /or…
The followed config is basic, allow all traffic outgoing and block all traffic incoming what not be local. Create fi…