jekyll and WordPress are two popular tools for creating websites, and both have their own strengths and limitations. Jekyll is a static site generator(ssg), that means generates a fixed set of H...
A Beginner's Guide to Linux | The Complete Beginner's Guide to master linux
What is Linux? Linux is an open source and free operating system that was first created in 1991 by Linus Torvalds. It is based on the Unix operating system developed by Ken Thompson and Dennis R...
Beginner's Guide to bash programming | The Complete Beginner's Guide
Welcome to this comprehensive guide to scripting! bash Script is a powerful tool to automate tasks and make them more efficient. This is widely used in the world of Linux Ubuntu and Unix and can ...
How to install pihole in docker in separate ip address
What is Pi-hole and why should you use it? Pi-hole is an open source online ad blocker that works by intercepting Domain Name System (DNS) queries and blocking if it matches a list of specific ad...
How to Deploy Hugo Pages on Netlify
Introduction to Netlify Netlify is a cloud-based platform that makes it easy to build, deploy, and host static websites. It is a popular choice for developers due to its simplicity and ease of us...
How to Deploy a Hugo Site on Cloudflare Pages
Introduction to the Cloudflare site Cloudflare Pages is a static page hosting service offered by Cloudflare. It is designed to make it easier for developers to host and manage their static websi...
Running Arch Linux with KDE and noVNC in a Docker Container
Introduction: Docker is a powerful tool that allows you to run isolated environments called “containers” on a host computer. This can be useful for testing, development, or simply running applic...
Setting up squid -HTTPS SSL proxy cache Server
Configuring Squid for SSL can be a complex process, but it can provide a number of benefits for your network, including improved security and faster web browsing. Here is a step-by-step guide to ...
Deploy Jekyll Site in Cloudflare Pages
Prerequisite Cloudflare free account Free GitHub account (optional) Jekyll installed on your pc Installing jekyll to create a jekyll site you need to install jekyll first in your pc loc...
Jupyter-Notebook in Docker Container | Jupyter notebook Docker
Prerequisite Docker # Debian based distro sudo apt install docker.io -y docker-compose #debian based distro sudo apt install docker-compose -y Running Jupyter Container cre...