Browsing Tag
ubuntu
15 posts
SETTING UP NGINX SERVER ON UBUNTU
I installed VMware Workstation Pro and deployed Ubuntu on it Opened Ubuntu terminal and ran commands to install…
Installing WordPress with Nginx in Ubuntu
To install WordPress with Nginx on Ubuntu, follow these steps: 1. Update your system sudo apt update 2.…
How to add swap space in Linux?
Tired of the same old Windows routine? Tiling window managers like i3 and Sway offer a good workflow…
3 Amazing Productivity Apps for Linux
I use Ubuntu 24.04 as my daily driver on my main laptop and these are some of the…
Stepping into Ubuntu Linux: A VirtualBox Installation Guide.
INTRODUCTION Have you ever felt curious about Ubuntu Linux and wanted to try it out? Perhaps you’re a…
Understanding LXC: Linux Containers and Their Role in Modern App Development
Containers have been around for a while, but their recent broad adoption has transformed modern application development and…
I need to create a PXE with the following configuration:
There must be 4 different machines (ROUTER, PXE, PC1, PC2), use ubuntu for the Router and PXE, the…
How to install python in a docker container.
Pull the Ubuntu Docker Image: First, download the official Ubuntu Docker image from the Docker Hub by running…
How to Setup Jenkins Locally With Oracle VirtualBox VM
Creating The Virtual Box VM Installing Jenkins on VM Opening the firewall Setting Up Port Forwarding Setting Up…
Virtual Host Setup with SSL Certificate in Your Localhost
In this article we will learn how we can run our project from a custom url example.com instead…