| bio | website | lavergne.gotdns.org |
|---|---|---|
| location | Ohio | |
| age | 28 | |
| visits | member for | 3 years, 8 months |
| seen | Dec 3 '11 at 1:11 | |
| stats | profile views | 32 |
Consultant, CS grad student.
|
Aug 26 |
awarded | Yearling |
|
Aug 27 |
awarded | Yearling |
|
Apr 3 |
answered | run rsync as root but keep user ownership |
|
Nov 2 |
awarded | Revival |
|
Aug 27 |
awarded | Yearling |
|
Aug 6 |
comment |
Apache2 not serving PHP files Could the command in the loop be shortened to ln -s $i? |
|
Aug 1 |
answered | how to convert a case-insensitive FS to case-sensitive on MacOS X 10.6.1 |
|
Jul 22 |
comment |
Safely deleting all files of a given name Yes, why not? :-) |
|
Jul 22 |
revised |
Safely deleting all files of a given name deleted 7 characters in body |
|
Jul 22 |
comment |
Safely deleting all files of a given name They are just files, so type -f is rather useless here. |
|
Jul 21 |
comment |
Safely deleting all files of a given name rm won't delete directories without -r |
|
Jul 21 |
comment |
block websites in our network Unplug the internet. |
|
Jul 21 |
answered | Safely deleting all files of a given name |
|
Jul 20 |
comment |
Shutting down web server for maintenance RewriteRule .* 503.php [L] |
|
Jul 11 |
comment |
Where do I put the Alias? Or just $ . ~/.bashrc |
|
Jun 28 |
comment |
Mod_rewrite giving 403 forbidden when on https Are the different ports handled by different config files? |
|
May 23 |
comment |
Apache rewrite rules and special characters You can nest parentheses: to handle any number of something and catch it: ((pattern)*) You won't be able to reference these in the URL rewrite as the quantity may be infinite. |
|
May 20 |
answered | Apache rewrite rules and special characters |
|
Apr 29 |
comment |
File does not exist error. But it does exist! The webserver probably isn't in the new group. Put it back. |
|
Apr 19 |
comment |
Ubuntu server 9.10 freezes up after ~10 minutes Remind people unfamiliar with grub config generation: sudo update-grub |