Updated: 2010-09-03 02:57:32
Early this week Gnash 0.8.8 was released. Despite the small increment in version number, which would make this seem like a minor maintenance release, the difference between version 0.8.8 and the earlier 0.8.7 is like night and day.
Updated: 2010-09-03 02:53:01

MessagePack (de)serializer
Updated: 2010-09-03 02:35:02

A Python interface to R language
Updated: 2010-09-03 02:14:01

Interface to the comicvine.com API
Updated: 2010-09-03 01:57:01

Systems configuration/management engine
Updated: 2010-09-03 01:13:02

vk.com (aka vkontakte.ru) API wrapper
Updated: 2010-09-03 00:50:01

A simple, extensible URL dispatcher
Updated: 2010-09-03 00:39:01

Python Wrapper for pixelbeat.org's ansi2html.sh
Updated: 2010-09-03 00:13:02

Provide formatted HTML pages when responses other than 200 OK are returned from a web application
Updated: 2010-09-02 23:47:02

Build forms quickly and easily using groups of simple helper functions.
Updated: 2010-09-02 23:13:01

A general purpose conversion library
Updated: 2010-09-02 22:55:01

Search for CPAN distributions by cpanid or distribution name
Updated: 2010-09-02 22:27:01

Tools for managing config files
Updated: 2010-09-02 22:11:01

Tools for creating command line interfaces involving sub-commands
Updated: 2010-09-02 21:38:01

Prepare HTML for email; embedd CSS to inline
Updated: 2010-09-02 21:15:00

Ubuntu with MythTV
Updated: 2010-09-02 21:07:01

An interface to thepiratebay dot org
Updated: 2010-09-02 20:59:01

Wrap any function in automatic retry logic
Updated: 2010-09-02 20:46:02

A nice Ubuntu desktop experience with Xfce4
Updated: 2010-09-02 20:43:01

Adds easy cache support to Flask
Updated: 2010-09-02 20:38:26

An Ubuntu-derived distribution with the KDE Software Compilation (KDE SC)
Updated: 2010-09-02 20:38:05

An Ubuntu-derived distribution with the KDE Software Compilation (KDE SC), now for your netbook!
Updated: 2010-09-02 20:35:41

The most popular Linux distribution in the world.
Updated: 2010-09-02 20:35:08

Ubuntu for Netbooks!
Updated: 2010-09-02 20:34:33

The most popular Linux distribution in the world.
Updated: 2010-09-02 20:28:01

Python implementation of the mod_auth_tkt handler and Perl scripts
Updated: 2010-09-02 20:24:42

Ubuntu for educational use.
Updated: 2010-09-02 20:08:02

Library for interacting with the Open State Project API
Updated: 2010-09-02 19:34:01

Yospace CDS Webservice Client
Updated: 2010-08-11 21:47:45
Linux Blog Mounting Remote shares with SSHFS Filed under : General Linux Quick Linux Tutorials TheLinuxBlog.com at 4:47 pm on Wednesday , August 11, 2010 If you have ssh access to a remote machine and wish to browse the file system SSHFS is a great . utility It can be easily installed by your favorite package manager , or compiled from scratch . It has been a dear friend of mine for at least a couple of . years To mount a file system with SSH , it is almost simpler than making an SSH : connection sshfs user host mountpoint to unmount is just as simple . : Either fusermount u mountpoint OR sudo umount mountpoint Once your remote file system is mounted , you may bask in its glory and take advantage of everything a local file system has to offer although you may notice a slight . delay If
Updated: 2010-08-10 01:22:41
by George Wilson, IBM Linux Technology Center I was recently reading through the NIST “Draft Guide to Security for Full Virtualization Technologies” (SP 800-125 draft) [http://csrc.nist.gov/publications/drafts/800-125/Draft-SP800-125.pdf]. It discusses various considerations relating to hypervisor security. One section that particularly struck me was the comparison of bare metal vs hosted hypervisors. These are also known as Type [...]