Tag: terminal

Script DNS Blocker DNSMASQ

If you tested pihole, you perhaps look for a smaller Command Line version? Install dnsmasq by: sudo apt-get install dnsmasq Here DNS Rule Injector Script (copy & paste): blocker.sh # www.linuxonlinehelp.eu 2019 # DNS Blocker for Small Linux with dnsmasq # #!/bin/bash # goto tmp (tmpfs) cd /tmp/ # get URL-Blocklists wget -O blocklist.txt https://v.firebog.net/hosts/Kowabit.txt # get Templates #SET Variables txt='blocklist.txt' IP='0.0.0.0' # set to 0.0.0.0 or to a Webserver with "white Page" showing Text "URL-blocked!! #merge URLs and redirect to wanted IP – Rule creation n=1; while read line; do echo 'address=/'$line'/$IP '>> 02-blocked1.conf ; n=$((n+1)); done < $txt […]

Small Linux on Thin Client 32MB Disk

Problem: If you have bought a Thin Client Terminal, you lost updates after some years, cause the manufacter closes the support, or you have to pay for the Upgrades. Solution: To reuse the old Hardware take a closer look on www.tinycorelinux.com There you find a very small modular Linux. You must not buy new Hardware! Tinycorelinux runs on x86 (Intel/AMD/Via) Hardware with a current 2.6 Kernel inside a RAMDISK.   Preferred Applications: Kiosk Internet Box Internet Radio Netbook with full ThinClient Support for High Security Travel (Company’s) Internet PC Office PC Fast energy saving embedded PC with ramdisk Use SSH […]

Impressum Datenschutz-DSGVO-GDPR

www.linuxonlinehelp.eu - Nonprofit Linux PC & Server Support since 2004 Tags: Linux Online Help, Linuxonlinehelp, Linux Support, Linux Hilfe