Sometimes you may need to take user input or read user input in Python. Here is how to accept user input in Python.
How to Empty List in Python
Sometimes you may need to delete list items, clear list in python or remove list elements. Here is how to empty list in python.
How to Open Image in Terminal
Sometimes you may need to display image in terminal or view images in terminal. Here is how to open image in terminal.
Bash Sort By Column
Sometimes you may need to sort the result of shell command. Here is how to sort bash command by column.
How to Configure PAM in Linux
How to Read Large CSV File in Python
Sometimes you may need to read large CSV file in python. Here is how to open and read large CSV files in python.
How to Get Filename from Path in Python
Sometimes you may need to extract or retrieve filename from path. Here is how to get filename from path in Python.
How to Increase SSH Connection Timeout
Sometimes you may need to increase SSH timeout to increase session idle time duration. Here are the steps to increase SSH connection timeout.
How to Run Sudo Command Without Password in Linux
How to Save Dictionary to File in Python
Sometimes you may need to save dictionary to file in Python. Here are the steps to write python dictionary to file.