Published onApril 17, 2022How to Install terminator on Ubuntu/Debiansetupdevelopment environmentterminalslinuxLearn all about Terminator and its installation on ubuntu and debian based systems using apt package manager.
Published onApril 17, 2022How to Set default terminal/shell to Terminator on Ubuntu/Debiansetupdevelopment environmentterminalslinuxLearn how to set terminator as your default terminal on ubuntu/debian using update-alternatives utlity.
Published onMarch 25, 2022How to connect and CRUD on PostgreSQL with Python psycopg2Pythonpostgresqldatabaseshow toquickstartLearn how to connect with PostgreSQL databases with python using psycopg2 library. Quickstart create, delete, update, insert operations on postgresql using Python scripts.
Published onMarch 20, 2022How to connect and CRUD on MySQL with Pythonpythonmysqldatabaseshow toquickstartLearn how to connect mysql with python using mysql-connector-python library. Implement MySQL create, delete, update, insert operations with Python.