Browsing Tag
linux
94 posts
Linux in Action – File Structure Hierarchy and Its Role in Modern Business
Introduction Linux is a powerful and versatile operating system that has become the backbone of many businesses and…
Day-01: Java and Spring boot
Operating System: Linux Mint – Basic Commands and classifications -> file, User, package, network, process and resoruces handling…
DeepShell: Your self-hosted shell assistant
A whisper in the void, a tool forged in silence. DeepShell is your clandestine terminal companion, bridging the…
Understanding Root vs. Non-Root Users, Docker, and Fixing ECR Authentication Issues
When working with Docker and cloud services like Amazon Elastic Container Registry (ECR), you may encounter issues related…
How to run a cron job inside a docker container?
Docker lets you run applications in a container. A container has everything your app needs. Sometimes you need…
Day -03 /100 – Configuring mail server using Postfix, Dovecot and Mutt
We will set up three things in ubuntu machine:- Postfix (It will provide SMTP Implementation, which will work…
Linux 101: Part 5 – Mastering VI Editor: A Beginner’s Guide to Text Editing, Navigation, and Essential Commands
Introduction to VI Editor The VI Editor is one of the most powerful and widely used text editors…
Set SELinux flags
Lately, I’ve been trying to immerse myself in the world of SELinux, so I just leave SELinux settings…
Conquering Flatpak Icons on LXDE (Pop!_OS Edition)
When you’ve installed Pop!_OS but decided to ditch GDM3, switch to LXDE, and generally tinker with your system,…
Installing WordPress with Nginx in Ubuntu
To install WordPress with Nginx on Ubuntu, follow these steps: 1. Update your system sudo apt update 2.…