Unix
SSH – Allow remote logins
If you want to block all the IPs except only those from you perform logins, read this tutorial (it is good): SSH – Allow remote logins – Hosts.allow or vim /etc/hosts.allow Insert these lines at the end of the file: sshd : 192.168.0. : allow sshd : FQDN: allow sshd : IPAddress: allow sshd...
Read more »
How to install MOODLE on Ubuntu ?
apt-get install php5-gd + Step by step Install Guide for Ubuntu + apt-get install php5-curl or php_extension/curl apt-get install php5-xmlrpc or php_extension/xmlrpc + You need to add line like this in you php.ini file extension=gd.so extension=mcrypt.so extension=curl.so then restart your web server: service apache2 restart Sphere: Related Content
Read more »
