| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 5 months |
| seen | Jan 2 '11 at 2:41 | |
| stats | profile views | 2 |
|
May 17 |
awarded | Yearling |
|
Dec 20 |
comment |
Create “raw disk file” from WIM file funny how you don't feel the need to explain what a "wmi file" is, while you don't know what a raw image is... for me, the opposite would be the case. now, it appears that wim comes from some kind of backup/snapshot program...? does it do it's business on file-level or disk/filesystem level? (your /apply operation appears to extract a set of files into a directory?) now, to create a raw image from a directory of files, you would need a tool that can make an (empty) image accessible as a drive, so you can copy to it, but i doubt that that's what "they" want... |
|
Dec 20 |
answered | RAID Monitoring |
|
Dec 20 |
answered | How to power on a system automatically when AC Power is back and it was powered off properly? |
|
Dec 20 |
answered | Restoring /etc/passwd from file |
|
Dec 20 |
answered | Allow external HTTPS images on MediaWiki |
|
Dec 20 |
answered | Does xfs_freeze suffice to snaphot MySQL db? |
|
Dec 20 |
answered | Stress test serial port, any available software? |
|
Dec 20 |
comment |
Redirect /directory to /directory/? actually, most likely it's due to some rewriterule(s) in your htaccess file for wordpress that overrides the default behaviour... usually you would have a rule in there that passes requests for existing files to the default handling... |
|
Dec 20 |
answered | Redirect /directory to /directory/? |
|
Dec 20 |
comment |
Best practices to prevent 'rm -rf /' in bash scripts be aware that this will also convert any whitespace inside $MYPATH to single spaces, possibly corrupting it... (it applies the shell's word-splitting to the value, and then reconstructs it by appending the words, with spaces in between...) |
|
Dec 16 |
awarded | Nice Answer |
|
Dec 16 |
answered | What program sent which packet to the network |
|
Dec 16 |
awarded | Teacher |
|
Dec 16 |
answered | Can rm command complete in a bash script before all files have been removed? |