SKDBLOG

Tag · 11 items

linux

Content that mentions this tag in frontmatter.

Articles

How to Install Redis on Ubuntu Server and Enable Remote Access
DevOps04 MIN
DevOps·Sep 1, 2025

How to Install Redis on Ubuntu Server and Enable Remote Access

Step-by-step guide to installing Redis on Ubuntu server, configuring for remote connections, and securing with passwords. Perfect for beginners—get started in minutes!

Read article

Creating PostgreSQL Users: A Quick Setup Guide 🔑
DevOps03 MIN
DevOps·Jan 1, 2025

Creating PostgreSQL Users: A Quick Setup Guide 🔑

Learn how to create a PostgreSQL superuser securely with our quick and easy guide. Follow step-by-step instructions to set up a superuser in just minutes!

Read article

🚀 PostgreSQL Installation Guide for Ubuntu: Your Complete Walkthrough!
DevOps02 MIN
DevOps·Jan 1, 2025

🚀 PostgreSQL Installation Guide for Ubuntu: Your Complete Walkthrough!

Learn how to install and configure PostgreSQL on Ubuntu with our beginner-friendly, step-by-step guide! Get your database server up and running in just 15 minutes.

Read article

Creating MySQL Users: A Quick Setup Guide 🔑
DevOps02 MIN
DevOps·Dec 24, 2024

Creating MySQL Users: A Quick Setup Guide 🔑

Learn how to create and configure MySQL admin users in 5 minutes. Includes security tips, role explanations, and troubleshooting steps for database administration.

Read article

🚀 MySQL 8.0 Installation Guide for Ubuntu: Your Complete Walkthrough!
DevOps03 MIN
DevOps·Dec 24, 2024

🚀 MySQL 8.0 Installation Guide for Ubuntu: Your Complete Walkthrough!

Complete guide to installing MySQL on Ubuntu Server. Perfect for beginners with step-by-step instructions, security tips, and configuration basics. ⏱️ 15-min setup!

Read article

How to Enable Remote Connections in MongoDB: Security Guide 🔒
DevOps03 MIN
DevOps·Nov 29, 2024

How to Enable Remote Connections in MongoDB: Security Guide 🔒

Learn how to configure MongoDB for remote connections safely. The step-by-step guide includes security best practices, troubleshooting tips, and proper IP configuration.

Read article

Getting Free SSL Certificates with Certbot - The No-Stress Guide! 🔒
DevOps03 MIN
DevOps·Oct 26, 2024

Getting Free SSL Certificates with Certbot - The No-Stress Guide! 🔒

Secure your website with free SSL certificates using Certbot on Ubuntu & Nginx. A simple step-by-step guide with troubleshooting tips. Perfect for beginners! [2024]

Read article

Setting Up Nginx as a Reverse Proxy - The Easy Way! 🚀
DevOps02 MIN
DevOps·Oct 25, 2024

Setting Up Nginx as a Reverse Proxy - The Easy Way! 🚀

Learn how to easily connect your web app to a domain name using Nginx as a reverse proxy. A beginner-friendly guide with ready-to-use configs! 🚀

Read article

Configuring Apache on an AWS Ubuntu Instance: Installation Guide
DevOps02 MIN
DevOps·Sep 14, 2024

Configuring Apache on an AWS Ubuntu Instance: Installation Guide

This comprehensive, step-by-step guide teaches you how to install and configure Apache on an AWS Ubuntu instance. It is perfect for developers and system administrators looking to optimize their Linux server setup.

Read article

How To Install And Configure Nginx On Your Linux Server
DevOps04 MIN
DevOps·Sep 14, 2024

How To Install And Configure Nginx On Your Linux Server

Install Nginx on Ubuntu, open the firewall, and confirm the welcome page—step by step, with copy-paste commands and quick checks along the way.

Read article

Snippets

Copy-paste only: update packages, install Nginx, open UFW for Nginx, check status and reload. Pairs with the full walkthrough post.

# Packages and service
sudo apt-get update && sudo apt-get upgrade
sudo apt install nginx
sudo systemctl status nginx
sudo systemctl reload nginx   # after config edits (e.g. new server blocks)

# Firewall (Ubuntu UFW) — "Nginx Full" = ports 80 + 443

The newsletter

New articles in your inbox.

Occasional articles on engineering, tooling, and software development practices. No marketing, no fluff — just the article, when it's ready.

Unsubscribe with one click. Your email never leaves the list.