Often you get permission denied error while using cat command in Linux. Here is how to fix this problem.
Linux
How to Limit User Commands in Linux
Sometimes you may need to restrict user commands in Linux. Here are the steps to limit user commands in Linux.
How to Backup Website to Amazon S3
How to Check MD5 Checksum of Installed Packages in Ubuntu/Debian Linux
Sometimes you may need to check md5 checksum of installed packages on your system. Here is how to do it.
How to Check Bad Sectors in HDD in Ubuntu
Sometimes you may need to check bad sectors and blocks in your hard disk. Here is how to check bad sectors in HDD in Ubuntu.
How to Encrypt & Decrypt Files Using OpenSSL
OpenSSL is a useful cryptographic library to encrypt & decrypt data. Here is how to encrypt & decrypt files using OpenSSL.
pgAdmin Connect Via SSH Tunnel
Sometimes you may need to connect to PostgreSQL database via SSH tunnel in pgAdmin. Here are the steps to connect via SSH tunnel in pgAdmin.
How to Connect to PostgreSQL Server via SSH Tunnel
Sometimes you may need to connect to PostgreSQL server via SSH tunneling. Here are the steps to do it using port forwarding.
How to Connect to MySQL Server via SSH Tunnel
Bash Loop Through Content of File
Sometimes you may need to loop through file contents. In this article, we will learn how to do this.