| bio | website | d5e.org |
|---|---|---|
| location | Switzerland | |
| age | 44 | |
| visits | member for | 2 years, 9 months |
| seen | 8 hours ago | |
| stats | profile views | 65 |
Human being, Married, Two dogs, One Horse, Blogger, Podcaster, Taskwarrior, Linux guy, Systems Administrator, Systems Engineer, DevOps Engineer, Technical Architect, Technical Solution Engineer, Open Source Contributor
|
Apr 18 |
awarded | Scholar |
|
Apr 18 |
accepted | lost superblock in md raid |
|
Apr 17 |
comment |
lost superblock in md raid Yes, I am able to mount. And exactly I will move the data to a new RAID. I think this would be best. |
|
Apr 17 |
comment |
lost superblock in md raid This is where I get: "No valid superblock found on /dev/dm-10". |
|
Apr 17 |
asked | lost superblock in md raid |
|
Mar 2 |
awarded | Popular Question |
|
Aug 19 |
awarded | Yearling |
|
Jul 26 |
comment |
/var House Keeping Logrotate does not do any Voodoo. In general it moves the log away and restarts the service writing the logfiles. You can do that yourself without any program to install. |
|
Jul 25 |
answered | /var House Keeping |
|
May 3 |
comment |
Automate file transfer from Windows to Unix What kind of access do you have on the Unix machine? Shell (SSH), FTP, anything else? |
|
Apr 12 |
comment |
Functional shell scripting @xralf simply because Python is not installed on every system ... |
|
Apr 12 |
comment |
Functional shell scripting @xralf I second "glenn jackman". When you start with shell scripting, Python looks strange for you. In case you start with Scheme, everything else - apart from Lisp - is looking strange. The shell mainly has this syntax because you do not use built-in functions, but external programs and pass arguments to them. |
|
Apr 12 |
comment |
Functional shell scripting The shell is making intensive use of piping, a concept that many other programming languages are missing. So, the question on the other hand is, why do you prefer your form? There are other concepts that might fit as well. A question "Why does the shell not behave like perl/python/fortran/c++/scheme/younameit is leading nowhere. |
|
Mar 22 |
answered | merge txt files with similar name |
|
Mar 9 |
answered | listing all hardware details on Linux |
|
Mar 6 |
answered | What's wrong with this xargs command? |
|
Jan 5 |
comment |
Shortcut for fast recursive removal True! You are right, I did not think about that. |
|
Jan 5 |
answered | Shortcut for fast recursive removal |
|
Dec 19 |
comment |
How to avoid a useless use of cat when parsing a file? Why "-n 1"? You can do several directories with one invocation of mkdir. |
|
Nov 25 |
comment |
Empty typescript file with the script command Did you exit the shell before viewing the file? |