Home
RoadTo
Cancel

File systems

In this article, we will dive into the linux file systems, from the different format, its structure, the file types and some facts about partitions and mounts. My lab is running on a Centos 9 Stre...

Process Management

In this article, we will talk about process management in any IT operation, we will start by defining what process and managing them means, what commands can help us achieve this, and common pitfal...

PFSense

First, It can help, to change keyboard layout in PFSense (will reset at next reboot) kbdcontrol -l /usr/share/syscons/keymaps/[YOUR LOCALE LANGUAGE].iso.kbd WAN/LAN configuration WAN is the wide ...

Tmux

Tmux fun As my number of services piles up, I’m starting to repeat the same step of connecting to my VPS and on different user every day. I want to try and automate that, so I can create multiple...

Docker introduction

This article is the first introduction to docker, and how to run containers on a single host. The end-goal is to have an infrastructure running several services: Setup docker and docker-compose...