Test wordpress app on ipad
Install OCS NG on CentOS
Ok, I hate CentOS. Installing softwares often have failed dependencies and conflicts. Same with OCS NG.
I found EPEL repo, it have ocs-ng package so free me from install it from scratch.
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
yum install ocsinventory
Update: ocs-ng installation guide already note EPEL as requirement repo.
mysql_secure_installation – secure your mysql installation
It’s recommeded that run mysql_secure_installation after installing MySQL. The tool gives the options to
- Set root password (default is none)
- Disable root logins from outside localhost.
- Remove anonymous user accounts.
- Remove test database

