View xml files like a pro
Viewing XML files can be daunting with tracking mentally where the tag starts and where it ends. So, I ended up with the following alias to help me view xml files
xmllint --format - | pygmentize -f 16m -O style=native -g
Viewing XML files can be daunting with tracking mentally where the tag starts and where it ends. So, I ended up with the following alias to help me view xml files
xmllint --format - | pygmentize -f 16m -O style=native -g
I stublemed across this recently so thought of sharing this for you 🙂
sudo yum install rats
And some details about rats
RATS(Rough Auditing Tool for Security) scans through code, finding potentially
dangerous function calls. The goal of this tool is not to definitively find bugs (yet). The current goal is to provide a reasonable starting point for performing manual security audits. The initial vulnerability database is taken directly from things that could be easily found when starting with the forthcoming book, “Building Secure Software” by Viega and McGraw.
Continue readingIf you would like to beautify your php scripts, then you can use the beautifier available at :