Tagged: linux

Login via SSH is slow

Most of us have, at some time, experienced slow logins when connecting to a server via ssh. If you poke around you’ll discover that there are plenty of recommendations for addressing the issue. For...

Installing phpsysinfo on CentOS 7

Quick run-down of what I did to install phpsysinfo on a CentOS 7 box for a client Install httpd, php, php-xml Edit /etc/php.ini safe_mode=Off Download phpsysinfo Unzip tarball Place unzipped folder in /var/www/html/ Browse...

How to setup EPEL repos on CentOS

If you’re wanting packages from the EPEL repos that are available to RHEL installations, it’s a simple thing to get them. You can start at the main Fedora repository for EPEL, and work your...