#awk one liner for parsing str…
#awk one liner for parsing string in a file between parentheses: awk -F ‘[()]’ ‘{print $2}’
#awk one liner for parsing string in a file between parentheses: awk -F ‘[()]’ ‘{print $2}’
Today I started changing our disaster recovery plan. It involves an on-site hot spare with a large #RAID array, #Linux and #RSYNC
Just recovered a deleted photo off my #SD card using #PhotoRec It’s a great tool for recovering files and photos. http://is.gd/eaV8R
My presentation this past week on Soekris and Linux went pretty well. There were 9 of us there, and we stepped through an Ubuntu server installation. We had ...
One of the many great things about Linux is choice. You can choose from a vast array of file system types to keep your data on. You can even slice and dice...