A very big thanks to Simon Cox for putting together a very comprehensive guid to buiding a Supercomputer with Raspberry Pis. Make sure to visit his web site: http://www.southampton.ac.uk/~sjc/raspberrypi/ Quick link to a complete PDF guide here ! For some reason, the PDF on the site itself doesn’t seem to be as up to date as ..

Read more

Thanks to the original poster, please visit his post here: http://www.tecmint.com/kernel-compilation-in-debian-linux/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+tecmint+%28Tecmint%3A+Linux+Howto%27s+Guide%29 Only one note to add to this; the very last command installs the kernel, but specify the command for a x386 system. If you system is amd64, those commands wont work. This is the command for i386: # dpkg -i linux-image-3.12.0-customkernel_1_i386.deb linux-headers-3.12.0-customkernel_1_i386.deb This is ..

Read more