Blog
-
how to make MediaWiki connect to a MySQL server on the same server through a socket in a non-standard location
This is what I searched for in order to find the above article:
- mediawiki mysql socket
-
where do all those .gitkeep files come from? I did not create them
So … I certainly have not ever created any .gitkeep in order to get Git to keep track of an empty directory. I rather suspect, that one of the utilities created them for me. I will observe that and report here later.
-
cygwin: cygutils: readshortcut – displays details of Windows “.lnk” files
- https://cygwin.com/packages/x86_64/cygutils/ – a collection of simple utilities (core collection) – “readshortcut” is one of those utilities
/usr/share/doc/cygutils/PROGLIST– part of that package – quite worth having a look at
Try this command line:
$ readshortcut --fields --all --raw --windows *.lnk
-
pylnker – a Python tool to parse Windows “.lnk” files (derived from a Perl tool)
- https://github.com/HarmJ0y/pylnker
- https://github.com/HarmJ0y/pylnker/blob/master/pylnker.py
- https://code.google.com/archive/p/revealertoolkit/ – Perl script to parse LNK files: lnk-parse-1.0.pl
- https://github.com/lcorbasson/revealertoolkit
- https://github.com/lcorbasson/revealertoolkit/blob/master/tools/lnk-parse-1.0.pl
$ cd 'C:\Users\jochen.hayek\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup' $ ~/git-servers/github.com/HarmJ0y/pylnker/pylnker.py *.lnk $ ~/git-servers/github.com/lcorbasson/revealertoolkit/tools/lnk-parse-1.0.pl *.lnk
-
keeping my files (scripts, RC files, Rakefiles) in Git repos makes my life a lot easier
Of course it is essential, that those Git repos can be accessed from everywhere.
- https://github.com/JochenHayek/misc – my public Git repo
- my private Git repo resides on my NAS
But I also have to acquire more Git skills. Luckily enough Git is “everywhere” (at home and at work), and I am able to exercise and study Git “everywhere”.