Automated LAMP Setup Using Ansible
Continuing with our Ansible Series, we will move on to a pretty common use case for most VPSes, and that is of LAMP Stack setup. LAMP stands for Linux, Apache, …
Simplifying Python 3 setup using venv
Dependency hell Without virtual environments, working with Python is a nightmare! In case of Ubuntu, the base operating system comes with Python preinstalled, and you might think that that\’s a …
Git Hooks — Easily deploy code via git push
The best way to get into any field is to start with a problem statement, and then learn the necessary concepts as you try and solve that problem. The same …
VPS Use Cases – What Can You Do With A VPS?
Have you ever wondered what to do with your VPS (virtual private server)? Have you ever wondered what a VPS (virtual private server) can do for you? What exactly can …
What Is GitHub & Why Do Developers Use It? An Introduction to GitHub
GitHub is a platform that’s been very popular with the coding community recently. It’s an open-source code hosting site that helps developers store and manage their code. It offers distributed …
SQLite vs MySQL vs PostgreSQL – The Search For The “Best” Relational Database Management System
Relational data structures that organize data in tables of rows and columns form the basis of how most online services we use function. Although there are other data models, relational …
How to Flush DNS Cache on Windows, Linux, and macOS
If you’re having issues connecting to certain websites, it’s probably time to clear your DNS cache. In this post, we’ll cover exactly how to flush your DNS cache and why …