‘How To’s’ Category
» posted on Saturday, April 10th, 2010 at 3:44pm by Dan
How to view where DNS has propagated all over the world
I just wanted to quickly share a nice tool that I use all of the time when transferring sites to different servers or just changing DNS entries. Sometimes it's hard to tell how long or if the DNS for your domain has updated in other regions in the world. In this case, I use WhatsMyDns.net. It's a neat tool that allows you to look up the current DNS listing for common entries (I really only ever need to use A or CNAME) in quite a few servers located around the world. Since DNS propagates differently by geographic region, this tool is a very good overview as to how users are accessing your site.
Also, if you're like me and constantly need to check your IP address and don't want to always search google for "whats is my ip", I'd recommend you bookmark whats my info, a simple, non-bloated site that gives you what just you're looking for.
one Comment | filed under How To's · SEO Tools · Web Tools
» posted on Thursday, March 25th, 2010 at 5:25pm by Dan
Apache Full Status: How to view current pages being requested
Here's a quick command I learned that shows information about the current requests Apache (httpd) is handling:
1 | /usr/sbin/apachectl fullstatus |
post a comment | filed under How To's
» posted on Thursday, March 25th, 2010 at 5:15pm by Dan
How to show the number of running Apache httpd connections
This is a simple command I just learned to show the number of running processes for Apache:
ps aux ww | grep httpd | wc -l
post a comment | filed under How To's
![[del.icio.us]](http://www.randomtools.net/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.randomtools.net/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://www.randomtools.net/wp-content/plugins/bookmarkify/facebook.png)
![[Google]](http://www.randomtools.net/wp-content/plugins/bookmarkify/google.png)
![[Reddit]](http://www.randomtools.net/wp-content/plugins/bookmarkify/reddit.png)
![[Slashdot]](http://www.randomtools.net/wp-content/plugins/bookmarkify/slashdot.png)
![[StumbleUpon]](http://www.randomtools.net/wp-content/plugins/bookmarkify/stumbleupon.png)