Tag: linux

ArchLinux - Install rTorrent, Flood and SFTP

A complete tutorial for installing Flood alongside rTorrent, a hardenned Nginx reverse proxy, an SFTP configuration, with all those features using service accounts for a greater global security. Insta

ArchLinux installation in VirtualBox

First of all, this tutorial doesn't prevent you from following the ArchWiki - Installation guide, it is not standalone. Pre-installation# First basic steps# For those first steps, I think you are a bi

Check SSH fingerprint

Display the default fingerprint# Of a key# You can either use the public key or private key to obtain the fingerprint (default is SHA256 in base64). $ ssh-keygen -lf ./id_ed25519 256 SHA256:jISolPDpdv

Remove EXIF metadata from pictures with exiftool

When taking a photo from your phone you don't want to share your position, right? After rendering a picture from a tool like Gimp or Photoshop you want it to be as light as possible but to keep a good

Block automated scanners from scanning a website

Disclaimer# This post describes how to block automated scanners from scanning a website. Requirements# You will need: fail2ban nginx (another web server can work too but this will need some modificat

How to use ProtonVPN on Arch Linux

Install the necessary packages# Install openvpn if needed: # pacman -S openvpn --needed To prevent DNS leakage you'll need an additional package, for more info see Arch Linux Wiki. Using systemd <