Sometimes you may need to upgrade all python packages using pip. Here are the steps to upgrade specific packages or all packages in python.
How to Create Python Function with Optional Arguments
Sometimes you may need to create python function with optional arguments. Here are the steps to do it.
How to Automate Backup in Python
Sometimes you may need to backup certain files & folders on your system. Here is how to automate backup in Python.
How to Backup & Restore Hard Disk in Linux
Sometimes you may need to backup & restore hard disk in Linux. Here are the steps to backup & restore hard disk in Linux.
How to Lock & Unlock Users in Linux
How to Capture Top Command Output to File
How to Check Supported TLS/SSL Version in Linux
How to Run Multiple Commands in Linux
Sometimes you may need to combine multiple commands in one line or run multiple commands at once. Here is how to run multiple commands in Linux.
How to Record & Replay Terminal Session in Linux
How to Save All Terminal Output to File
Sometimes you may need to save terminal output. In this article, we will learn how to save all terminal output to file.