| bio | website | hewgill.com |
|---|---|---|
| location | Auckland, New Zealand | |
| age | 43 | |
| visits | member for | 4 years |
| seen | May 15 at 19:59 | |
| stats | profile views | 233 |
Software geek.
Twitter: @ghewgill
|
Jul 4 |
awarded | Editor |
|
Jul 4 |
revised |
Unable find the right encoding for a HTML -file in Vim added 55 characters in body |
|
Jul 4 |
answered | Unable find the right encoding for a HTML -file in Vim |
|
Jun 26 |
answered | Hidden features of FreeBSD? |
|
Jun 26 |
awarded | Beta |
|
Jun 25 |
answered | Who is a good registrar these days? |
|
Jun 15 |
awarded | Organizer |
|
Jun 15 |
revised |
How do I pipe a downloaded file to standard output in bash? edited tags |
|
Jun 15 |
comment |
How do I pipe a downloaded file to standard output in bash? The -o /dev/null is only necessary if you truly don't care about errors, since without that errors will be written to stderr (while the file is written to stdout). |
|
Jun 14 |
comment |
How can I view a website on my server without assigning a domain name to it? To tell your browser how to map the name (let's say "providercorga.example.com") to an IP address, add a line to your /etc/hosts file as detailed above (for example, "123.45.67.89 providercorga.example.com", substituting your correct IP address of course). Then, when accessing providercorga.example.com your browser will contact 123.45.67.89 directly without using DNS. On doing so, the browser passes the name "providercorga.example.com" to the HTTP server, and then Apache will look for a matching VirtualHost section with "ServerName providercorga.example.com". |
|
Jun 14 |
awarded | Commentator |
|
Jun 14 |
comment |
How can I view a website on my server without assigning a domain name to it? Apache cannot look up the named virtual host if you access your web site by IP address only. You must access it by using its actual name (that matches ServerName), which is why you need to tell your browser (through /etc/hosts) how to map that name to the IP address of your server. |
|
Jun 14 |
answered | How can I view a website on my server without assigning a domain name to it? |
|
Jun 11 |
awarded | Good Answer |
|
Jun 11 |
comment |
Could one make a file in WinXP that is executable and unreadable at the same time? Yes, you can, using NTFS file permissions. Gortok is right, though. |
|
Jun 9 |
comment |
Have I messed up buying the wrong SSL certificate for my domain? This question was originally asked on Stack Overflow: stackoverflow.com/questions/972080/… and automatically migrated here by voting. When questions are migrated, they are forced to "community wiki" mode, and not associated with the same user account so nobody can uncheck the wiki. |
|
May 31 |
awarded | Nice Answer |
|
May 23 |
answered | SVN+SSH Security |
|
May 14 |
answered | Should Roles always be used for applying SQL Server permissions? |
|
May 7 |
awarded | Nice Answer |