Archive | Server and Hosting RSS feed for this section

A Small fix for “Waiting for Header” in Ubuntu

As I’m a Mac, Parallels and Ubuntu user, I have a parallel partition with Ubuntu inside. In parallels, we can specify “Share” or “Bridged” Networking. If you choose “Bridged”, you IP will be appear like a dedicated computer so other users inside your network can access with different IP. However, the problem is when you [...]

How to setup a Hostname for local network?

Well, it’s not that difficult if you know what to do How to setup Hostname for local network? You gonna need to edit your “host” file. Mac / Linux sudo nano /etc/hosts/ Windows Notepad C:\WINDOWS\System32\drivers\etc\hosts You can match IP and Hostname whatever you like and then can be call with Hostname in future. 192.168.1.36 call.me

Apache Name Based Virtual Host

Here is the useful tutorial. http://redivide.com/blog/setting-up-a-name-based-virtual-host-vhost/