How AI makes Linux fun!

Remember those days when you face yourself with a challenge (I don't use the term problems anymore ...) and you start your research? For instance, I had the challenge to disconnect an external hard dr...
0 Read More

Install psql in WSL

Remove old postgres ⛶sudo apt remove --purge postgresql\* -y Remove binary if exist ⛶sudo rm -f /usr/bin/psql sudo rm -f /usr/share/postgresql-common sudo rm -rf /usr/lib/postgres...
0 Read More

Basic Setup of Jenkins for CI/CD

Basic Setup of Jenkins for CI/CD
Introduction Jenkins is a widely used open-source automation server that facilitates continuous integration and continuous deployment (CI/CD). This guide provides a step-by-step approach to installing...
0 Read More