0
votes
0
comments
1,275
views

Apache mod_watchdog is required

0 votes, 0.00 avg. rating (0% score)
Some of you may take the lazy way of updating your linux systems by using yum-cron. yum-cron will perform auto-updates on your system when patches are made available. With some configuration, you can have this program only send you and email alert. For those of you running an apache http server and have auto-updates configured. you probable […]
0
votes
0
comments
542
views

volcopy for Linux?

0 votes, 0.00 avg. rating (0% score)
Reading one of the editions of the Nemeth’s book (Nemeth et al), have read about volcopy — an utility that copies a filesystem from one device to another, making “a literal copy” (here’s a man page, though not too helpful). The Book said the utility exists for Linux, but quick googlin’ didn’t show many results. […]
0
votes
0
comments
1,721
views

Deleting files with special characters

0 votes, 0.00 avg. rating (0% score)
I have a folder named akorg✽. That Unicode character causes headaches for me when software makes incorrect assumptions about the text encoding of my file paths, so I’d like to remove it from the name. The problem You’d think this would be easy: $ mv akorg✽ akorg mv: cannot move ‘akorg✽’ to a subdirectory of […]
0
votes
1
comments
77,104
views

Using awk to print all columns from the nth to the last

0 votes, 0.00 avg. rating (0% score)
Getting a one-liner awk routine to print the nth field to the last should not be so complicated. For my wish list awk should have a function called ‘fields’ that would perform this tasks. It could have the same syntax as the substr command ie fields(5, 8) which would print fields 5 through 8. Being […]
0
votes
0
comments
870
views

How to recover a crashed Linux md RAID5 array?

0 votes, 0.00 avg. rating (0% score)
Some time ago I had a RAID5 system at home. One of the 4 disks failed but after removing and putting it back it seemed to be OK so I started a resync. When it finished I realized, to my horror, that 3 out of 4 disks failed. However I don’t believe that’s possible. There […]