Sometimes you may need to convert RPM to DEB files. Here is how to convert RPM to DEB Files in Linux.
How to Install .deb File in Ubuntu
.deb files are software packages for Ubuntu/Debian Linux. Here is how to install .deb file in Ubuntu.
How to Provide Sudo Access to User in Linux
Sometimes you may need to give sudo privileges to users in Linux. Here are the different ways to provide sudo access to user in Linux.
How to Kill Process Running on Specific Port
Sometimes you may need to kill processes running on particular port. Here is how to kill process running specific port.
Sed Command to Delete Lines in Linux
Sometimes you may need to delete one or more lines from a file. Here is sed command to delete lines in Linux.
How to Install & Use Wine in Linux
Wine utility allows you to run Windows applications in Linux. Here is how to install & use Wine in Linux.
How to Iterate over Multiple Lists in Parallel in Python
Sometimes you may need to iterate over multiple lists together or simultaneously. Here is how to iterate over multiple lists in parallel in Python.
How to List All Files in Directory in Python
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.