Author: johayek
-
how to access YOUR Synology router “RT1900ac”? as router.synology.com?
That’s what Synology actually suggests: access your router as router.synology.com. Doesn’t that mean, it’s under control of Synology?! Looks like, doesn’t it?!! I don’t really like that. It also has a hardwired 192.___ address (to be clarified!!!). I am currently running my RT1900ac between my laptop and my true router, an AVM FRITZ!Box. The RT1900ac publishes…
-
Packt Publishing: Mastering JavaScript Object-Oriented Programming
http://shop.oreilly.com/product/9781785889103.do
-
JavaScript forums
http://stackoverflow.com/questions/tagged/javascript http://forums.oreilly.com/forum/62-head-first-javascript/
-
emacs: how to remove that useless toolbar?
https://www.emacswiki.org/emacs/ToolBar That useless toolbar has been sitting there for many, many years, always stole visible space on my screens, I never ever used it, and I never ever got the idea it should get removed – until now. Actually yesterday I found out, how to remove KDE Konsole’s menu bar – I had tried to…
-
creating diary entries from my (little) blog articles
https://codex.wordpress.org/WordPress_Feeds https://codex.wordpress.org/WordPress_Feeds#Finding_Your_Feed_URL 1st approach: xmlstarlet with an XPath expression (rss/channel/item/link) + shell wrapper. 2nd approach: XQuery script looping over rss/channel/item (+ shell wrapper). I am glad to upload it to my github area, in case somebody is interested. Update 2016-08-26: By default WordPress creates an RSS feed with just 10 entries. I don’t create my diary entries…
-
using TuneIn – the Android apps: (basic) / Pro / Premium
http://TuneIn.com http://help.tunein.com/customer/portal/articles/913969-what-s-the-difference-between-tunein-radio-and-tunein-radio-pro- – “WHAT’S THE DIFFERENCE BETWEEN TUNEIN RADIO AND TUNEIN RADIO PRO?”: “… TuneIn Radio Pro lets you record what you’re listening to for a one-time price of $9.99 and does not have banner ads. …” (I strongly hope so) https://play.google.com/store/apps/details?id=tunein.player TuneIn Radio (basic) (non-ad-free, various annoying categories of ads) https://play.google.com/store/apps/details?id=radiotime.player – TuneIn Radio Pro I tried the Android…
-
an afternoon with Rona Kenan – actually (only) with her delightful music
https://en.wikipedia.org/wiki/Rona_Kenan https://www.youtube.com/user/RonaKenan https://itunes.apple.com/us/artist/rona-kenan/id632158189 https://itunes.apple.com/de/artist/rona-kenan/id632158189 …
-
KDE’s Konsole and the “selection” – when did they change their way of dealing with it?
https://en.wikipedia.org/wiki/Konsole https://en.wikipedia.org/wiki/xterm https://en.wikipedia.org/wiki/X_Window_selection I had used xterm for many years before KDE and Konsole showed up. In the X Window environment a few rules were always taken for granted: the (input) focus is always, where the mouse points you select text, and it’s immediately in the copy+paste buffer you can paste text with “Control+Insert” or…