Build a Raspberry Pi Supercomputer

2013-11-10 Raspberry Pi

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

Kernel 3.12 Released – Install and Compile in Debian Linux

2013-11-09 General, Linux

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…

Configure NTP Client on CentOS

2013-11-08 CentOS, General, Linux

Type the following command to install NTP yum install ntp Turn on service chkconfig ntpd on Synchronize the system clock with 0.pool.ntp.org server: ntpdate pool.ntp.org Start the NTP:…