if you have PythonScript plugin, you could do something like Iβve done for automating markdown: make a script for each type of tag that youβd…
View More python script for HTML tags in Notepad++Month: September 2021
RHEL 8 / CentOS 8 firewall commands
systemctl status firewalld systemctl stop firewalld systemctl disable firewalld systemctl start firewalld systemctl enable firewalld
View More RHEL 8 / CentOS 8 firewall commandsConnect to AWS EC2 postgres
If you can’t connect to aws ec2 instance: vi /var/lib/pgsql/12/data/postgresql.conf listen_addresses = ‘*’
View More Connect to AWS EC2 postgresEnable root Access for Linux Instances
AWS doesn’t grant root access by default to EC2 instances. This is an important security best practise. Users are supposed to open a ssh connection…
View More Enable root Access for Linux Instances