Archive for category Software

Quick acccess to most Microsoft management consoles

Tags: ,

Protected: iphone games

There is no excerpt because this is a protected post.

Protected: iphone gaming platform

There is no excerpt because this is a protected post.

Generate a series of jpg images from a pdf document

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

Tags: , , ,

yum provides & whatprovides commands

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…

Tags: ,

Encrypt your files using aespipe – AES128, AES192, AES256

aespipe is a program that will take any data or file piped to it on STDIN and output symmetrically encrypted AES cypertext.

Tags: , ,

Windows Explorer (explorer.exe)

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.

Tags: