| bio | website | reiber.org |
|---|---|---|
| location | San Antonio, TX | |
| age | 49 | |
| visits | member for | 3 years, 8 months |
| seen | Feb 19 at 2:41 | |
| stats | profile views | 92 |
I've been working with UNIX, GNU, and Linux for over 25 years. I've done significant programming in over 40 programming and scripting languages, including Smalltalk, Objective-C, C, Csh, bash, perl, awk, m4, and lots more. I've worked as a consultant, systems administrator, customer support representative, project manager, trainer, founder/CTO, and lots more.
For fun I play guitar (acoustic and electric), build LEGO robots, tweak http://reiber.org and make random contributions all over the internet - see: http://bit.ly/reiber which just scratches the surface.
|
Oct 10 |
answered | Cannot delete audit logs with sudo |
|
Oct 10 |
answered | How to black out second monitor when playing a full screen game? |
|
Sep 30 |
awarded | Yearling |
|
May 5 |
answered | Execute PHP files in mounted directory from VirtualBox host system is not working |
|
May 5 |
comment |
How to get x11vnc to run at startup on openSuSE 12.1 I don't think you'll find one. You'll want to chase the scripts that are STARTING X - look for whatever's running GDM. Once you find it, you can either (a) call your script and be done, or (b) code a generic "hook" that runs some after-x-starts.sh script if it exists, and submit that change back to the project. |
|
May 3 |
answered | How to get x11vnc to run at startup on openSuSE 12.1 |
|
May 3 |
answered | grub reinstall after partition name change |
|
May 2 |
awarded | Student |
|
Apr 18 |
answered | get focus only by clicking the title bar of xterm |
|
Apr 18 |
comment |
why does chvt work fine as a regular user on a virtual terminal, but not under X? I could be off on this but i thought the portion of DISPLAY to the left of the : identified the host? So, 0 aka 0.0.0.0 aka localhost, or 127.0.0.1 and possibly some others would indicate localhost, meaning it's a local display. I added NOPASSWD to sudoers and an alias or two so I can switch back and forth now seamlessly, but it's a hack. Still perplexed re: why it wouldn't be possible to fix this. |
|
Mar 18 |
awarded | Popular Question |
|
Jan 19 |
revised |
Transfer ONLY email accounts from one server to another you explained how to move the home directories not the accounts |
|
Jan 19 |
suggested | suggested edit on Transfer ONLY email accounts from one server to another |
|
Sep 30 |
awarded | Yearling |
|
Nov 28 |
answered | Problem with setting check frequency |
|
Nov 27 |
answered | cat command linux to save results of other commands |
|
Nov 27 |
answered | Linux driver keep saying 0 bytes free, and only root can write |
|
Nov 27 |
comment |
In Ubuntu, how to copy all contents of a folder to another folder? MORE PERTINENTLY: There's a different ARGUMENT being provided; wordpress/*.* is NOT the same as wordpress/* - subfolders didn't get copied with . because the folder names do not include the character "." in them. |
|
Nov 27 |
comment |
disk space utilized files expensive as ls is called on every individual file. -printf instead of xargs resolves that. |
|
Nov 27 |
answered | disk space utilized files |