Category Archives: Software

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 | 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

Posted in EN, Programming, Software, VCS | Tagged , , | Leave a comment

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

Posted in Bash, EN, Linux, Programming | Tagged , | Leave a comment

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

Posted in EN, Software | Tagged | 1 Comment

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

Posted in Administration, EN, Software | Tagged , , | 6 Comments

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

Posted in EN, Software | Tagged , , , | Leave a comment

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

Posted in C/C++, EN, Programming, Software, Thoughts | Tagged , | Leave a comment

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

Posted in Bash, Linux, Software, Unix and unixoid, VCS | Tagged , | Leave a comment

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

Posted in C/C++, EN, Programming, Software, Thoughts | 1 Comment

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. 😕

Posted in EN, Software, Thoughts | Tagged , | Leave a comment

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

Oracle bought ksplice … and apparently the source was pulled

The source used to be at http://www.ksplice.com/git/ksplice.git, but now they pulled it. Only the disassembler library is now left. For now, here’s the download: 221b2b27906c76ac77b375c64dce9963 ksplice-git-backup.tgz // Oliver

Posted in EN, Linux, Software, Unix and unixoid | Leave a comment