Sometimes you may need to get open connections or check active connections in PostgreSQL. Here is how to list active connections in PostgreSQL.
How to Create Swap Space in Ubuntu/Debian
Swap space is used as memory in operating system. Here is how to create swap space in Ubuntu/Debian.
How to Fix “mv: Argument List too Long” Error
Sometimes you may get mv: argument list too long error in Linux. Here is how to fix this error in Linux.
How to Repair MySQL Databases & Tables
Sometimes you may need to repair MySQL databases & tables as they grow. Here is how to repair MySQL databases & tables.
How to Optimize MySQL Tables
Sometimes you may need to optimize MySQL tables to improve query speed and performance. Here is how to optimize MySQL tables.
cURL Command to Call REST API
Sometimes you may need to run cURL command for REST APIs. Here is the cURL command to call REST API.
How to Remove WWW from URL in Apache
Sometimes you may need to remove WWW from URL on your website. Here are the steps to remove www from URL in Apache.
How to Delete Git Tags
How to Drop One or More Columns in Python Pandas
Types of Testing in Python
It is good to learn about how to perform testing in python. Here are the types of testing in Python.