Blog
-
the CLI of “Cisco IOS” is based on John Ousterhout’s Tcl
- https://en.wikipedia.org/wiki/Cisco_IOS — this article says (at least) so (“based on”)
- https://en.wikipedia.org/wiki/Tcl
-
Synology DiskStation DS216+
- https://www.synology.com/en-global/products/DS216+
- https://www.synology.com/en-global/company/news/article/Synology_Announces_DS216plus
Now even their SOHO servers (plural?!?) are Intel based. And remember: they all run Linux. Together that means you can run there “any” Linux executable — keeping in mind there may be dependencies on libraries to be linked dynamically.
-
Winstone Servlet Container — servlet functionality without the bloat that full J2EE compliance introduces
Winstone is a small, fast and functional java servlet v2.4 container in a single 166kb jar file
- http://winstone.sourceforge.net
- https://github.com/geronimo-iia/winstone
- https://github.com/geronimo-iia/winstone/wiki
- http://www.netwhisperer.com/2011/07/18/introducing-winstone-an-ultra-lightweight-alternative-to-tomcat-and-jetty/ — link unfunctional
- http://en.wikipedia.org/wiki/Winstone_Servlet_Container — article got removed long ago
Jenkins (the automation server) uses Winstone.
-
how to run a Windows command as a background job like Unix ?
Basically you add “start /b” before the command.
-
OS X and Windows shortcuts for “Go to Address Bar” in Explorer/Finder/… as opposed to web browsers
- https://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts#Browsers_.2F_Go_menu
- Windows’s Explorer: Alt+D (as in Address Bar — apparently only for English as interface language)
- Mac OS X: Shift+Cmd+G (as in Go …)