Meta
November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Blogroll
IP info
Programs
Category Archives: Software
Raspberry Pi shipping …?
Seems the first batches went to Farnell and RS. I registered my interest at RS already, let’s see. Seems like the demand is way above supply, so it’s pure chance. Besides, it appears that they sell only one per person … Continue reading
Thank you, whoever you are. Thank you sooo much!
Finally someone says it. Finally! gitvsmercurial.com Quote: Who the FUCK cares? Use what YOU like, not what someone on the internet tells you to. I wholeheartedly agree. Except when read vertically
Posted in EN, Programming, Software, VCS
2 Comments
prune-kernels function …
If you are like me, you will have noticed on Ubuntu (and sometimes Debian) that stale old kernels remain on the disk even when they aren’t needed anymore. I wrote a little Bash function to get rid of those kernels. … Continue reading
Posted in Administration, Bash, EN, Linux, Programming, Unix and unixoid
Tagged bash
Leave a comment
Not used often enough in my opinion
Often people put on a condescending smirk when they hear that I still have to use CVS, let alone Subversion, in some projects. In numerous projects I have seen the performance of CVS and that of Subversion and it is … Continue reading
Selecting the editor on Debian/Ubuntu non-interactively
Set the selected editor on Ubuntu/Debian for yourself and root in one line: echo ‘SELECTED_EDITOR=”/usr/bin/vim.nox”‘|tee $HOME/.selected_editor| \ sudo tee /root/.selected_editor or echo “SELECTED_EDITOR=\”$(which vim.nox)\””|tee $HOME/.selected_editor| \ sudo tee /root/.selected_editor // Oliver
by the way …
Convenient little snippet to get my external IP: echo $(wget -q -O – ip.assarbad.net/text)
Posted in Administration, Bash, EN, Linux, Unix and unixoid
Leave a comment
Definitely friendlier
Tried to install Windows 8 in a VM (VMware Workstation 8.0.0 build-471780) and this happened after the first reboot 😉 Now trying to continue the installation … let’s see 🙂 Update: here we go … looks bleak. Gonna retry from … Continue reading
Design and misdesign
So I did it. Ordered an iPad2 (despite the knowledge that the 3rd generation will hit the market soon). And what shall I say? Crap so far. Trying to get this thing to work with the WLAN router at my … Continue reading
GPG precompiled binaries for Win32
Well well, since I don’t trust others with this and I haven’t found signed binaries for GPG 1.4.11 from people I trust, I rolled my own. If you are looking for them and know or find that you can trust … Continue reading
canyoucrackit.co.uk – yes we can ;)
So the British Government Communications Headquarters (GCHQ) wants to recruit smart people. Well, there should be enough around. Although they seem to look for some 1337 h4x0rz, not some serious people from all indicators. The original one (MD5: 1585DFECC90AE7549814DCE52CA4EDDA) filled … Continue reading
Posted in C/C++, EN, Germans have no notion of sarcasm, Programming, Reversing, Software
1 Comment
I’m blind (I think)
Now don’t get me wrong, I love to use GNU make on all the unixoid platforms where I have to use it and I have been using it for some advanced stuff on Windows as well. But honestly, when has … Continue reading
CVS and SSH on a very old machine …
Had trouble getting it to work with ancient versions of ssh (OpenSSH_3.1p1) and cvs (Concurrent Versions System (CVS) 1.11.20). Until I figured that I could write a little wrapper script to see what’s wrong. The wrapper script looked like this: … Continue reading
Re: Oracle bought ksplice … and apparently the source was pulled
I contacted one of the good people from ksplice (I’ve got an active subscription) and got pointed to oss.oracle.com/ksplice/software/ Unfortunately the access to a distributed version control is gone for good, it seems.
Posted in Administration, EN, Linux, Software, Unix and unixoid
Leave a comment
Android, what is it all about?
So I did it. I actually bought a cheapo Android phone (Simvalley SP-60) with dual-SIM feature, because that’s the single most important feature of a phone for me. Of course I went immediately to the privacy settings to turn off … Continue reading
Posted in EN, IT Security, Software, Thoughts
8 Comments
FLOSS not sustainable for companies?
A few weeks ago I reported about ksplice whose Git repository had disappeared. Now the same happened for Likewise Open which was bought by BeyondTrust. After renaming the repository and moving its location from git://git.likewiseopen.org/likewise-open.git to git://git.likewiseopen.org/bt-identity-open.git it now also … Continue reading
Posted in Administration, EN, Linux, Software, Thoughts, VCS
Leave a comment
“Signs that you are a bad programmer”
This list is interesting and certainly contains some valid points, but I’d argue that some of the symptoms may also be a sign that you are simply maintaining legacy code that has outlived its life-expectancy for too long and perhaps … Continue reading
Bundestrojaner gefunden?
Heute wurde ich, unabhängig voneinander, von mehreren Leuten auf die Geschichte mit dem angeblichen Fund des Bundestrojaners durch den CCC hingewiesen. Unabhängig davon, ob es sich um das handelt wovon alle Welt ausgeht, machte mich der bei F-Secure gezeigte Bildausschnitt … Continue reading
Posted in DE, Reversing, Software
2 Comments
What do astrologists think?
Read about it here and here. 😕
Re: The catch when upgrading to VMware Workstation 8
I’ve sent a support request concerning the removal of replay debugging and so far the response has been rather positive. One advice was to turn here in order to file a formal feature request, Which I did: Subj: Requesting re-inclusion … Continue reading
Posted in EN, Software
Leave a comment
The catch when upgrading to VMware Workstation 8
You probably also noticed the buzz about the cool new features of VMware Workstation 8. I went and bought the upgrade after looking at the list of features. However, there’s a big catch they don’t brag about: Replay Debugging is … Continue reading
Posted in EN, Software
Leave a comment