Enable unattended updates on Ubuntu
To enable auto updates in Ubuntu, you can follow these steps, which ensure that your system stays up to date without needing manual intervention. This script installs the unattended-upgrades package,…
To enable auto updates in Ubuntu, you can follow these steps, which ensure that your system stays up to date without needing manual intervention. This script installs the unattended-upgrades package,…
If you want to monitor your website’s uptime and load speed on your own VPS you can do so with a free tool called Uptime Kuma. This tool allows adding…
What is Gitea you ask. Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license. As well it is a self-hosted…
Here simple step by step to install and configure Webmin tool on your Raspberry Pi 4 running Ubuntu 20.x operating system. Check for update Install requirements Download latest webmin package…
There may be situation that you want to make sure your file or directory cannot be DELETED by accident or intentionally. In my case I like to protect this way…
EPUB is a popular file format supported by e-book readers on Amazon Kindle, Mobiles, Tablets and other devices. But sometimes you may need to convert Epub to PDF file to…
Here are 3 options you can use if you want to check on SSL certificate on any website from command line in terminal on your Linux box. 1. Using OpenSSL…
Chkrootkit is an open source rootkit scanner for Linux systems. Rootkits are hard to detect software & programs that allow access to a computer where access it not allowed. They…
Some Linux orders require Administrator privilege for execution of certain scripts or tasks in Linux. However, the default for the administrative permissions whene you issue a sudo lasts only 15…
$PATH is very important environment variable and knowing how to work with it, can be very useful What Is $PATH on Linux, and How Does It Work? Every time you…