Home Search

google - search results

If you're not happy with the results, please do another search

Power Up Linux GUI Apps

Save time and gain functionality by starting your GUI apps from the command line.   Get more on this at Linux Magazine

DistroWatch Weekly, Issue 340

  This week in DistroWatch Weekly: Interview: Kris Moore, PC-BSD News: FreeBSD past and present, Fedora newbie guide, interview with Ubuntu's Jane Silber, end of...

Converting HTML to Pdf Using Python and Qt

  Here is the code:   import sys from PyQt4.QtCore import * from PyQt4.QtGui import * from PyQt4.QtWebKit import * app = QApplication(sys.argv) web = QWebView() web.load(QUrl("http://www.google.com")) #web.show() printer = QPrinter() printer.setPageSize(QPrinter.A4) printer.setOutputFormat(QPrinter.PdfFormat) printer.setOutputFileName("file.pdf")   def convertIt():     web.print_(printer)     print "Pdf...

Distribution Release: Parsix GNU/Linux 3.0r2

Alan Baghumian has released a revised build of Parsix GNU/Linux 3.0, a desktop distribution and live CD based on Debian's testing branch: "The second...

Development Release: Mandriva Linux 2010.1 Alpha 2

The second alpha release of Mandriva Linux 2010.1 is now available for download and testing: "The time has come for the second alpha release...

Distribution Release: Toutou Linux 4.3.1

Toutou Linux is a variant of Puppy Linux designed for French-speaking users. The project's latest version of the fast, lightweight distribution is 4.3.1, released...

Distribution Release: ArtistX 0.8

Marco Ghirlanda has announced the release of ArtistX 0.8, an Ubuntu-based live DVD containing a large number of free multimedia software packages for audio,...

Distribution Release: VortexBox 1.1

Andrew Gillis has announced the release of VortexBox 1.1, a Fedora-based distribution that easily converts an unused computer into an audio server or jukebox:...

Cleaning Up The Linux Graphics Driver Stack

Yesterday Luc Verhaegen gave a talk at FOSDEM on reverse engineering a motherboard BIOS, but today we finally have X@FOSDEM for the last time....

Happy Camper

I broke down and bought a Nexus One last week. I got the original G1 phone from google when it came out, and I hardly...