Thursday, 16 July 2009

Random Musings - Day #197

Sometimes sed can be useful. Too tired to explain... But substitution and replacement to get a file and some readable format. Also ^M is actual control-V and then control-M.

sed -e 's/^M//g'
sed -e 's/.$//g' 1 > 2
sed -e 's/=3D/=/g' 2 > 3
grep . 3 | tr '\012' '~' > 4
sed -e 's/=~/ /g' 4 > 5
sed -e 's/=20~\s*/ /g' 5 > 6
sed -e 's/~/\n/g' 6 > 7


Some guides to Penetration testing are Squidoo and Watson Hall.

Lightning tonight as after days of good weather, the rain and thunder has come down. Lightning protection guide from astroturf and there's a guide and forum at thinkbroadband

No comments: