Sometimes you may need to iterate through files in directory in Python. Here are the steps to do it.
How to Find All Text Files in Directory in Python
Sometimes you may need to find all .txt files in directory. Here is how to find all text files in directory using Python.
How to Convert CSV to Tab Delimited File in Python
Sometimes you may need to convert CSV files to tab delimited files in Python. Here are the steps to convert CSV files to tab delimited text files.
How to Stress Test Linux Server
Schedule Cron Job Every 1 hour in Linux
Cron jobs allow you to automate tasks and processes in Linux. Here is how to schedule cron job every 1 hour.
How to Delete User Accounts with Home Directory in Linux
Sometimes you may need to delete user accounts in Home Directory in Linux. Here are the steps to do it.
How to Update or Change System Locale in Linux
Sometimes you may need to update or change system locale in your Linux system. Here are the steps to do it in Linux.
Linux Grep Binary Files for Strings
Linux Prevent File From Being Modified
Sometimes you may need to prevent file from being modified in Linux. Here are the steps to prevent file modification in Linux.