Learn how to set up and install your own secure OpenVPN server in just a few seconds on a CentOS Linux 7 running on in cloud server.
Cosimo Galluzzi
The Bright Sessions

roma★
Game of Thrones Daily

tannertan36
noise dept.
TMBGareOK. The Official They Might Be Giants tumblr
Sade Olutola
Not today Justin
No title available
sheepfilms
$LAYYYTER

oozey mess
The Stonewall Inn
No title available

Game Changer & Make Some Noise

No title available

gracie abrams

Love Begins
occasionally subtle
seen from United States

seen from Bulgaria

seen from Spain

seen from Philippines

seen from Brazil

seen from Malaysia

seen from Bulgaria
seen from United States

seen from Türkiye
seen from United States
seen from United States

seen from Malaysia
seen from Türkiye
seen from Türkiye
seen from United States
seen from United States

seen from Malaysia
seen from Bulgaria
seen from Bulgaria

seen from United States
@geekylog-blog
Learn how to set up and install your own secure OpenVPN server in just a few seconds on a CentOS Linux 7 running on in cloud server.
Virtualmin PPTPD Fix
The nf_conntrack_pptp not loaded.
In /etc/modules-load.d, create pptpd.conf file and put:
nf_conntrack_pptp
Save it and reboot the server.
Synchronize a directory from remote system to local system
rsync -azvr [email protected]:/path/to/remote/folder/ /path/to/local/folder/
Install driver from recovery command prompt?
dism /Image:C:\ /Add-Driver /Driver:D:\ /Recurse
Note: Windows is installed at C:\ and the disk with the driver is at D:\
Fix domain permission on Virtualmin
virtualmin fix-domain-permissions --all-domains
Virtualmin Drupal htaccess fixes
find /home -name ".htaccess" -type f -exec sed -i 's/FollowSymLinks/SymLinksIfOwnerMatch/g' {} ";"
This article covers proxy server installtion, configuration and basic proxy authentication using detailed steps. You will learn how to setup a squid proxy server.
Create service on CentOS 7
Create the service file:
vi /etc/systemd/system/myservice.service
Put the config:
[Unit] Description=myservice Documentation=http://domain.com After=syslog.target [Service] ExecStart=/root/my-cli/myservice --data-dir=/root/.myservice --log-file=/var/log/myservice SuccessExitStatus=143 [Install] WantedBy=multi-user.target
Reload and enable the daemon:
systemctl daemon-reload systemctl enable myservice.service reboot
Zip exclude specific folder
zip -r example_com.zip example_com -x '*uploads*'
Migrate Sentora to New Server
Install Sentora di server baru.
Zip folder /var/sentora/hostdata di server lama dan pindahkan ke server tujuan.
Export semua database:
mysqldump -u root -p --all-databases | gzip -9 > /root/all_databases.sql.gz
dan import di server baru:
mysql -u root -p < /root/all_databases.sql
Perlu diingat untuk di gunzip dulu.
Update config di /etc/sentora/panel/cnf menggunakan mysql root password lama.
Reset zadmin password:
setzadmin --set password-barunya
Pergi ke Admin -> Module Admin -> Apache Config dan pilih Force Update.
Lalu jalankan:
php -q /etc/sentora/panel/bin/daemon.php