In this tutorial we will go through an example of taking an existing simple web app based on Flask and MySQL and making it run with Docker and docker-compose So we are going to create two containe...
How to install Arch Linux with KDE plasma
Installing Arch Linux with KDE Plasma and SDDM Installing Arch Linux can be a daunting task for those new to the Linux world, but with a little guidance and patience, it can be a rewarding exper...
Customizing the linux zsh terminal | change the way you use linux
Hi There, As a linux enthusiast i always use terminal but many of the default linux terminals are boring and has no color, shape or functionality Today we will transform our terminal into wonderful...
How to Deploy phpMyAdmin in Docker
Requirements Install docker sudo apt install docker.io -y Create Docker Network (optional) docker network create {network-name} Creating Docker Container to create a file nano docker-phpmya...
How to Create Jekyll Local Development Server in Docker
What is Jekyll Jekyll is a static site generator(SSC).It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site’s look and feel, U...
How to Fix No Audio Issue In Kali Linux
In this post i am going to show the fix for the no audio problem in kali linux sudo apt install pulseaudio -y systemctl --user enable pulseaudio systemctl --user start pulseaudio Install pulseau...