Meta
Blogroll
IP info
Programs
Monthly Archives: February 2017
SSH reverse tunnel
With autossh you can establish an SSH reverse tunnel from a given system, provided it can reach some other machine via SSH outside its own network. You can also do that with ssh alone, but autossh comes with added features … Continue reading
Posted in Administration, EN, Linux, Software, Unix and unixoid
2 Comments
Atlas zur deutschen Alltagssprache
Auf atlas-alltagssprache.de finden sich die Ergebnisse vergangener Umfragen zur Benutzung von Ausdrücken und Worten in der deutschen Alltagssprache, sowie auch die jeweils neueste Umfrage. Einfach mal den Fragebogen ausfüllen. // Oliver
Posted in DE, Sprachen
Leave a comment
Visual C++ 2015 Build Tools
Once you download the installer for Visual C++ 2015 Build Tools from here, you can run it as follows: visualcppbuildtools_full.exe /layout to have it download all the necessary files for later “offline” installation. This allows one to archive the installer … Continue reading