How to: CentOS Vitualmin SSH Welcome message – MOTD and Banner

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAdd the Message of the Day and Banner lines to the SSH config: Edit: /etc/ssh/sshd_config  Uncomment: PrintMotd yes The option PrintMotd specifies whether the ssh daemon should print the contents of the /etc/motd file when a user…

How to: CentOS 5 Virtualmin Joomla 2.5 Memcached PHP client library

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboInstalling and setting up the Memcached server Memcached is available as a ready-made package in the Remi  repository. So lets install the Remi repository first: cd /etc/yum.repos.d wget http://rpms.famillecollet.com/enterprise/remi.repo Memcached server install yum –enablerepo=remi…