| bio | website | |
|---|---|---|
| location | Virginia | |
| age | 31 | |
| visits | member for | 2 years, 9 months |
| seen | 3 hours ago | |
| stats | profile views | 208 |
Linux Sys Admin by day but enjoy a number of fields related to computing including digital arts.
When I am not at work, I enjoy: photography, working on cars, racing at the track, mountain biking, and listening to good music.
|
Feb 20 |
revised |
Granting user rights/privs in OSX added 21 characters in body |
|
Feb 20 |
revised |
Granting user rights/privs in OSX deleted 112 characters in body |
|
Feb 20 |
revised |
Granting user rights/privs in OSX added 1 characters in body |
|
Feb 20 |
answered | Granting user rights/privs in OSX |
|
Feb 20 |
comment |
Suggest CDN with Byte-Range requests support for streaming First instinct was that this is a shopping question, but after re-reading it I see it's on the fringe.. |
|
Feb 20 |
answered | Migrating from Scientific Linux 6.2 with SELinux enabled to Centos 6.3 without SELinux |
|
Feb 19 |
answered | backslash at the beginning of a command |
|
Feb 14 |
comment |
ubuntu lock screen unlock with old confidential ldap password Is the nscd service running? You can stop it to disable local caching of credentials. |
|
Feb 12 |
comment |
Problems installing Ubuntu on Dell 2950, trying Server 12.04, "4 2-TB drives in Raid 5" -- Ubuntu is perhaps smart enough to know that this is a bad idea? |
|
Feb 12 |
comment |
Why doesn't sudo -i respect the sudoers file More specifically, executes a shell as the targeted user. (No -u assumes root.) Either way, this sudoers file isn't granting this privileges with NOPASSWD. |
|
Feb 12 |
awarded | Informed |
|
Feb 12 |
awarded | Popular Question |
|
Feb 6 |
comment |
find and remove duplicates filenames in directory hierarchy Add -x to #!/bin/sh to see if it provides any insight? |
|
Feb 6 |
comment |
find and remove duplicates filenames in directory hierarchy I was going to suggest uniq -d and an incantation of sed to remove every other line. But not sure how that will fix the white space problem. |
|
Feb 2 |
comment |
Proper way to create a new user What OS and version? |
|
Feb 2 |
comment |
Can't start apache2 server Try a reboot, yet? Every thing shows you don't have a process listening on 443. |
|
Feb 2 |
comment |
Can't start apache2 server "The Apache error log may have more information. [fail]" -- Have you looked in the Apache error log, by chance? |
|
Feb 2 |
revised |
Can't start apache2 server Removed the subversion tag. |
|
Feb 2 |
comment |
Can't start apache2 server Your netstat isn't showing any thing on :443. Can you try sudo ss -ln and sudo lsof -inP? Also, make sure that you have freespace available. (df -h) |
|
Jan 31 |
answered | Centos 6 Mail Server / Can't receive e-mails but can send |