Samba server allows you to share files & print services across Linux & Windows systems. Here is how to configure Samba server in RHEL, CentOS.
How to Rename All Files to Lowercase or Uppercase in Linux
Sometimes you may need to rename files to lowercase or uppercase in Linux. Here is how to do it in Linux.
How to Find Index of Item in List in Python
Sometimes you may need to find index of item in List in Python. Here is how to get item index in Python.
How to Redirect Using JavaScript
Sometimes you may need to redirect web pages on your website. Here is how to redirect using JavaScript.
How to Show All Users in MySQL
Sometimes you may need to list all user accounts or get list of user accounts. Here is how to show all users in MySQL.
How to Upgrade All Python Packages with Pip
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 Import Python Module Given Full Path
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 Check Long Running Processes in Linux
It is important to keep track of long running processes on your system. Here is how to check long running processes in Linux.