|
Apr 23 |
comment |
Disable `ctrl+shift+w` shortcut in Firefox Linux Thanks for the suggestion. |
|
Apr 23 |
comment |
Disable `ctrl+shift+w` shortcut in Firefox Linux Missed that in the title |
|
Apr 23 |
comment |
Execute shell commands at the startup on Ubuntu 11.10 You're welcome. |
|
Apr 23 |
comment |
Find and Move Files up One Level works fine with spaces |
|
Apr 20 |
comment |
What affects installation speed? Check the maker and model number and find the info online :) |
|
Apr 20 |
comment |
Elimination of directory structure in a tar.gz file "." just means the files will extract to the current directory. |
|
Apr 20 |
comment |
Elimination of directory structure in a tar.gz file Have you tried untaring your archive? I think you'll find the files have been tared the way you want. |
|
Oct 21 |
comment |
awk match whole word Thanks, it works faster too - awk '/\<ABC\>' :) |
|
Oct 19 |
comment |
File name with spaces piped to two xargs commands Thanks, that sorted it. |
|
Oct 6 |
comment |
If I copy files from Hard drive 1 to Hard drive 2 for 60GB or for 1 hour, will it stress out the drives? yes, copied approx 200GB, most files was between 500MB and 1,500MB. |
|
Oct 5 |
comment |
How to determine what a process is doing when it's using 95% cpu this page might help blogs.technet.com/b/marcelofartura/archive/2006/09/15/… |
|
Oct 5 |
comment |
How to determine what a process is doing when it's using 95% cpu have you tried recycling the app pool? does the event viewer give any indication? are you using any logging? |
|
Oct 5 |
comment |
How do I find out how my USB/harddrive has been formatted on Linux? @bhh1988 - please accept the answer by clicking the check mark. thanks |
|
Oct 5 |
comment |
regex to put an actual newline at every \n sorry...misunderstood question...see update. |
|
Oct 5 |
comment |
How do I find out how my USB/harddrive has been formatted on Linux? glad to be of help. |
|
Oct 5 |
comment |
How to Find out the Boot up Password in a laptop are you talking about a password on the BIOS, hard drive encryption, or the operating system? |
|
Oct 5 |
comment |
Linux: Share my hard drive on the web What do you mean by "understands when this PC loses internet connection", and what do you want to happen if you loss the connection? |
|
Sep 30 |
comment |
determine start of file when passing multipe files to awk thanks, did not know about FNR. |
|
Sep 28 |
comment |
How to copy one file into multiple subfolders at once on a Linux server? copied from the wrong terminal, added in my slash |
|
Sep 28 |
comment |
How to copy one file into multiple subfolders at once on a Linux server? what if there is a file in the current dir that matches *.foo.bar.baz? |