From Fedora Project Wiki

(Link up some roles, and add moksha)
(Link to the pkgdb, and the security spin)
Line 52: Line 52:


== Security LiveCD ==
== Security LiveCD ==
I created a minimal, openbox-based livecd based on Fedora for use in security auditing, forensics research, and penetration testing.
I created a minimal, openbox-based livecd based on Fedora for use in security auditing, forensics research, and penetration testing.  See the [[SecuritySpin]] for more details.


== Fedora Updates System ==
== Fedora Updates System ==
Line 58: Line 58:


== Fedora Package Collection ==
== Fedora Package Collection ==
I also maintain the following packages for Fedora:
I maintain [https://admin.fedoraproject.org/pkgdb/users/packages/ many packages] for Fedora.
* [http://nethack.org nethack] - A rogue-like single player dungeon exploration game
* [http://wwwsearch.sourceforge.net/mechanize/ python-mechanize] - Stateful programmatic web browsing
* [http://wwwsearch.sourceforge.net/ClientForm/ python-clientform] - Python module for client-side HTML forms
* [http://www.voidspace.org.uk/python/configobj.html python-configobj] - Config file reading, writing, and validation
* [http://undefined.org/python/#simplejson python-simplejson] - Simple, fast, extensible JSON encoder/decoder for Python
* [http://python-irclib.sourceforge.net/ python-irclib] - A set of Python modules for IRC support
* [http://myghty.org python-myghty] - A Python-based templating system derived from HTML::Mason
* [https://sourceforge.net/projects/json-py python-json] - A JSON reader and writer for Python
* [http://somethingaboutorange.com/mrl/projects/nose python-nose] - A discovery-based unittest extension for Python
* [http://formencode.org/ python-formencode] - HTML form validation, generation, and convertion package
* [http://sqlobject.org/ python-sqlobject] - SQLObject -Object-Relational Manager, aka database wrapper.
* [http://www.turbogears.org/ python-TestGears] - Unit testing for Python
* [http://www.turbogears.org TurboGears] - Back-to-front web development in Python
* [http://www.turbogears.org python-turbocheetah] - Turbo``Gears plugin to support use of Cheetah templates
* [http://www.turbogears.org python-turbojson] - Python template plugin that supports json
* [http://www.turbogears.org python-turbokid] - Python template plugin that supports Kid templates
* [http://www.turbogears.org python-tgfastdata] - Automatic user interface generation for Turbo``Gears
* [http://trac.orianagroup.com/turbomail python-TurboMail] - Multi-threaded mail queue manager for Turbo``Gears applications
* [http://www.turbogears.org/preview/download python-ruledispatch] - A generic function package for Python
* [http://pythonpaste.org/ python-paste] - Tools for using a Web Server Gateway Interface stack
* [http://pythonpaste.org/deploy python-paste-deploy] - Load, configure, and compose WSGI applications and servers
* [http://pythonpaste.org/script python-paste-script] - A pluggable command-line frontend
* [http://www.cherrypy.org/ python-cherrypy] - A pythonic, object-oriented web development framework
* [http://cherrytemplate.python-hosting.com/ python-cherrytemplate] - An easy and powerful templating module for Python
* [http://gobby.0x539.de gobby] - A free collaborative editor
* [http://gobby.0x539.de net6] - A TCP protocol abstraction for library C++
* [http://gobby.0x539.de obby] - A library which provides synced document buffers
* [http://gobby.0x539.de sobby] - Standalone obby server
* [http://www.sys-security.com/index.php?page=xprobe xprobe2] - An active operating system fingerprinting tool
* [http://site.n.ml.org/info/naim/ naim] - An ncurses-based console AIM, ICQ, IRC, and Lily client
* [http://dcgui.berlios.de/ valknut] - Direct Connect client
* [http://dcgui.berlios.de/ dclib] - Direct Connect file sharing library
* [http://raphael.slinckx.net/deskbar/ deskbar-applet] - A Gnome applet to allow easy access to various search engines
* [http://cheeseshop.python.org/pypi/DecoratorTools python-decoratortools] - Use class and function decorators -- even in Python 2.3
* [http://linux.duke.edu/projects/metadata/ createrepo] - Creates a common metadata repository
* [http://pypi.python.org/pypi/TurboFlot python-turboflot] -  A TurboGears widget for Flot, a jQuery plotting library

Revision as of 04:02, 11 February 2009

Luke Macken

Email: lmacken ~ redhat ~ com

Homepage: lewk.org

GPG Key: 0x390EBBB9

IRC: lmacken/irc.freenode.net #fedora-devel #fedora-admin

LinkedIn: http://www.linkedin.com/in/lukemacken

Roles

* Fedora Infrastructure Security Officer
* Fedora Release Engineering Team
* Fedora Security Response Team
* Fedora Python SIG
* Fedora XO Performance and XFCE teams
* Fedora Scholarship Selection Committee

Projects

moksha

Moksha is a platform for creating live collaborative web applications. It is still in very early stages of development, but is currently being used to build the Fedora Community dashboard, among other upcoming projects.

liveusb-creator

The liveusb-creator is a cross-platform tool for easily installing Fedora to USB keys.

bodhi

Bodhi is a modular web-system that facilitates the process of publishing updates for Fedora. This entails interacting with the Koji buildsystem, Bugzilla, packagedb, and uses mash to compose repositories. It is written in Python and utilizes the TurboGears web framework.

* IRC log and slides of a bodhi presentation given during the VirtualFUDCon 2007

MyFedora

MyFedora is a project focused in increasing the cohesion between our tools by developing a framework for wielding our infrastructure.

PackageKit

I hack on the yum backend of PackageKit.

yum

I've been known to hack on various parts of yum, and have written some plugins for it as well, such as yum-fastestmirror.

TurboGears

I help develop and maintain the TurboGears web framework stack. You can find my slides from the TurboGears session at FUDCon 2008 here.

func

func is the Fedora Unified Network Controller. I've hacked on some of the guts of this project, various modules, and created a TurboGears-based web prototype, FuncWeb.

sigul

sigul is a GPG signing server that is in the works.

Security LiveCD

I created a minimal, openbox-based livecd based on Fedora for use in security auditing, forensics research, and penetration testing. See the SecuritySpin for more details.

Fedora Updates System

I wrote the original Fedora Update system which was used to push core package updates for Fedora 4-6.

Fedora Package Collection

I maintain many packages for Fedora.