Pothi Kalimuthu

Results 32 comments of Pothi Kalimuthu

All themes don't use the "default" template. You may have had some (default) content that uses the "default" template. To fix it, if you use admin plugin, edit the existing...

Alert the user via motd or email the user/s!

Also find IPv6 address, if available, and populate it in ip.conf file.

https://unix.stackexchange.com/a/194136/20241

https://stackoverflow.com/a/21128172/1004587

You may check with nmap -n ip.add.re.ss of the server. You may get the IP using whatismyip.akamai.com . If all ports are open, then install ufw automatically!

`curl -s whatismyip.akamai.com | xargs nmap -n`

Probably, an email whenever something is changed under git!

Don't think it is possible to do it when bootstrapping the server. At this stage, we don't know which sites are going to be installed! Probably, we may know only...

While it is not possible to know the domain names in advance, it is still possible to put all sites together under version control. Not an ideal solution, though.