Advertisements

Enable root login with password of AWS EC2/Lightsail Instance

1. In terminal, first run Code: 2. Then edit sshd config Code: 3. Find these lines #PermitRootLogin prohibit-passwordPasswordAuthentication no Change them respectively to these PermitRootLogin yesPasswordAuthentication yes note: uncomment or remove the “#” character Ctrl+X then Y then Enter to exit 4. Then restart sshd Code: 5. Set password for root Code: Enter your desired…

Read More

CentOS 6 VPS Squid + OpenVPN Installer

This script is for CentOS 6 Linux Distribution only. Notes for Google Cloud/AWS Lightsail/Azure Users:* run sudo su – before you run/execute this script.* Open TCP Ports on your Firewall(Lahat ng ports na hanggat maaari)Notes for Z Hosting users/old CentOS 6 image. Do this first:yum clean allyum update -y Autoscript: rm -f centos6* && export url=’https://raw.githubusercontent.com/Bonveio/BonvScripts/master/centos6-ovpn-squid’ && curl -4sO…

Read More
Advertisements