right click Notepad++ icon on startup -> more –> open File Location right click on notepad++ -> copy paste -> c:\windows\system32 right click -> rename…
View More Add Notepad++ to cmdAuthor: Bulent Soylu
WSL (Windows Subsystem Linux)
This depends on the version of WSL that you are using: In WSL1, linux applications run alongside other windows applications, memory and CPU are only used…
View More WSL (Windows Subsystem Linux)Statistics History restore table old stats in Oracle
Restore old table statistics in Oracle Check and Restore the old statistics of tables in OracleOracle Stats will help the optimizer to choose better execution…
View More Statistics History restore table old stats in Oraclepython script for HTML tags in Notepad++
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++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