| bio | website | mikelward.com |
|---|---|---|
| location | Mountain View, CA | |
| age | 32 | |
| visits | member for | 3 years, 7 months |
| seen | May 13 at 1:29 | |
| stats | profile views | 162 |
Computer guy from Australia now living in the US.
Part sysadmin, part developer, part web developer.
My name is pronounced like "Michael".
|
May 7 |
comment |
vim not loading _vimrc file when launched from git bash @Heptite: Yes, thanks! |
|
May 7 |
revised |
vim not loading _vimrc file when launched from git bash edited body |
|
May 7 |
comment |
script to convert ext4 filenames to ntfspathchk may help. It doesn't do the conversion, but should tell you if a file needs converting. |
|
May 7 |
answered | vim not loading _vimrc file when launched from git bash |
|
May 7 |
revised |
Unix: Slash after directory names or not rm: "arguments" -> "options" (the file name is also an argument) |
|
Apr 29 |
revised |
List job ids (instead process ids) add an example using "man ls" |
|
Apr 29 |
revised |
List job ids (instead process ids) added 196 characters in body |
|
Apr 29 |
answered | List job ids (instead process ids) |
|
Apr 26 |
awarded | Autobiographer |
|
Apr 22 |
revised |
In ls, how can I remove bg color for sticky bit deleted 32 characters in body; deleted 1 characters in body |
|
Apr 22 |
revised |
In ls, how can I remove bg color for sticky bit added 94 characters in body; added 352 characters in body |
|
Apr 22 |
revised |
In ls, how can I remove bg color for sticky bit add a full find command to fix all group permissions; added 228 characters in body |
|
Apr 22 |
comment |
In ls, how can I remove bg color for sticky bit You don't need g+s on the files, you need g+w on the files and g+ws on the directories. |
|
Apr 20 |
revised |
In ls, how can I remove bg color for sticky bit added 28 characters in body |
|
Apr 20 |
revised |
In ls, how can I remove bg color for sticky bit added 300 characters in body; added 5 characters in body |
|
Apr 20 |
revised |
In ls, how can I remove bg color for sticky bit added 808 characters in body |
|
Apr 20 |
comment |
In ls, how can I remove bg color for sticky bit You need LS_COLORS=, not LSCOLORS=. See man dircolors. |
|
Apr 20 |
answered | In ls, how can I remove bg color for sticky bit |
|
Apr 20 |
comment |
zsh, up arrow only repeats unique commands? HIST_FIND_NO_DUPS is a better answer than mine I think. |
|
Apr 20 |
answered | zsh, up arrow only repeats unique commands? |