Where can I find a set of macros or a script for Vim text editor, that will allow me to draw pseudo-graphics easily?

“draw vim macro”

The best place for Vim scripts, tips and documentations is http://vim.sf.net. A simple search, will help you. Here are results which might be helpful.

Where can I find answers to questions in Applied Operating System Concepts by Abraham Silberschatz, Peter Galvin, and Greg Gagne (aka Dinosaur Book) ?

“answers to the applied operating system concepts book”
“applied operating system concepts and answers”

Even if those answers exist outside of that book, there are not (and never were) on my site. The above mentioned book is in my Wishlist, though. So, maybe, few hundred years later I will be able to post them here. :)

Where can I find a curriculum vitae/resume of a system administrator from/for Cyprus?

“curriculum vitae for network system administrator”
“cv internet security brainbench certification”
“cyprus system administrator”
“c and c and unix and nt and sybase curriculum vitae”
“curriculum brainbench”

Here a links to my resume (of course), Vladimir Ivaschenko’s resume, and Lev Chouvalov’s resume. All three can work/have worked/are working as system administrators.

How do I find all dependancies for a particular rpm package?

“find dependecies for rpm”

Run rpm -q --requires mutt to find all dependancies for installed packaged of mutt. If the package you are interested in is not yet installed, but resides on your hard disk, execute rpm -qp --requires mutt.version.rpm to find out all dependacies for the file/package.