February, 2014
12 02 2014
Today i started configuring my beaglebone board. While the first time after installing the USB driver and the tethering HoRNDIS driver, it soon stopped working. I ended up getting multiple entries in my network configuration. This will fix the issue: Edit these two files and remove all entries containing beagleboard (beginning with <key>, including the […]
8 02 2014
ForkLift http://www.binarynights.com/forklift/ Benefits: 1) supports FTP connection (can save settings in favourites!) 2) supports SFTP 3) supports network mounting 4) WebDAV 5) Amazon S3 6) … Xtrafinder. – it’s very similar to totalfinder, but free: http://www.trankynam.com/xtrafinder/ Pathfinder – really , really good but – hell – not ftp support which is a real shame! http://cocoatech.com/pathfinder/ […]
2 02 2014
Anleitung Linux mdadm für raid5 – http://blog.mbentley.net/2010/11/creating-a-raid-5-array-in-linux-with-mdadm/ Add a hot space afterwards: mdadm –add /dev/md127 /dev/sdg or fdisk /dev/sdg n (new) t (…type) fd (fd = linux raid auto-detect) w (write) q (quit) mdadm –add /dev/md127 /dev/sdg1