- 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 aside, keeping in mind I would have to remove them in the near future)
- problem fixed
Blog
-
in the middle of upgrading my WordPress installation I exceeded my disk quota and I only saw “HTTP ERROR 500” from then on
-
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“:
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 opkg, but they call it ipkg (that’s strange)
- https://github.com/Optware/Optware-ng/wiki/IPKG-OPKG-Open-Package-Manager
- https://github.com/Entware
- https://github.com/Entware/Entware – the repository as of 2018-03-01 !!!!!!!!!!!!!!!!!!!!
- https://github.com/Entware/Entware/wiki !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- https://github.com/Entware/Entware/wiki/Install-on-Synology-NAS
- !!!!!!!!!!!!!!!!!!!!!
- https://github.com/Entware-ng/Entware-ng – yet another Optware fork – supports x86-64, armv5, armv7; does not support PPC – outdated as of 2018-03-01
- https://entware.net/2018/03/01/Changelog.html – Entware-ng/Entware-ng is outdated as of now
- https://github.com/Entware-ng/Entware-ng/wiki
- https://github.com/Entware-ng/Entware-ng/wiki/Install-on-Synology-NAS – this page has the installation instructions
I am not following their advice regarding /opt/etc/init.d.
CAVEAT: (On the Synology NASes) the command line utilities outside /opt experience trouble getting loaded libraries from /opt/lib through LD_LIBRARY_PATH, so I remove /opt/lib from there in my startup script.
Synology model CPU /proc/cpuinfo uname
–machineEntware Entware-ng Optware-ng synology_apollolake_218+ x86_64 ./. x86-64 synology_cedarview_713+ x86_64 ./. x86-64 synology_armada370_ds115j armv7l ./. armv7 synology_88f6282_112+ armv5tel – armv5 synology_qoriq_213+ Freescale QorlQ P1022 e500v2 ppc – PowerPC e500v2 -
WordPress: how do I remove “Uncategorized” from posts with more than 1 category?
A couple of months ago I had a bad plugin installed for a couple of days, and it deliberately removed categories from my posted articles. In the meantime I added proper categories again more or less systematically, but those articles where still tainted with the category “Uncategorized“. Now this is a way to clean them.
-
my ‘git log’ shows plain ESC sequences – how to get this right?
- http://git.661346.n2.nabble.com/git-log-escape-symbols-shown-as-ESC-33-and-ESC-m-td7602089.html
- https://stackoverflow.com/questions/25332598/how-to-suppress-display-of-escape-sequences-in-diff
Until right now my LESS environment variable did not include “R” for passing through ANSI codes.
Solutions:
- Either I add “R” explicitly,
- or I start git w/o LESS in its environment:
$ env LESS=-MMiR git log
$ env -u LESS git log -
rcs2git using Perl, Ruby, AWK
- https://github.com/knuta/rcs2git – using Perl
- https://github.com/JochenHayek/rcs2git – using Perl – I forked knuta’s version
- https://github.com/arnoldrobbins/simple-rcs2git – using AWK
- https://github.com/Oblomov/rcs-fast-export – using Ruby
- https://stackoverflow.com/questions/1619737/migrate-project-from-rcs-to-git