Recent Activity









Dino Edwards
User for 2 years
Created Content
Recently Created Pages View All
How to Set PHP Options for Wordpress in Docker Compose
Create a new file named wordpress.iniĀ and and enter the following entries in it: file_uploads = ...
Extract Certificate Information with OpenSSL
Fetch the X.509 Public Key Certificate File openssl s_client -connect google.com:443 -showcerts ...
Find out what's taking up all the space in your linux install
Example for / partition: du -h / | grep '[0-9\.]\+G'
Red Hat Enterprise Linux Firewall
Check Firewall Status: systemctl status firewalld Add a port to allowed ports for incoming traf...
Veeam Linux Backup Agent Script with E-mail Notifications
Original inspiration for the script came from a post on the Veeam forums by davide.depaoli with s...