Hi, So I have this client whom recently moved to Google Apps and I wanted to make sure if she has setup her mx records properly for her domain as she complaining about the email issue. Thus I thought it could be useful to post this quick tip here. Lets get to the job, if… Continue reading how to check domain mx records with nslookup
Category: Technology
Broken fonts in Google Chrome
Only after Google Chrome on my computer updated itself to it’s latest stable version which is “Version 38.0.2125.101 m” I started noticing that some issues with fonts on websites I daily use! most of the websites had this ugly time new romans looking font on them while their css styles in the inspect element was… Continue reading Broken fonts in Google Chrome
Repair or Optimize all MySQL Databases in SSH
mysqlcheck gives you this ability to repair, optimize and analyze databases stored in your server. one of the good uses of this app is to mass repair, optimize or analyze all the existing databases on the server. In order to achieve any of those mysqlcheck can be used as below: mysqlcheck –all-databases -r #repairs all… Continue reading Repair or Optimize all MySQL Databases in SSH
DHCP IP Address CentOS
To push a Minimal Cent OS machine to get it’s ip address using DHCP you can use DHCLIENT with your Interface name. For example if your interface name is eth0 you can try: dhclient -v eth0 Incoming search terms:chntosmahdiy
Google Chrome is Showing Blank after Page Load on Android
It seems a lot of android users are reporting the bug that shows a blank page in Google chrome after the page loads. in this topic in Google forum more than 200 user has posted the similar issue they were facing on their phones. This issue seems to be first occurred at July and although Google… Continue reading Google Chrome is Showing Blank after Page Load on Android