Nicer login on my servers:

Using proxmox i used this simple method. Update your system and install fastfetch. sudo apt update && sudo apt upgrade -y && sudo apt install fastfetch Generate a banner here: http://www.network-science.de/ascii/ Edit: /etc/motd sudo nano /etc/motd Insert your ascii art: The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Welcome to ODEN: _______ ______ _______ _ ( ___ )( __ \ ( ____ \( ( /| | ( )…

Read more →

Simpler ssh login:

Generating SSH Keys in Linux ssh-keygen -t rsa -b 4096 -C "" Enter passphrase (empty for no passphrase): Copying keys to remote server: ssh-copy-id user@remote_server_ip Test your login: ssh user@remote_server_ip

Read more →

From Pihole to Technitium.

Today i left Pihole/Unbound for Technitium. The transition was smooth and all is working well.. The dns blocklists i used in pihole works like a charm, in Technitium. Now i don't have to use both Pihole/Unbound combo, Technitium is doing it all.. both are free and opensource, the latter one installs on Linux/Windows/MacOS. Links: Technitium: https://technitium.com/dns/ Pi-hole: https://pi-hole.net/ Unbound: https://nlnetlabs.nl/projects/unbound/about/ Adblock testing: https://adblock.turtlecute.org/ My score 98% 😀💪🤘 My Blocklists: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/multi.txt https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/Frellwits-Swedish-Hosts-File.txt https://v.firebog.net/hosts/Easyprivacy.txt https://v.firebog.net/hosts/AdguardDNS.txt https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts https://v.firebog.net/hosts/static/w3kbl.txt https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/ultimate.txt //Regards.

Read more →