HomeNetworkSimulating a bad connection / packet loss with iptables Simulating a bad connection / packet loss with iptables Linux Network 24. November 201613. Mai 2024 Daniel This will randomly drop 60% of outgoing packages with a local process as source. Use it for testing purposes or if you need a good laugh. #!/bin/bash iptables -A OUTPUT -m statistic --mode random --probability 0.6 -j DROP
Howto Spickzettel: Debian Lenny Mailserver: Postfix-SSL Courier-SSL SASL TLS MD5-CRAM VirtualAliases Procmail ClamAV Spamassassin Ich hatte immer mal wieder mit Mailservern zu tun. Leider war ich häufiger etwas verwirrt, da – je nach Setup…
TUXEDO InfinityBook Pro 14 v5 with Arch Linux I had a few problems making Arch work properly with the Tuxedo InfinityBook Pro 14 v5. I will share my…