Thanks to the original poster for this great article, please make sure to visit his article here ! TL:DR OpenSSH Installations under CentOS Linux To install the server and client type: # yum -y install openssh-server openssh-clients Start the service: # chkconfig sshd on # service sshd start Make sure port 22 is opened: # ..

Read more

Once you have you Microsoft SQL Server installed, you will need to open some port in the firewall if you intend to access it from another server/computer.  Copy and paste the following commands to open all common ports used by SQL Server: @echo =========  SQL Server Ports  =================== @echo Enabling SQLServer default instance port 1433 ..

Read more

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