Sometimes you may need to save dictionary to file in Python. Here are the steps to write python dictionary to file.
Linux
How to Kill Unresponsive Process in Linux
Sometimes you may need to kill unresponsive applications and services in Linux. Here is how to kill unresponsive process in Linux.
How to Schedule Shutdown in Ubuntu Linux
Sometimes you may need to automatically shutdown your Linux system at a specific time. Here is how to schedule shutdown in Ubuntu Linux.
How to Secure SSH Server on your System
It is important to secure SSH server to protect it from brute force and other malicious attacks. Here is how to secure SSH server.
How to Save Command Output to File in Linux
Sometimes you may need to save terminal output to file or save output of command to file. Here is how to save command output to file in Linux.
XARGS Command To Find & Delete Files
Sometimes you may need to find and delete many files in Linux. Here is XARGS command to find & delete files in Linux.
How to Reset Root Password in RHEL/CentOS/Fedora Linux
Sometimes you may need to reset root password in RHEL/CentOS/Fedora Linux. Here are the steps to do it.
How to Use Auto Indent in Vi Editor
VI Editor allows you to enable auto indent to format code. Here is how to enable auto indent in vi editor.
How to Upload & Download Files From FTP in Linux
Often you may need to transfer files to and from your FTP account in Linux. Here is how to upload & download files from FTP in Linux.
How to Delete Files Older Than X Days in Linux
Sometimes you may need to delete files older than 1 day, 7 days, 1 month, 6 months and even 1 year. Here is how to delete files older than X days in Linux.