| bio | website | mikelward.com |
|---|---|---|
| location | Mountain View, CA | |
| age | 32 | |
| visits | member for | 3 years, 8 months |
| seen | May 24 at 1:26 | |
| stats | profile views | 165 |
Computer guy from Australia now living in the US.
Part sysadmin, part developer, part web developer.
My name is pronounced like "Michael".
|
Mar 28 |
answered | Shell: Trim whitespace in the beginning of files |
|
Mar 26 |
answered | Addon that automatizes firefox browsing |
|
Mar 23 |
comment |
(bash) Grep question - how to grep for a line that has the same number you both need and don't need Try grep -v '[[:space:]]3[[:space:]]' or grep -v '\<3\>'. |
|
Mar 22 |
revised |
grep command in bash scripting deleted 2 characters in body |
|
Mar 22 |
revised |
grep command in bash scripting added 19 characters in body |
|
Mar 22 |
revised |
grep command in bash scripting added 42 characters in body |
|
Mar 22 |
revised |
grep command in bash scripting added 48 characters in body |
|
Mar 22 |
revised |
grep command in bash scripting added 95 characters in body |
|
Mar 22 |
revised |
grep command in bash scripting added 1140 characters in body |
|
Mar 22 |
answered | grep command in bash scripting |
|
Mar 22 |
answered | How can I change the drive number |
|
Mar 22 |
comment |
How can I change the drive number/etc/disktab and bsdlabel -B? /boot/kernel.conf? |
|
Mar 17 |
revised |
Why is there a root process whose pid is changing all the time? added 892 characters in body; added 57 characters in body |
|
Mar 17 |
comment |
How to execute shell script in cygwin? That's OK. It's easy to make mistakes when typing. That's why it's better to always post the actual output. Or if you need to hide some sensitive information, copy paste into Notepad, do a Find/Replace, then post that. |
|
Mar 17 |
answered | Why is there a root process whose pid is changing all the time? |
|
Mar 17 |
answered | How to execute shell script in cygwin? |
|
Mar 17 |
comment |
Changing Ubuntu Wallpaper Using Terminal or From command Line Do you get an error message? I don't know if this is your problem, but the man page says that the key name is a parameter, not an option, so you should try putting it after the options, e.g. gconftool-2 --set --type list --list-type string /apps "[file...]". |
|
Mar 13 |
comment |
What does the “Maximum Frequency” number mean in the Windows Resource Monitor? How many CPUs do you have? Are they overclocked? Does your BIOS correctly detect you CPU? Apparently there are different ways of detecting the maximum CPU frequency. support.microsoft.com/kb/888282 |
|
Mar 11 |
comment |
pscp copy file remotely from Windows to Linux What have you tried? Running pscp /? will tell you how to run it. Or is pscp not found? |
|
Mar 7 |
comment |
Hop meaning (TTL measuring) I added a link to RFC 1716. That's where it's specified. |