Author: johayek
-
O’Reilly Media book: Regular Expression Pocket Reference, 2nd Edition
http://shop.oreilly.com/product/9780596514273.do
-
O’Reilly Media book: Introducing Regular Expressions
http://shop.oreilly.com/product/0636920012337.do
-
O’Reilly Media book: RTF Pocket Guide
https://en.wikipedia.org/wiki/Rich_Text_Format http://shop.oreilly.com/product/9780596004750.do http://search.cpan.org/search?dist=RTF-Writer http://search.cpan.org/dist/RTF-Writer/lib/RTF/Cookbook.pod https://metacpan.org/pod/distribution/XML-SAX-RTF/RTF.pm – “… generates XML that closely matches the structure of RTF …” — tells me “not well-formed (invalid token) …” with my very 1st sample — gave up on it
-
the Jenkins automation server and disabling security when locked out
http://www.eclipse.org/hudson/the-hudson-book/book-hudson.pdf — where I found the hint originally recipe: open your $JENKINS_HOME/config.xml find <useSecurity>…</useSecurity> and set it to false for the time being then change to a new security realm and/or authorisation
-
the Jenkins automation server and shell build steps started using “-xe”
http://jenkins-ci.org https://en.wikipedia.org/wiki/Jenkins_(software) Q: Why “automation server” and not “continuous integration …“? A: Because Jenkins’ business is no longer just “continuous integration” but the very wide field of automation in general. Whatever you started before through a crontab entry, is so much more comfortable to start through a Jenkins job. Log files are being preserved (and…
-
Jenkins: CloudBees “Folders” plugin — create (nestable) “folders” to organize jobs
https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Folders+Plugin https://wiki.jenkins-ci.org/display/JENKINS/thinBackup Q: Is this plugin compatible with the thinBackup plugin? A: … Q: A backup stored on a Jenkins server making use of this plugin, can you restore it on a “bare” Jenkins server (at all)? A: Implement the new folder before the migration! Moving a job from one folder to another one is quite…
-
Emacs and VC AKA Version Control and an excessive list of handled backends — the 2016-01 update
http://www.gnu.org/software/emacs/manual/html_node/emacs/Customizing-VC.html I am accessing files remotely from within Emacs through Tramp over mobile Internet. I just remembered, how many file checks Emacs’ VC library does, if you don’t cut down its list vc-handled-backends. For every single backend listed there “we” are doing a “repository check”. Maybe that’s fast in a LAN, it may even be rather fast…
-
OPAL = “Opal Storage Specification” — a specification for self-encrypting drives
https://en.wikipedia.org/wiki/Opal_Storage_Specification