Archive for category Software
Protected: iphone games
Mar 3
There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
Imagemagick’s powerful command line tool ‘convert’ allows for automated scripted conversion from PDF to Image.
Output PDF as JPG images. The resulting files will be numbered such as filename-1.jpg, filename-2.jpg, filename-3.jpg
convert prelink.pdf prelink.jpg
For PNG, GIF, or other format simply change the file extension.
convert prelink.pdf prelink.png
yum has a useful command called ‘provides’ or ‘whoprovides’. It will tell you what package or RPM provides a particular file. The yum manual explains it as…
aespipe is a program that will take any data or file piped to it on STDIN and output symmetrically encrypted AES cypertext.
Recently I needed to create a shortcut that opens the search dialog pointed at a specified folder. I figured while I’m at it I would write a post to document my findings.