Adsense code (2021-10-05)

Friday, November 30, 2012

UFRaw: read and manipulate raw images from digital cameras



The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate raw images from digital cameras. It can be used on its own or as a Gimp plug-in. It reads raw images using Dave Coffin's raw conversion utility - DCRaw. UFRaw supports color management workflow based on Little CMS, allowing the user to apply ICC color profiles.

http://ufraw.sourceforge.net/

Sunday, August 19, 2012

How Linux is Built



While Linux is running our phones, friend requests, tweets, financial trades, ATMs and more, most of us don't know how it's actually built. This short video takes you inside the process by which the largest collaborative development project in the history of computing is organized. Based on the annual report "Who Writes Linux," this is a powerful and inspiring story of how Linux has become a community-driven phenomenon. More information about Linux and The Linux Foundation can be found at http://www.linuxfoundation.org and http://www.linux.com


Friday, July 20, 2012

GIMP Magazine Launches Fall 2012, it's free

GIMP Magazine features the amazing works created from this world wide community of GIMP. Photography, digital arts, graphic arts, design, tips & tricks, step by step tutorials, master classes, help desk questions, book and product reviews and so much more are showcased and explored in this quarterly publication. This publication is available for free and is licensed Creative Commons CC-AT-SA 2.5.

GIMP Magazine


Issue #1 is complete and will launch in the Fall 2012. It is exactly 50 pages using a traditional 8.125″ x 10.75″ magazine style layout that is best viewed using facing page mode. it will be released in a standard screen resolution PDF, an elegant PDF viewing experience through www.issuu.com/GIMPMagazine and the ePub version is already in the works. All of this will be accessible from our website at: http://gimpmagazine.org

Saturday, July 14, 2012

locate: Linux command to find files and directories


locate

locate [optionspattern
Search database(s) of filenames and print matches. Matches include all files that contain pattern unless patternincludes metacharacters, in which case locate requires an exact match. *, ?, [, and ] are treated specially; / and . are not. Searches are conducted against a database of system contents that is updated periodically. To update the database, use the updatedb command.

Options

-d path--database=path
Search databases in pathpath must be a colon-separated list.
-h--help
Print a help message and then exit.
--version
Print version information and then exit.




Friday, May 4, 2012

lsusb: list PCI buses and devices

lspci is a command on Unix-like operating systems that prints detailed information about all PCI buses and devices in the system. It is based on a common portable library libpci which offers access to the PCI configuration space on a variety of operating systems.

lsusb:  list PCI buses and devices