Vim supports syntax highlighting but it is disabled by default. Here is how to enable syntax highlighting in Vim editor.
How to Run Same Command Multiple Times in Linux
How to Reload Bashrc settings Without Logging Out and Back In
You need to reload bashrc settings after you make changes to it. Here is how to reload bashrc settings without logging out and back in.
How to Split File in Linux
Sometimes you may need to split file in Linux to manage it easily. Here are the steps to split file in Linux.
Random Password Generator in Python with Source Code
Sometimes you may need to generate random password in python. Here is a random password generator in python with source code.
How to Generate Random Password in Linux
Sometimes you may need to generate random strong password in Linux. HEre is how to generate random password in Linux.
How to Use Wget to Download File Via Proxy
Sometimes you may need to download files via proxy. Here is how to use wget to download file via proxy.
How to Get Hostname/Domain Name from IP Address in Linux
Sometimes you may need to get hostname/domain name from ip address in Linux. Here are the steps to do it in Linux.
How to Check if String Matches Regular Expression
Sometimes you may need to check if string matches regular expression in Python. Here are the steps to do it.
How to Modify XML File in Python
Sometimes you may need to modify XML file in Python. Here are the steps to edit XML file data using Python.