linux

ISP Config – mTLS – website certificate protection

This solution uses Let’s Encrypt as the certificate provider for the website and custom certificates for mTLS authentication. Connect to the ISP Config server and prepare certificates Generate CA certificate Generate client certificate Export client certificate After export, you need to import the certificate into your OS system. Copy CA certificate to the website folder […]

ISP Config – mTLS – website certificate protection Read More »

Debian APT archive sources

Working /etc/apt/sources.list for all Debian GNU/Linux versions going back to Debian 7 (Wheezy). These might be handy when working with legacy systems. Debian 12 (Bookworm) Active mirrors: Debian 11 (Bullseye) Active mirrors: Debian 10 (Buster) Active mirrors: Debian 9 (Stretch) Archive mirrors: Debian 8 (Jessie) Archive mirrors: Debian 7 (Wheezy) Archive mirrors: Original: https://debiansupport.com/mirrors/

Debian APT archive sources Read More »

Essentials linux commands

exit Exit actual session, exit from the program whatis [command] Show a one-line description of the command clear clear terminal window man [command] show manual page for command less [file] allow you to view, search in many ways in text files pwd print current working directory ls list files/folders in the directory cd change directory

Essentials linux commands Read More »

Linux cheat sheet

A Standard Linux Directory Structure Below is a reference to the basic structure of directories for most Linux distributions. Find more at the Linux Filesystem Hierarchy Standard, on Wikipedia. / – the root or base of the filesystem /bin – operating system binaries /boot – Linux kernel and programs run at startup /dev – devices /etc – system configuration files /home –

Linux cheat sheet Read More »