Browsing Tag
linux
94 posts
Increase Debian based Linux VPS server’s security
When you bought new virtual private server (VPS) most providers give machines with remotely root access by SSH…
k9s – manage your Kubernetes cluster like a pro!
Introduction k9s is a terminal based GUI to manage any Kubernetes(k8s) cluster. Using this single utility, we can…
Large file transfer from VPS to local machine
Transferring files? More often than not, rsync is the answer: rsync --archive --verbose --partial --progress username@vps_ip_or_hostname:/path/to/yourfile.tar /local/destination/ --archive:…
Upgrading Simple Shells to Fully Interactive TTYs
Imagine you’re a hacking pro, right? You pull off this cool move, catching a reverse shell with netcat.…
How to add swap space in Linux?
Tired of the same old Windows routine? Tiling window managers like i3 and Sway offer a good workflow…
The Advantages and Disadvantages of EXT4 vs. EXT3 in Linux Systems
When it comes to managing data on Linux systems, the choice of file system can significantly impact performance,…
nginx: putting your site in ‘downtime’ for everyone except you
we’ve all been in that less-than-ideal situation of something going horribly awry in production and having to put…
Top Linux Commands Every DevOps Engineer Should Know
Networking Here are some of the most commonly used networking commands in Linux that are essential for DevOps:…
Linux Firewall: Blocking a lot with a little
I have a need to block a large list of ever changing IP addresses from servers and systems…
Linux du Command | Disk Usage Estimation
Introduction In this lab, we will explore the du (disk usage) command in Linux, a powerful tool for…