cat /dev/user
   

Categories

Archives


Projects
AccessXS


Impressum
Impressum

I'm a
CAcert-Assurer

blosxom


Shamless taken from Harald Welte

       
Sat, 03. Dec 2011
Sender Verification Extension

After updating thunderbird the sender verification extension (with SPF) is flaged as incompatible again.
So I needed to edit install.rdf once again with this line:
<em:maxVersion>*.*.*.*</em:maxVersion>

Now it should be compatible with all versions. Download

[ /dev/Tools | permanent link | Send Comment]

TRESOR

I stumbled upon a tool called TRESOR. Its using the AES-NI of your CPU to make cold-boot-attacks unsuccessfull.
Great idea and I would like to test it, but my Intel i3-370M doesn't have AES-NI.

[ /dev/Tools | permanent link | Send Comment]

Sat, 08. Oct 2011
Still waiting...

At the first october 2008 I orderd an OpenPandora.  After 3 years, nothing. I'm still waiting. Maybe I should cancel it at the end of the year...

[ /dev/root | permanent link | Send Comment]

Sun, 28. Aug 2011
Installing old Suse

If you want to play with an old version of Suse, like 8.0, you can mostly find mirrors without ISOs. The last days I was downloading the whole folder (5,4GB) with a very slow connection :(.

It's very simple: Boot boot.iso, select manual Installation, select Kernel Modules (Network Card) and install over network (FTP, HTTP, NFS).

Congratulation, you're running an very outdated system.

[ /dev/Config | permanent link | Send Comment]

Wed, 27. Jul 2011
Humble Bunde Nr.3

And again Humble Bundle, Inc. opens it doors to a world only a few of us knows. This little big world includes in this round "Crayon Physics Delux", "Cogs", "VVVVVV", "Hammerfight" and "And Yet It Moves".
But this time it seems to be smaller games. All games are under 100 MB, execpt one with 104 MB.

[ /dev/root | permanent link | Send Comment]

Wed, 20. Jul 2011
Virtualbox 4.1 UDPTunnel

Virtualbox 4.1 is out. With a new nice feature: UDPTunnel Networking.

You'r able to establish a LAN via UDP-Tunneling with different virtual Machine on different Hosts.
This feature is not available through the drop-down-menus, you must configure it by hand like this:
 

  • Select "Generic Driver"
  • Name: "UDPTunnel"
  • put in the big configuration-field for the NIC (without comments):
    dest=192.168.178.34 #the host of the VM to connect to
    dport=1112 #dport must be sport on destination-host
    sport=1111 #sport must be dport on destination-host

[ /dev/Config | permanent link | Send Comment]