5 Tips for Linux Hardening With An Ubuntu VPS

5 Tips for Linux hardening With An Ubuntu VPS

Linux hardening involves implementing various security measures such as restricting access, removing unnecessary software, and configuring firewall settings to enhance the security posture of a Linux system.

Top 5 settings to harden your Linux SSH Server

electric-ssh-header

Servers, the mystery meat powering your favorite applications. The way to control these pillars off the internet is often through SSH. We are going to harden access today, while still maintaining an easy password-less access that is safe and System Admin approved.

Best Rsync Crash Course of (2023)

rsync-header

Have you ever had a major file corruption or lost a device? Perhaps you simply like to be thorough when backing up files. Today we bring you rsync.

Advanced UFW rules for the seasoned mind

UFWheader

For the seasoned among us, this is for you! We will explain default rule states, how using service names can save you time, good ways to manage a multitude of rules…

How To Install and Use UFW Firewall In Linux

UFW-header

UFW, the Uncomplicated Firewall, is as true as a command line utility can be. Posing some of my very first challenges managing a server for the first time, I learned by spinning up a copy of Ubuntu on an old computer using a keyboard and mouse for initial setup.

Top 5 Linux Server Distributions | Replacing CentOS

centos-asci-edited

The CentOS ecosystem, have we an option that will replace it? So you have a server or many more. You are using programs native to CentOS, and you’re worried about patches and updates going forward. We are here to say, worry not. The community has got you!

Configure a SAMBA Share in Linux

SAMBA-preview

Lots of businesses need to share files with employees and need a way to achieve this. SAMBA is a Linux service for sharing files and much more. We will go over setting up a share for users and anonymous users.

Configure Bind9 in Debian/Ubuntu

dns

Every large organization needs a way to resolve internal resources, this could be internal websites, webapps or even file servers…

Configure DHCP Server in Ubuntu

dhcp-preview

Networks especially ones with hosts of at least 50, need some sort of auto configuration for the network. It would be tedious to have to manually configure every host on a network or new hosts as well. Here we will look into creating a DHCP Server to automate this addressing of hosts under Ubuntu Server.