Reset MySQL Root Password
Very often, once we didn’t log on to MySQL database for some time, I guess most of us will forgot the root password. Can we reset the root password? Obviously… Nothing is Impossible 😛 Follow the steps below to reset…
How to do DNS Setup On your Machine
Most of us know, without DNS Setup on your machine or PC, you can’t browse on the website at all, DNS setup is a must, cause what DNS does is translate the Domain Name to IP Address in order to…
Configure Smarthost SMTP Authentication on Postfix
My machine at home cannot send email using port 25, end up I got to do smart host SMTP authentication on Port 587 means your machine will connect to your public mail server, and from your public mail server deliver…
Enable SMTP Port 587 on Exim
Most of the ISP block port 25 for outgoing SMTP. To enable Port 587 on exim, add this configuration to Exim’s configuration file. daemon_smtp_ports = 25 : 587 Alternatively, with latest exim configuration file, uncomment the line below and you…
Configure NTP Server on FreeBSD
Configure a NTP time server on FreeBSD is fairly easy. We will spend about 10 minutes to configure a NTP Server on FreeBSD. Select Global NTP Server to Sync Before setting up configuration file, you might want to find out…
Recent Comments