Python provides several libraries to list all files & subdirectories in a directory. Here is how to list all files in directory in Python.
How to Send HTML Mail with Attachment Using Python
Sometimes you may need to send html email with attachment using python. Here is how to send html email with attachment in python.
Postfix mail server configuration in Linux step by step
Postfix is an open source mail transfer agent. Here is Postfix mail server configuration step by step.
How to Install GoAccess Log Analyzer in Ubuntu
GoAccess is an open source and free web log analyzer with a browser-based interface. Here is how to install GoAccess log analyzer in Ubuntu.
How to Check Version of Python Modules
Sometimes you may need to check version of python modules. Here are different ways to check python package version.
How to Install Go (Golang) in Ubuntu
Go (Golang) is a popular programming language by Google. Here are the steps to install Go in Ubuntu.
How to Extract Substring from String in Bash
Sometimes you may need to extract substring from string in bash or other Linux shell. Here is how to do it using parameter expansion.
How to Split String into Array in Shell Script
Sometimes you may need to split a string into array in shell script. Here are the steps to convert string into array in shell script.
How to Check if String Contains Substring in Bash
Sometimes you may need to check if string contains substring in bash. Here are the different ways to do this in Linux.