Predicting drive failure with Hard Drive SMART Sta…

Predicting drive failure with Hard Drive SMART Stats. Thx @backblaze backblaze.com/blog/hard-driv…

Posted in Tweets | Comments Off on Predicting drive failure with Hard Drive SMART Sta…

YaCy “decentralized, all users.. are equal.. netwo…

YaCy “decentralized, all users.. are equal.. network doesn’t store search requests & not possible.. to censor” yacy.net/en/index.html

Posted in Tweets | Comments Off on YaCy “decentralized, all users.. are equal.. netwo…

New RISC Processor for SoC Developers is Yours for…

New RISC Processor for SoC Developers is Yours for the Taking – Berkeley’s RISC-V Wants to Be Freeeejournal.com/archives/artic…9W

Posted in Tweets | Comments Off on New RISC Processor for SoC Developers is Yours for…

Game theory: the study of the ways in which intera…

Game theory: the study of the ways in which interacting choices of economic agents produce outcomes… plato.stanford.edu/entries/game-t…

Posted in Tweets | Comments Off on Game theory: the study of the ways in which intera…

“convolutional neural network, trained with a vari…

“convolutional neural network, trained with a variant of Q-learning,
whose input is raw pixels & whose output is a..” cs.toronto.edu/~vmnih/docs/dq…

Posted in Tweets | Comments Off on “convolutional neural network, trained with a vari…

How to install PHP 5.4 on CentOS 6

First to get PHP 5.4 on CentOS 6 you need to install and enable the EPEL and Remi 3rd party Software Repositories with these commands as root from a shell:

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm

Then run the yum install with the Remi repository enabled:

yum --enable-repo=remi install php

Accept the Remi Repository’s Key (or also use the option “-y” on the yum install command line above) and do note that this will upgrade the MySQL Server package too from the Remi Repo (up to mysql-server version 5.5.41-1.el6.remi).

When the yum install is finished, just restart your MySQL Server and Web (Apache by default) server with:

service mysqld restart
service httpd restart

If you need to or want to (check your /var/log/mysqld.log file), you can update some of MySQL’s Internal Tables and such with the command:

mysql_upgrade -uroot -pROOTMYSQLPASSWD

(use your root mysql user’s password there of course :))

FYI,
Richard.

Posted in Network Presence, Sales | Tagged , , , , | Comments Off on How to install PHP 5.4 on CentOS 6

Microsoft accepts Bitcoins now. https://t.co/dWmja…

Microsoft accepts Bitcoins now. commerce.microsoft.com/PaymentHub/Hel…

Posted in Tweets | Comments Off on Microsoft accepts Bitcoins now. https://t.co/dWmja…

Get 80 GB of SSD storage on your Web Cache Front-e…

Get 80 GB of SSD storage on your Web Cache Front-end Varnish Load Balancer Web Server at #NetPres networkpresence.com.au/hosting/applia…

Posted in Tweets | Comments Off on Get 80 GB of SSD storage on your Web Cache Front-e…

“The real threat is.. education systems aren’t tea…

“The real threat is.. education systems aren’t teaching students the skills..to work with these intelligent machineswired.com/2014/12/eric-s…qg

Posted in Tweets | Comments Off on “The real threat is.. education systems aren’t tea…

“OpenSensors is a service where anyone can publish…

“OpenSensors is a service where anyone can publish real-time sensor data” wired.com/2014/12/the-in… opensensors.io #IoT

Posted in Tweets | 2 Comments