ποΈ SSH
If you've never heard of SSH before, it stands for Secure Shell. It's basically a secure way to connect to another computer over a network.
ποΈ Git
Add Local Repo to Remote Repo Gittt
ποΈ Network Management
Networking management in linux is a crucial to make a robust linux system. well at least we know some essential networking tasks, like configuring interfaces, managing IP addresses, setting up routing, and using firewalls.
ποΈ Process Management
Processes are the fundamental units of execution. A process is an instance of a running program, and it represents the execution of a set of instructions by the computer's CPU.
ποΈ System Monitoring
Monitoring with top
ποΈ User Management
In Linux, users are like different characters in a multiplayer game, each with their own roles, permissions, and access levels. Some are administrators (root), while others are regular users, who looks like they can do everything in their own /home, but when administrators says u can't, u can't. like many of us in this world.
ποΈ Alias
Aliases are like that shortcut when you wanna invite your homie to game. Why type out "Bro ayo kita main game" every time when you can just say "on" or "login" and they instantly get it?. That's exactly aliases in linux.
ποΈ Linux Cron Jobs and Job Scheduling
Cron Jobs
ποΈ Tar
Tar in this context is not that sticky nasty residue left in your lungs after you smokes ciggarete, it's a command-line utility used to compress and extract files. It doesnβt damage your lungs, but it can definitely mess up your system if you extract the wrong thing in the wrong place. Unlike cigarette tar, this one actually helps with organization instead of causing long-term problems.
ποΈ Permission Management
In Linux, file permissions are like security guards deciding who gets access to what. You wouldnβt want your house to be public, just like you wouldnβt want your system files to be accessed by anyone.
ποΈ Logical Volume Manager
LVM (Logical Volume Manager) is a storage management solution in Linux that provides a flexible and advanced way to manage disk storage. Instead of using Windows, partitioning disk is a lot easier with linux especially with LVM. Instead partitioning disks into fixed sizes, LVM allows dynamic resizing, snapshot creation, and volume grouping.
ποΈ Firewall
Firewalls are essential for securing Linux systems by controlling network traffic based on defined rules. Linux provides several firewall management tools, including:
ποΈ NGINX
NGINX is basically a web server that also functions as a reverse proxy, load balancer, and HTTP cache.
ποΈ Setup VPS
What are you waiting for? why log in to your favorite time-wasting game if you just can setup your VPS now? With this step-by-step you can make ur VPS production-ready (nahh it's overclaimed but hopefully). I hope this helps anyone setting up their newly purchased VPS. CMIIW