Category: Uncategorized
-
the complete “Concert for George”, Royal Albert Hall, 2002 – George Harrison’s memorial concert (2002-11-29), one year after his death
https://www.youtube.com/watch?v=LG5EdoxBVt0 Read the text coming with the video on YouTube! Great memorial show! https://en.wikipedia.org/wiki/Concert_for_George
-
Anoushka Shankar: “Traces Of You” – featuring Norah Jones
The first music I heard today on the radio. But the radio announced it as “Anoushka Shankar …”, not Norah Jones, so I thought: Well, these half-sisters have rather similar voices. But in fact it was Norah Jones singing, just on Anoushka’s album. I had never heard of Anoushka before, and when searching for her…
-
O’Reilly Media book: Bash Pocket Reference
http://shop.oreilly.com/product/0636920046288.do It’s simple: you need to know how to work with the bash shell if you want to get to the heart of Mac OS X, Linux, and other Unix systems. Updated for the most recent version of bash, this concise little book puts all of the essential information about bash at your fingertips. You’ll…
-
“Jenkins” is an open source Continuous Integration software
https://en.wikipedia.org/wiki/Jenkins_(software) http://oreilly.com/catalog/9781449305352/ – O’Reilly Media book: Jenkins: The Definitive Guide http://www.packtpub.com/jenkins-continuous-integration-cookbook/book – PacktPub book: Jenkins Continuous Integration Cookbook https://wiki.jenkins-ci.org http://dir.gmane.org/index.php?prefix=gmane.comp.java.hudson http://dir.gmane.org/gmane.comp.java.hudson.devel http://dir.gmane.org/gmane.comp.java.hudson.user http://dir.gmane.org/index.php?prefix=gmane.comp.java.jenkins http://dir.gmane.org/gmane.comp.java.jenkins.jacoco http://dir.gmane.org/gmane.comp.java.jenkins.user https://groups.google.com/forum/?#!forum/jenkinsci-users — jenkinsci-users@googlegroups.com
-
VirtualBox: multiple virtual machines with SSH servers on port 22 – how to reach them?
In the VirtualBox Manager: > Settings > Network > Port Forwardings > for every virtual machine add a service with a new, unique Host Port (e.g. 2229), the Guest Port always set to 22 – if that’s the port, your local SSH server is listening on. Once that’s completed, you can reach a specific one like…
-
“The trust relationship between this workstation and the primary domain failed” — recently when I logged into a PC running Windows 7
https://support.microsoft.com/en-us/kb/2771040 https://support.microsoft.com/de-de/kb/2771040 When I tried to login again to my Win7 PC at work after lunch: In English: The trust relationship between this workstation and the primary domain failed. In German: Das Vertrauensverhältnis zwischen dieser Arbeitsstation und der primären Domäne konnte nicht hergestellt werden. I tried WIFI, and it worked. I tried my colleague’s docking…
-
“GNU Emacs For Mac OS X”: emacsformacosx.com has been down since 2016-03-23 – but it’s up again
Site Not Found I hope this will be fixed within a couple of days. That’s the site, where I have been downloading my newest Emacsen from.
-
Jenkins CI complained “Disk space is too low”
https://github.com/JPNaude/dev_notes/wiki/Change-Jenkins-Temporary-Directory Disk space is too low. Only 0.519GB left on /tmp. The message displayed looked like the one above. I look around for solutions … — the default temp space threshold is 1GB, so alright remaining 0.5 GB is truely too low — actually I think 0.5 GB isn’t really little temp space, so maybe…
-
edetect – detect encoding of a file – a Perl utility
https://metacpan.org/pod/distribution/Encode-Detective/script/edetect https://metacpan.org/pod/Encode::Detective