Linux

Guides, tutorials, and insights on Linux, the open-source operating system powering servers, desktops, and embedded systems worldwide.

Server Security Audit Checklist: What Actually Gets Checked

A server security audit is a systematic review of a server’s exposure and configuration to find where an attacker could get in and what they could do once inside. If you have been asked to commission one, or you want to run an internal review, this guide explains exactly what a thorough audit examines and why each area...

Runtime encrypted strings: Part 1

Runtime Encrypted StringsToday we will go through the basics of runtime encrypted strings, why do we need to encrypt our strings and learn how to create our own. In this article you will understand and learn: What is runtime encryption and decryption Why do you need to encrypt your strings See how anybody can see your...