Ubuntu 16.04 PHP 5 , PHP7
Using PHP 7.0 on Ubuntu 16.04 LTS Ubuntu 16.04 has switched to PHP 7.0 with a new infrastructure for PHP…
Using PHP 7.0 on Ubuntu 16.04 LTS Ubuntu 16.04 has switched to PHP 7.0 with a new infrastructure for PHP…
If you receive the error above in Nagios, the workaround is to exclude tracefs from the check_disk command. Login to…
Upgrade the version: [crayon-6866653627238360907161/] or we can install from source: [crayon-686665362723a796199894/]
This command will list out all services in Ubuntu: [crayon-686665362732d809978855/] To stop / start any service [crayon-686665362732f696501161/]
#Check the current kernel version [crayon-6866653627420029680006/] See the list of installed kernels [crayon-6866653627421314355476/] Ubuntu CentOS: [crayon-6866653627422840341829/] #remove all…
1. Set all ssh account to use bash shell by default , /etc/passwd 2. Make sure that you have install…
When you run apt-get install , you got some error this dpkg: dependency problems prevent configuration of linux-server: [crayon-6866653627610921010867/] Run…
my mysql nagios plugin doesn’t work, tested with this command /usr/lib/nagios/plugins/check_mysql Error error while loading shared libraries: libmysqlclient.so.18: cannot open…
A complete guide https://svn.apache.org/repos/asf/subversion/trunk/subversion/mod_authz_svn/INSTALL If you want to setup a tool to manage the subversion over web , try if.SVNAdmin
This works well on my Ubuntu 14.04 # Based on http://fearby.com/article/update-openssl-on-a-digital-ocean-vm/ Method1: $ sudo apt-get update $sudo apt-get install –only-upgrade…