Sometimes you may need to run a background process in Python. Here are the steps to do this using subprocess module.
Linux
How to Schedule Multiple Cron Jobs in One Crontab
How to Store File Content in Shell Variable
How to Copy Files from Linux to Windows
How to Protect Hard and Symbolic Links in CentOS
Sometimes you may need to protect hard and symbolic links in CentOS/RHEL systems. Here are the steps to do it.
How to Run Shell Script on Another Server
How to Manage Systemd Services on Remote Linux Systems
Sometimes you may need to manage systemd services on remote Linux systems, Here are the steps to do it.
How to Enable Confirmation for Rm Command
Sometimes you may need to enable confirmation for rm command. Here are the steps to enable confirmation while deleting files & folders, in Ubuntu/Debian and RHEL/CentOS/Fedora
How to Share Linux Terminal Session With Others
Sometimes you may need to share Linux Terminal Session with others. Here are the steps to do so using tmux and screen commands.