Find is a powerful tool for searching files and directories in a command-line interface that […]
Opening a Tunel Trough the Firewall with NGROX
Why would I want to open a tunnel through my firewall? Suppose you have a […]
Encrypting and Decrypting Files with GnuPG (OpenPGP) in Linux CLI
Creating a key pair: gpg –gen-key OR gpg –full-generate-key Backing up the secret/private key: gpg […]
Linux CLI Monitoring Tools
Top is probably native to most Linux distributions. top Htop is an upgraded version of […]
Run Commands on Boot in Linux
To execute commands on Linux startup, add them to /etc/rc.local: sudo nano /etc/rc.local The default […]
Install and Re-Install DW Agent in Ubuntu and Raspberry Pi OS
To install, download the latest dwagent.sh file from the DW Service [Link]. Make it executable […]
Installing ionCube and FileRun on Ubuntu
ionCube is a tool to protect PHP-based software from being viewed, modified, or run on […]
Using SCP and RSYNC for Copying and Syncing
Both SCP and RSYNC use SSH to transfer files and directories. While SCP simply uploads […]
VSFTPD + TLS + Fail2Ban on Ubuntu
Assuming you already have an SSL/TLS key that you may have created for your HTTP […]
Using MSMTP with Google SMTP Relay on Ubuntu
This SMTP application works the same way on Raspbian 10 (Buster). sudo apt-get install msmtp […]