Category: Hosting
Author: Andrew Published Date: October 26, 2018 Leave a Comment on DirectAdmin Server Certificate Creation
DirectAdmin Server Certificate Creation
How do you add a Certificate to the server using Let’sEncrypt? cd /usr/local/directadmin/script ./letsencrypt.sh request yourdomain.com 4096
Author: Andrew Published Date: February 5, 2018 Leave a Comment on Locate which IPs your website was hosted on in the past!
Posted in Hosting
Locate which IPs your website was hosted on in the past!
Using a useful website, you can automated this using the following usr/local/bin/curl \ –request \ GET –url http://viewdns.info/iphistory/?domain=unixguru.co.uk \ |…
Author: Andrew Published Date: July 5, 2017 Leave a Comment on DirectAdmin change MySQL PHP module on every user
DirectAdmin change MySQL PHP module on every user
I recently updated a server with DirectAdmin to MariaDB 10.2, which requires a different php module to talk to PHP….
Install DirectAdmin on CentOS 7
Lets install of the packages that DirectAdmin will need before we start the install. yum install wget gcc gcc-c++ flex…