November 2007
Deciphering the Yum API
Submitted by mmorsi on Sun, 2007-11-25 21:43My current side project (to be announced/released soon) involves using the Yum Python API. Unfortunately I have yet to find a good tutorial or guide, though there are many apps which use the Yum API such as yumex, so I figure I'd share some knowledge about my findings. Note that I am using Yum version 3.2.7 and everything presented here is derived from my studying of the code.
- mmorsi's blog
- Login to post comments
- Read more
Debugging Tomcat Using JDB
Submitted by mmorsi on Tue, 2007-11-20 17:56As a fan of Vim and console development and a staunchent opponent of IDEs (not that they don't have their merrits, they are simply too complicated and too prone to breaking when some miniscule setting is changed IMO), I attempted to figure out how to debug Tomcat using the command line java debugger yesterday. To do so, you will need todo a few things; mainly enable debugging support in the server, locate the source code corresponding to the servlet you will be debugging, and familiarize yourself with the JDB tool.
- mmorsi's blog
- Login to post comments
- Read more





