6 private links
netem provides Network Emulation functionality for testing protocols by emulating the properties of wide area networks. The current version emulates variable delay, loss, duplication and re-ordering.
which can be useful for connection with lots of jitter
Some example:
http://stackoverflow.com/a/615757/2838914
Mosh(mobile shell) is Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.
Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.
Mosh is free software, available for GNU/Linux, FreeBSD, Solaris, Mac OS X, and Android.
A free alternative to IDA Pro
Diffie-Hellman key exchange was one of the earliest practical implementations of key exchange within the field of cryptography. It relies on the discrete logarithm problem.
I want to do some low-resources testing and for that I need to have 90% of the free memory full.
How can I do this on a *nix system?
Zim a la particularité de porter la syntaxe Wiki sur son poste de travail et peut être utilisé au choix comme un simple éditeur de texte, ou de manière plus poussée pour effectuer par exemple des mises en pages enrichies, ou des présentations mathématiques complexes à l’aide du plugin « Equation Editor ».
OsmAnd est un logiciel de GPS opensource et gratuit qui peut fonctionner sans connexion internet.
Maps there: http://new.osmand.net/list.php
List of password from leaked sources
A static checker for identifying unstable code. http://css.csail.mit.edu/stack
Specifically, the deprecated Linux networking commands in question are: arp, ifconfig, iptunnel, iwconfig, nameif, netstat, and route. These programs (except iwconfig) are included in the net-tools package that has been unmaintained for years. The functionality provided by several of these utilities has been reproduced and improved in the new iproute2 suite, primarily by using its new ip command. The iproute2 software code is available from Kernel.org. Iproute2 documentation is available from the Linux Foundation and PolicyRouting.org.
ntopng is the next generation version of the original ntop, a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform, MacOSX and on Win32 as well.