Tag: debian
-
sshuttle – Transparent proxy server for VPN over SSH
To create a hassle-free vpn connection to a remote server you need to expose port 22 in the target device. In these examples It is assumed that the remote server is either your edge device, directly connected to an edge device (like a main router) and in a DMZ or or receiving forwarded ssh traffic…
-
haproxy – Reverse proxy ssl pass-through (OSI 4) – OpenWRT
Useful haproxy.cfg file for your reverse proxy needs with some added security. In frontend stats you need to change the default username:password to securely access (locally) the statistics webui at port 9000 or any other port you choose. This configuration is great if you have multiple domains behind a router and was built for openwrt…
-
Configure partition table, format and auto mount disks. MBR – EXT4
Connect the External HDD: Ensure that your external HDD is connected to your Debian system. Identify the Device: Use the lsblk or fdisk -l command to identify the device name of your external HDD. It will typically be something like /dev/sdX, where X is a letter assigned to the drive. Partition the Drive with MBR:…
-
Install Debian on RaspberryPi 3B+
Go to https://raspi.debian.net/ and download the appropriate image file. I\’m going for this one: 20230612_raspi_3_bookworm.img.xz. Decompress the image: Copy image file to sdcard: Insert the sdcard into your raspberrypi and start it up. First time run will get you prompted to user root without a password so you must give it a password right after login. Remote…