💻 Diving into Ubuntu Server at Home! I recently set up my home Ubuntu Server and had a lot of fun learning how to make it SSH-ready with a static IP. 🖥️ In my latest blog, I walk through: Finding your network interface (ens33 or enp3s0) Setting a static IP with Netplan Disabling cloud-init so your settings stick Testing SSH access remotely It’s a simple guide, but perfect for anyone tinkering with Linux, home servers, or just curious about networking. #Linux #Ubuntu #Networking #HomeServer #SSH #DevOps #Netplan #LearningByDoing
Setting up Ubuntu Server at Home with SSH
More Relevant Posts
-
Happy to share the video on deploying an Ubuntu Server in VirtualBox. What would it help you with? Well, everything you can do on an Ubuntu Server. Furthermore, such a deployment doesn't incur any costs and you get to keep your host (nothing changes there). One of the best use cases for students with such a setup is they can taste different operating Systems and if they want to move to a new OS, test it out first in the VirtualBox. I recently used it to deploy an RC and tested ZTA. And there are a plethora of use cases with such a setup. If you find the video helpful, please feel free to like share and comment: https://lnkd.in/gBAxnP6e #cisco #thenetworkviking #ubuntu #labs #labsetup #serveradministration #linux #resource #zta #secureaccess
How to Download and Install ANY Ubuntu Server in VirtualBox | Step by Step - Latest 2025 Tutorial
https://www.youtube.com/
To view or add a comment, sign in
-
Boost Linux Server Performance & Reliability with Network Bonding! Ever wondered how to combine multiple NICs into one logical interface for better speed, load balancing, and redundancy? That’s exactly what Network Bonding (NIC Teaming) does! In this guide, we cover: 1. What network bonding is & why it matters 2. Different bonding modes (Round Robin, Active-Backup, LACP & more) 3. Step-by-step setup on RHEL/CentOS & Ubuntu with Netplan 4. How to test failover & ensure high availability Read the full guide here: https://shorturl.at/QFwx7 #Linux #SysAdmin #DevOps #ServerManagement #HighAvailability #Networking
To view or add a comment, sign in
-
-
A comprehensive guide for configuring NTP on Aruba AOS-CX switches and establishing a Chrony NTP server on Ubuntu Server. This will help ensure precise time synchronization across your network devices. Ideal for system administrators and network engineers dealing with HPE Aruba Networking switches and Linux servers.
How to Configure NTP on Aruba Switch | Sync Time with Ubuntu Chrony (2025)
https://www.youtube.com/
To view or add a comment, sign in
-
𝐓𝐡𝐞 𝐨𝐧𝐥𝐲 𝐋𝐢𝐧𝐮𝐱 𝐜𝐨𝐦𝐦𝐚𝐧𝐝𝐬 𝐲𝐨𝐮 𝐧𝐞𝐞𝐝 𝐭𝐨 𝐫𝐮𝐧 𝐩𝐫𝐨𝐝𝐮𝐜𝐭𝐢𝐨𝐧 Forget hundreds of commands. These cover most of what you’ll actually use: 🔹 top / htop: real-time resources 🔹 df -h: disk space check 🔹 du -sh: find space hogs 🔹 ps aux | grep: track processes 🔹 tail -f /var/log/... live logs 🔹 systemctl: manage services 🔹 ssh: access servers 🔹 scp / rsync: move files safely Master these, and production stays under control. #linux #devops #sysadmin #production #techinsights
To view or add a comment, sign in
-
-
Essential Linux Troubleshooting Commands Every SysAdmin Should Know 🐧 Working with Linux servers (CentOS, Ubuntu, etc.) means relying heavily on the terminal. As IT Support Specialists and System Engineers, quick troubleshooting with the right commands can save hours of downtime. Here are some go-to commands for everyday troubleshooting: 🔹 1. System Health top / htop → Monitor CPU, memory & processes uptime → Check load averages 🔹 2. Disk & File System df -h → Check disk usage du -sh * → Find large directories/files 🔹 3. Network ping <host> → Check connectivity netstat -tulnp → View active ports ss -tulwn → Modern alternative to netstat 🔹 4. Logs & Errors tail -f /var/log/syslog (Ubuntu) / /var/log/messages (CentOS) → Real-time logs journalctl -xe → Detailed error logs 🔹 5. Services systemctl status <service> → Check service status systemctl restart <service> → Restart services 🔹 6. Package Management Ubuntu/Debian → apt update && apt upgrade CentOS/RHEL → yum update These are the fundamental tools I use almost daily for keeping Linux systems running smoothly. 💡 What’s your must-use Linux troubleshooting command? Share below! #Linux #SysAdmin #Ubuntu #CentOS #ITSupport #DevOps
To view or add a comment, sign in
-
-
Running a Full-Stack #Email Server with Docker-Mailbox on Rocky Linux #VPS Running a full-stack email server with docker-mailserver on a Rocky Linux VPS involves several steps. This guide will walk you through the process, starting from a fresh VPS setup to running a full-stack email server with Docker-Mailbox on Rocky Linux VPS. We'll cover setting up Docker, configuring docker-mailserver, securing your server with SSL/TLS, and testing the mail server. This setup is suitable for small to medium-sized organizations or personal use. ... Keep Reading 👉 https://lnkd.in/gf4NCziZ #letsencrypt #rockylinux
To view or add a comment, sign in
-
Running a Full-Stack #Email Server with Docker-Mailbox on Rocky Linux #VPS Running a full-stack email server with docker-mailserver on a Rocky Linux VPS involves several steps. This guide will walk you through the process, starting from a fresh VPS setup to running a full-stack email server with Docker-Mailbox on Rocky Linux VPS. We'll cover setting up Docker, configuring docker-mailserver, securing your server with SSL/TLS, and testing the mail server. This setup is suitable for small to medium-sized organizations or personal use. ... Keep Reading 👉 https://lnkd.in/g3dSp7MJ #letsencrypt #rockylinux
To view or add a comment, sign in
-
Today, let’s tackle another common confusion: 🔹 shutdown -h now vs shutdown -r now 1️⃣ shutdown -h now The -h flag stands for halt. Immediately powers off the system. Think: h → halt. 2️⃣ shutdown -r now The -r flag stands for reboot. Restarts the system right away. Think: r → restart. ⚡ Pro Tip: Always make sure you’ve saved your work and notified users before running these—especially on shared servers. Small differences, big impact. One halts, the other reboots. #Linux #DevOps #SysAdmin #LinuxTips #CloudComputing
To view or add a comment, sign in
-
Running a Full-Stack #Email Server with Docker-Mailbox on Rocky Linux #VPS Running a full-stack email server with docker-mailserver on a Rocky Linux VPS involves several steps. This guide will walk you through the process, starting from a fresh VPS setup to running a full-stack email server with Docker-Mailbox on Rocky Linux VPS. We'll cover setting up Docker, configuring docker-mailserver, securing your server with SSL/TLS, and testing the mail server. This setup is suitable for small to medium-sized organizations or personal use. ... Keep Reading 👉 https://lnkd.in/gtq_Yi-P #letsencrypt #rockylinux
To view or add a comment, sign in
-
Running a Full-Stack #Email Server with Docker-Mailbox on Rocky Linux #VPS Running a full-stack email server with docker-mailserver on a Rocky Linux VPS involves several steps. This guide will walk you through the process, starting from a fresh VPS setup to running a full-stack email server with Docker-Mailbox on Rocky Linux VPS. We'll cover setting up Docker, configuring docker-mailserver, securing your server with SSL/TLS, and testing the mail server. This setup is suitable for small to medium-sized organizations or personal use. ... Keep Reading 👉 https://lnkd.in/gTZ9StvX #rockylinux #letsencrypt
To view or add a comment, sign in