Author: johayek
-
how to go to the “address bar” with a keyboard shortcut within a browser or web browser?
https://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts On Windows F6 is shortcut that works both in Explorer and in Chrome.
-
WordPress 4.9 and its “Press This” plugin and bookmarklet (version 1.1.*)
https://wordpress.org/plugins/press-this https://github.com/WordPress/press-this/releases/tag/1.1.1 – “Restored Bookmarklet” (that’s what the Git tag note says) https://github.com/WordPress/press-this/releases/tag/1.1.0 – “Restored Bookmarklet” (that’s what the Git tag note says) https://wordpress.org/support/topic/the-transition-1-1-0-1-1-1-makes-me-happy-again/ – I posted this to express my gratitude (not sure, this will help anybody) WordPress 4.9 removed the bookmarklet functionality of “Press This“. That caused a lot of frustration and anger and fuzz. That’s…
-
WordPress and “Press This Restored!” (obsolete!!!)
https://wordpress.org/plugins/press-this/ – 2017-11-29: version 1.1.1 seems to re-establish all the old and expected bookmarklet functionality – I guess this makes lots of people happy again https://wordpress.org/support/topic/the-transition-1-1-0-1-1-1-makes-me-happy-again/ – I posted this to express my gratitude (not sure, this will help anybody) As of 2017-11-29 outdated information: https://woodalldesign.net/press-this-restored/ After upgrading my WordPress installation to 4.9, the “Press This!” bookmarklets…
-
my WordPress back-up system (“BackWPup”) gets triggered 2 or 3 times for a single daily back-up job
https://wordpress.org/plugins/backwpup/ https://backwpup.com/docs/starting-backup-job-immediately-or-scheduled/ So far I have been using the “WordPress cron” approach. I have no idea, why the problem described above happens. But it confuses me a lot. Maybe I am going to try the WP-CLI approach next.
-
[MediaWiki-announce] Security release: 1.29.2 / 1.28.3 / 1.27.4
https://lists.wikimedia.org/pipermail/mediawiki-announce/2017-November/000216.html
-
in the middle of upgrading my WordPress installation I exceeded my disk quota and I only saw “HTTP ERROR 500” from then on
I got my friendly provider to increase my disk quota by “a little” for a couple of days – actually I was granted 300M for like 3 days https://www.elegantthemes.com/blog/tips-tricks/how-to-fix-the-500-internal-server-error-on-your-wordpress-website – following this web page I moved the wp-admin and wp-includes from a fresh version of WordPress to my installation directory (actually after moving my old ones…
-
plan9port AKA “Plan 9 from User Space”
https://en.wikipedia.org/wiki/Plan_9_from_User_Space https://github.com/9fans/plan9port https://9fans.github.io/plan9port/man/man1/intro.html : do not put the Plan 9 utilities’ directory a the beginning of your PATH! “9base is a port of various original Plan 9 tools for Unix, based on plan9port“: https://github.com/UNGLinux/9base https://git.suckless.org/9base https://tools.suckless.org/9base Optware-ng one my Synology NAS has a 9base package: root@DiskStation $ ipkg files 9base /opt/lib/9base/bin/… /opt/lib/9base/lib/… /opt/share/man/man1/…
-
ipkg, opkg, Optware, Optware-ng, Entware, Entware-ng for my Synology NASes
Linux package management systems for embedded systems. The utilities: https://en.wikipedia.org/wiki/ipkg – the history https://en.wikipedia.org/wiki/opkg – ipkg fork, the currently popular one The repositories: Optware, Optware-ng, Entware, Entware-ng: https://en.wikipedia.org/wiki/Optware – how it all started https://github.com/Optware/Optware – outdated https://github.com/Optware/Optware-ng – an Optware fork using opkg – supports PPC, i686, …; does not support x86-64 – this page has the installation instructions – they do use…