LMLubos Magatinblog.magat.io路Nov 17, 2023 路 2 min readHow to use rotated SSH keys ?Rotating SSH keys is an important practice for maintaining security in systems that use SSH for remote access. The process involves creating new SSH key pairs and replacing the old ones. Here's a general guide on how to rotate SSH keys: Create a New...00
LMLubos Magatinblog.magat.io路Oct 21, 2023 路 2 min readMy terminal multiplexersBoth screen and tmux are terminal multiplexers that allow you to manage multiple terminal sessions within a single terminal window. They are particularly useful for long-running processes, remote server management, and multitasking in the terminal. B...00
LMLubos Magatinblog.magat.io路May 1, 2023 路 4 min readMob programming basicsMob programming is a software development approach where a group of developers work together on a single task, collaborating in real time to design, write, and test code. It is an extension of pair programming, a practice where two developers work to...00
LMLubos Magatinblog.magat.io路Apr 10, 2023 路 3 min readCI/CD in the simplest wayCI/CD stands for Continuous Integration and Continuous Deployment. It is a software development practice aimed at improving the development process and increasing the quality of the code. Here's a simple explanation of each component: Continuous Int...00
LMLubos Magatinblog.magat.io路Apr 2, 2023 路 2 min readHTTP status codes categoriesHTTP (Hypertext Transfer Protocol) response codes are three-digit numbers that indicate the outcome of an HTTP request. These codes are grouped into five main categories, based on their first digit: 1xx (Informational): These responses indicate that...00