When Linux directories grow in size, you may need to move them to other partitions. Here is how to move directory to another partition in Linux.
How to Search PDF File in Linux
How to Schedule Task in Python
Sometimes you may need to schedule tasks in python application & services. Here are the steps to schedule task in python.
How to Import Python Modules by String Name
Call Python Function by String Name
Sometimes you may need to call python function by string name. Here are the steps to invoke function using strings in python.
How to Save Git Username & Password
Git asks for username & password every time we push commits. Here is how to save git username & password.
How to Get Classname of Instance in Python
How to Lock File in Python
Sometimes you may need to lock files & directories in python to prevent them from modification. Here is how to locl file in python.
How to Use Boolean Variables in Shell Script
Sometimes you may need to use boolean variables in shell script. Here is how to use boolean variables in shell script.