Archive for April, 2021

Telekom FON auto login

Monday, April 26th, 2021

https://github.com/JsBergbau/TelekomFonHotspotLogin

Windows in the Browser

Saturday, April 24th, 2021

https://github.com/danoon2/Boxedwine

Wim Mertens

Friday, April 23rd, 2021

Command Line improvemenT

Friday, April 23rd, 2021

http://karolis.koncevicius.lt/posts/fast_navigation_in_the_command_line/ with z as tool for command line: https://github.com/rupa/z/ or zsh-z https://github.com/agkozak/zsh-z

Multi Sound Server with PulseAudio

Wednesday, April 21st, 2021

https://github.com/skalavala/Multi-Room-Audio-Centralized-Audio-for-Home https://github.com/badaix/snapcast pulseaudio questions on #pulseaudio on freenode https://gavv.github.io/articles/pulseaudio-under-the-hood/ https://wiki.archlinux.org/title/PulseAudio/Examples doesnt work for easyness: https://partofthething.com/thoughts/multi-room-audio-over-wi-fi-with-pulseaudio-and-raspberry-pis/ to enable the pulseaudio.service file: sudo systemctl enable pulseaudio.service and for a Win10 Client: https://www.reddit.com/r/bashonubuntuonwindows/comments/hrn1lz/wsl_sound_through_pulseaudio_solved/

Reverse Proxy

Tuesday, April 20th, 2021

https://hacker-gadgets.com/blog/2021/04/20/reproxy-simple-edge-server-reverse-proxy/

Ubuntu on Termux

Tuesday, April 20th, 2021

https://github.com/modded-ubuntu/modded-ubuntu

Beamer zum Selbstbau für 333€

Tuesday, April 20th, 2021

https://www.pcwelt.de/ratgeber/Der_Beamer_zum_Selberbauen-Do-it-yourself-7506604.html

NAT with IPTABLES

Tuesday, April 20th, 2021

ok it worked but the bind daemon were some misconfigured so easy dnsmasq made the job: https://how-to.fandom.com/wiki/How_to_set_up_a_NAT_router_on_a_Linux-based_computer https://medium.com/@TarunChinmai/sharing-internet-connection-from-a-linux-machine-over-ethernet-a5cbbd775a4f ^^ and here the trick were to put in the dnsmasq server’s ip under dns server under win;) https://www.howtoforge.com/nat_iptables https://www.revsys.com/writings/quicktips/nat.html https://www.karlrupp.net/en/computer/nat_tutorial 2Scripts for Linux setup:: Run this script on the host A : #!/usr/bin/env bash modprobe iptable_nat […]

Bypassing NAT

Tuesday, April 20th, 2021

https://wiki.termux.com/wiki/Bypassing_NAT