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
Pound Reverse Proxy für HTTP und HTTPS – Quick and dirty Howto auf Debian Squeeze Pound ist ein Loadbalancer und Reverse Proxy für HTTP und HTTPS. Hier ein Quick and Dirty Setup für das HTTPS-Proxying…
Tweet Neglector. A small PHP script to delete old Tweets from Twitter Tweet Neglector automates the process of deleting old tweets from your Twitter account. Basicly it provides an „expire“ functionality for…
Linux auf der PS3 – Ich habe aufgegeben :( Nach fast einem Monat Warterei auf eine Lösung habe ich die „Anti-Linux“-Firmware installiert. Ich wollte wieder online zocken. Trotzdem kotzt…