Sometimes you may need to view cron jobs for all users or some users. Here is how to list all cron jobs for all users.
How to Check Crontab logs in Linux
Sometimes you may need to monitor crontab logs in Linux. Here is the command to check crontab logs in Linux.
How to Remove PPA in Ubuntu/Debian Linux
Sometimes you may need to remove PPA in Ubuntu/Debian Linux. Here are the steps to remove PPA in Ubuntu/Debian Linux.
How to Add Repository in Ubuntu/Debian Linux
Sometimes you may need to add repository in Ubuntu. Here is how to add repository in Ubuntu/Debian Linux.
How to Add Directory to PATH in Linux
Sometimes you may need to add directory to PATH in Linux. Here is how to add directory to PATH in Linux.
How to Update Ubuntu Linux Kernel to Latest Version
Sometimes you may need to upgrade Ubuntu Kernel. Here are the steps to update Ubuntu Linux Kernel to latest version.
How to Fix SSH Connection Refused Error
Sometimes you may get “SSH Connection Refused” error while trying to log into SSH. Here is how to fix SSH Connection refused error.
How to Reset Password in Ubuntu
Sometimes you may need to reset root password or login password because you have forgotten password. Here is how to reset password in Ubuntu.
How to Resolve Unmet Dependencies in Ubuntu
Sometimes you may get “Unmet Dependencies” error in Ubuntu. Here is how to resolve unmet dependencies in Ubuntu.
How to Execute Shell Command from Python
Sometimes you may need to run shell script or execute shell command from within your python script. Here are the steps to execute shell command from python.