<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6141598342118440698</id><updated>2011-11-27T16:07:33.375-08:00</updated><title type='text'>Linuxworld</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>23</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-4046380781865257828</id><published>2008-02-29T09:22:00.001-08:00</published><updated>2008-02-29T09:24:21.896-08:00</updated><title type='text'>linmac look on ubuntu 7.10</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_f6ZOgAVT6dA/R8g_kUYSBiI/AAAAAAAABlw/LaOFqdWezhQ/s1600-h/linmac"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_f6ZOgAVT6dA/R8g_kUYSBiI/AAAAAAAABlw/LaOFqdWezhQ/s400/linmac" border="0" alt=""id="BLOGGER_PHOTO_ID_5172454065213408802" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-4046380781865257828?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/4046380781865257828/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=4046380781865257828' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/4046380781865257828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/4046380781865257828'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2008/02/linmac-look-on-ubuntu-710.html' title='linmac look on ubuntu 7.10'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_f6ZOgAVT6dA/R8g_kUYSBiI/AAAAAAAABlw/LaOFqdWezhQ/s72-c/linmac' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-5192288414948215447</id><published>2007-04-26T06:10:00.000-07:00</published><updated>2007-04-26T06:11:10.964-07:00</updated><title type='text'>Linux 2.6.21 Changelog</title><content type='html'>Short overview (for news sites, etc)&lt;br /&gt;&lt;br /&gt;2.6.21 improves the virtualization features merged in 2.6.20 with VMI (http://lwn.net/Articles/175706), a paravirtualization interface that will be used by Vmware (and maybe -probably not- Xen) software. KVM does get initial paravirtualization along with live migration and host suspend/resume support (http://lwn.net/Articles/223839). 2.6.21 also gets a tickless idle loop mechanism called "Dynticks" (http://lwn.net/Articles/223185), a feature built in top of "clockevents" which unifies the timer handling and brings true high-resolution timers. Other features are: bigger kernel command-line, optional ZONE_DMA; support for the PA SEMI PWRficient CPU, for a Cell-based "celleb" architecture from Toshiba, better PS3 support: support for NFS IPv6, IPv4 &lt;-&gt; IPv6 IPSEC tunneling support, UFS2 write support, kprobes for PPC32, kexec and oprofile for ARM, public key encription for ecryptfs, Fcrypt and Camilla cipher algorithms, NAT port randomization, audit lockdown mode, many new drivers and many other small improvements.&lt;br /&gt;&lt;br /&gt;Important things (AKA: ''the cool stuff'')&lt;br /&gt;&lt;br /&gt;VMI (Virtual Machine Interface)&lt;br /&gt;&lt;br /&gt;VMI is a virtualization feature built in top of the paravirt_ops paravirtualization implementation introduced in 2.6.20.&lt;br /&gt;&lt;br /&gt;Paravirtualizated kernels need to be modified to run under a hypervisor. The goal of VMI is to become the common paravirtualization interface for hypervisors like Xen and Vmware. Vmware will certainly use VMI; Xen was going to use VMI but they may develop their own VMI-like interface. Any hypervisor can use VMI by providing a (GPLed) ROM; the ROM describes how the low-level VMI kernel must use the hypervisor. A VMI-enabled kernel can also boot on bare hardware and no hypervisor with no performance impact (commit 1 2, 3, 4, 5, 6, 7, 8)&lt;br /&gt;&lt;br /&gt;More details about VMI can be found in this LWN article: "The VMI virtualization interface"&lt;br /&gt;&lt;br /&gt;KVM updates&lt;br /&gt;&lt;br /&gt;KVM does evolve at a very fast pace, due to its clean design. This release (KVM-15) brings many new features:&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Initial paravirtualization support, which has much faster performance&lt;br /&gt;    * Live migration (the guest continues running even while being migrated) support. It's possible to migrate a guest from a Intel CPU to an AMD CPU&lt;br /&gt;    * Host Suspend/resume support&lt;br /&gt;    * CPU hotplug support - a useful feature for data centers, where you can add/remove CPUs according to the load&lt;br /&gt;    * A stable userspace interface &lt;br /&gt;&lt;br /&gt;Recommended LWN article: "KVM-15"&lt;br /&gt;&lt;br /&gt;(commit 1, 2, 3, 4, 5)&lt;br /&gt;&lt;br /&gt;Dynticks and Clockevents&lt;br /&gt;&lt;br /&gt;Recommended LWN article: "Clockevents and dyntick"&lt;br /&gt;&lt;br /&gt;(This feature touches a lot of low-level x86 code, so regressions are possible. If you have problems with 2.6.21, please report it)&lt;br /&gt;&lt;br /&gt;Clockevents is a building block of dynticks. A example of a clock devices is the device which makes timer interrupts. The handling of those devices was made in the architecture-specific code, so there wasn't an unified way of using those devices. The clockevents patch unifies the clockdevice handling so the kernel can use the timer capabilities of those devices in a unified manner. This also allows to implement true high-resolution timers.&lt;br /&gt;&lt;br /&gt;Dynticks (aka: dynamic ticks) it's a configurable feature for x86 32bits (x86-64 and ARM support is already done but not ready for this release; PPC and MIPS support are in the works) that changes the heart of the mechanism that allow a system to implement multitasking. To know what dyntick does, first you should know some basics: Traditionally, multitasking is implemented thanks to a timer interrupt that is configured to fire N times in a second. Firing this interrupt causes a call to the operative system's process scheduler routines. Then, the scheduler decides what process should run next, the process that was running before the timer interrupt was fired, or another process. This is how true multitasking is implemented in all the general-purpose operative systems, it's also what stops processes from being able to monopolize the CPU time: The timer interrupt will be fired regardless of what the process is doing and the operative system will be able to stop it.&lt;br /&gt;&lt;br /&gt;N (the number of times the timer interrupt is fired in each second, aka 'HZ') is a hardcoded compile-time architecture-dependent constant. For Linux 2.4 (and Windows), HZ=100 (the timer interrupt fires 100 times per second). 2.6 increased HZ to 1000, for several reasons: 100 was the HZ value that x86 had been using since forever, and it didn't really had a lot of sense in modern CPUs that runs much faster: Higher HZ means smaller process time slices, which improves the minimum latency and interactivity. The downside is higher timer overhead (negligible in modern hardware, although some server-oriented distros package kernels with HZ=100 because of minor performance gains) and high pitch noises in some systems due to low-quality, cheap capacitators&lt;br /&gt;&lt;br /&gt;Anyway, the issue is that the timer is fired HZ times in every second - even if the system is doing nothing. Dynticks is a feature that stops the system from waking up HZ times per second. When the system is entering the idle loop it disables the periodic timer interrupt, and programs the timer to fire the next time a timer event is needed. This means your system will be 'disabled' while there's nothing to do (unless a interrupt happens - ej: a incoming packet through your network). For now, dynticks does just that. However, this infrastructure will allow to create a innovative power-saving feature: When dynticks is in "tickless" mode and the system is waiting for the timer interrupt, the power-saving feature of modern CPUs will be used. This can save a few W when the laptop is idle.&lt;br /&gt;&lt;br /&gt;Dynticks adds some nice configurable debugging features: /proc/timer_list prints all the pending timers, allowing developers to check if their program is doing something wrong when it should be doing nothing, /proc/timer_stat, in the other hand, collects some timer statistics, allowing to detect the source of commonly-programmed timers.&lt;br /&gt;&lt;br /&gt;(commit 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28)&lt;br /&gt;&lt;br /&gt;ASoC&lt;br /&gt;&lt;br /&gt;The ASoC (ALSA System on Chip) layer has been added to the ALSA sound system. Its aim is to provide improved support for sound processors on embedded systems. The ASoC core is designed to allow reuse of codec drivers on other platforms, reuse of platform specific audio DMA and DAI drivers on different machines, easy I2S/PCM digital audio interface configuration between codec and SoC, and allow machines to add controls and operations to the audio subsystem. e.g. volume control for speaker amp.&lt;br /&gt;&lt;br /&gt;To achieve all this, ASoC splits an embedded audio system into 3 components: 1. Codec driver: The codec driver is platform independent and contains audio controls, audio interface capabilities, codec dapm and codec IO functions 2. Platform driver: The platform driver contains the audio dma engine and audio interface drivers (e.g. I2S, AC97, PCM) for that platform. 3. Machine driver: The machine driver handles any machine specific controls and audio events. i.e. turning on an amp at start of playback.&lt;br /&gt;&lt;br /&gt;It includes a dynamic power management subsystem, designed to allow portable and handheld Linux devices to use the minimum amount of power within the audio subsystem at all times. It is independent of other kernel PM and as such, can easily co-exist with the other PM systems. DAPM is also completely transparent to all user space applications as all power switching is done within the ASoC core. No code changes or recompiling are required for user space applications. DAPM makes power switching decisions based upon any audio stream (capture/playback) activity and audio mixer settings within the device.&lt;br /&gt;&lt;br /&gt;A number of platform and codec drivers for ASoC have been merged as well.&lt;br /&gt;&lt;br /&gt;(commit 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39)&lt;br /&gt;&lt;br /&gt;Dynamic kernel command-line&lt;br /&gt;&lt;br /&gt;The current implementation stores a command-line buffer allocated to COMMAND_LINE_SIZE (a compile-time constant) size - 256 bytes on x86. This is not enougth space today, some systems hit a limit when they use too many module parameters, video settings, initramfs parameters etc. It's possible to increase COMMAND_LINE_SIZE to a greater value, but there's a problem: a static buffer of that size (say, 2KB) will be allocated even if you aren't using all of it.&lt;br /&gt;&lt;br /&gt;So in 2.6.21 the size of the boot command line it's allocated dynamically. A static buffer is still allocated (2K in i386), but the contents are copied into a dinamically-allocated buffer with the exact size, then the static buffer is freed with the rest of the initdata data&lt;br /&gt;&lt;br /&gt;(commit 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31)&lt;br /&gt;&lt;br /&gt;Optional ZONE_DMA&lt;br /&gt;&lt;br /&gt;ZONE_DMA was created for handling x86-specific ISA DMA uglities. Some arches do not need ZONE_DMA at all, the newer x86 systems are not needing ISA DMA and are starting to include IOMMUs. 2.6.21 makes possible to completely disable ZONE_DMA. This also makes possible some compiler optimizations&lt;br /&gt;&lt;br /&gt;(commit 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)&lt;br /&gt;&lt;br /&gt;devres&lt;br /&gt;&lt;br /&gt;"devres" is an optional subsystem for drivers that greatly simplifies the task of driver housekeeping, if you have to acquire+map then later unmap+free a bunch of device-related resources (MMIO, PIO , IRQs, iomap, PCI, DMA resources). The aim is to make easier for programmers to allocate &amp; free resources &amp; handle errors for a driver writer. A device driver can allocate arbirary size of devres data which is associated with a release function. On driver detach, release function is invoked on the devres data, then, devres data is freed (commit)&lt;br /&gt;&lt;br /&gt;Recommended LWN article: "The managed resource API"&lt;br /&gt;&lt;br /&gt;GPIO API&lt;br /&gt;&lt;br /&gt;The GPIO API implements a simple and minimalist programming interface for GPIO APIs. A "General Purpose Input/Output" (GPIO) is a flexible software-controlled digital signal. They are provided from many kinds of chip, and are familiar to Linux developers working with embedded and custom hardware.&lt;br /&gt;&lt;br /&gt;(commit 1, 2, 3, 4, 5, 6)&lt;br /&gt;&lt;br /&gt;New drivers&lt;br /&gt;&lt;br /&gt;Here are some important new drivers that have been added to the Linux tree:&lt;br /&gt;&lt;br /&gt;    * Graphics:&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add fbdev driver for the old S3 Trio/Virge (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Driver for the Silicon Motion SM501 multifunction device framebuffer subsystem (commit), (commit) &lt;br /&gt;    * Storage devices:&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add two drivers for the it8213 IDE device, one using the old IDE stack (commit), (commit) and other using libata (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add IDE Driver for Delkin/Lexar/etc.. cardbus CF adapter (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add IDE driver for Toshiba TC86C001 (old IDE stack) (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add SCSI driver for SNI RM 53c710 (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add driver for Initio 162x SATA devices (commit) &lt;br /&gt;    * Networking devices&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add driver for the latest 1G/10G Chelsio adapter, T3 (commit), (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add driver for the Attansic L1 ethernet device (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add driver for the Gigaset M101 wireless ISDN device (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add PC300too alternative WAN driver (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add driver for Silan SC92031 device (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add driver for the Davicom DM9601 USB 1.1 ethernet device (commit) &lt;br /&gt;    * Various&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add driver to charge USB blackberry devices (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add driver for iowarrior USB devices. (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add support for the GTCO CalComp/InterWrite USB tablet (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            New driver for the Analog Devices ADM1029 hardware monitoring driver (commit) &lt;br /&gt;&lt;br /&gt;Crashing soon a kernel near you&lt;br /&gt;&lt;br /&gt;This is a list of some of the ongoing patches being developed at the kernel community that will be part of future Linux releases. Those features may take many months to get into the Linus' git tree, or may be dropped. The features are tested in the -mm tree, but be warned, it can crash your machine, eat your data (unlikely but not impossible) or rape your sister (just because it has never happened it doesn't means you're safe):&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Con Colivas' RSDL process scheduler, which seems to work much better than the stock scheduler according to some reports (LWN article)&lt;br /&gt;    * For too long the linux wireless support hasn't been as bright as it should, specially from a desktop-ready POV. A new wireless stack based on the GPLed Devicescape wifi stack has been being developed for many time and soon will be merged. It brings better hardware support, better wireless capabilities, and better tool enablement.&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      The Blackfin architecture&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Utrace (LWN article)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Revoke()/frevoke() system calls (LWN article)&lt;br /&gt;    * Mel Gorman's fragmentation avoidance patches and Lumpy reclaim&lt;br /&gt;    * Unionfs&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      EXT 4 patches (wiki)&lt;br /&gt;    * Lguest&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Adaptive Readhead&lt;br /&gt;    * Reiser 4 &lt;br /&gt;&lt;br /&gt;Various core changes&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Remove the SMT-nice feature which idles sibling cpus on SMT cpus to facilitiate nice working properly where cpu power is shared. The idling of cpus in the presence of runnable tasks is considered too fragile, easy to break with outside code, and the complexity of managing this system if an architecture comes along with many logical cores sharing cpu power will be unworkable (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      EDAC: Add support for Fully-Buffered DIMM APIs to core (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add shadow directory support for sysfs (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add whole_disk partition attribute for disks (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Use zone-based counters for: free_pages (commit) and for inactive and active counts (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Make mincore work for anon mappings, nonlinear, and migration entries (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      lockdep: add graph depth information to /proc/lockdep (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Support for reshape of a raid6 (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Relay: add CPU hotplug support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      List all active probes in the system in /sys/kernel/debug/kprobes/list (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      PCI: Make PCI device numa-node attribute visible in sysfs (commit) Export the numa-node attribute of PCI devices in sysfs so that user applications may choose where to be placed accordingly.&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      PCIEHP: Add Electro Mechanical Interlock (EMI) support to the PCIE hotplug driver. (commit) * EDAC: Add memory scrubbing controls API to core (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Make MSI useable more architectures (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      New toplevel target: headers_check_all (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add the module name for built in kernel drivers (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add retain_initrd boot option to control freeing of initrd memory after extraction (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Allow taint flags to be set from userspace by writing to /proc/sys/kernel/tainted, and add a new taint flag, TAINT_USER, to be used when userspace has potentially done something dangerous that might compromise the kernel. This will allow support personnel to ask further questions about what may have caused the user taint flag to have been set. Recommended LWN article: "Tainting from userspace" (commit) &lt;br /&gt;&lt;br /&gt;Architecture-specific changes&lt;br /&gt;&lt;br /&gt;    * x86-32&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Compile with -freg-struct-return, which returns struct and union values in registers when possible (like pte_t) (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Convert i386 PDA code to use %fs (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add option to show more code in oops reports (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Support Classic MediaGXm (commit) &lt;br /&gt;    * x86-64&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add copy_from_user_nocache. This does user copies in fs write() into the page cache with write combining. This pushes the destination out of the CPU's cache, but allows higher bandwidth in some case (commit) &lt;br /&gt;    * PPC&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add support for the Toshiba's Cell Reference Set 'Celleb' Architecture (commit 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Pa Semi PWRficient CPU support (commit 1), 2, 3, 4, 5, 6, 7, 8, 9, 10)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add kprobes support to ppc32 (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add stackEnable stack overflow checking (DEBUG_STACKOVERFLOW) and stack usage (DEBUG_STACK_USAGE) on ppc32 (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Freescale 8xx support (commit), (commit 1, 2, 3, 4, 5)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            83xx: Add support for MPC8349E-mITX-GP (commit), add base support for the MPC8313E RDB (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            85xx: Add support for the 8568 MDS board (commit), (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            PS3: System manager support (commit), vuart add async read (commit), AV Settings Driver (commit), repository storage support (commit), virtual Frame Buffer Driver (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Remove the broken Gemini support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add mpc52xx/lite5200 PCI support (commit) and support for the MPC52xx ATA controller (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add PMI driver for cell blade (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Open Firmware serial port driver (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add support for AMCC Taishan 440GX evaluation board (commit) &lt;br /&gt;    * ARM&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add kexec support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add support for SMDK2443 (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add ARM11 oprofile support (commit), (commit), (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add support for AT91SAM9263 (commit 1, 2, 3, 4)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add Samsung S3C2443 support (commit), (commit), (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add support for AT91SAM9XE processors. (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            AACI record support on Versatile platform (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add support for the RealView/EB MPCore revC platform (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add initial board support for Contec Hypercontrol Micro9 boards. (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add Armzone QT2410 support(commit) &lt;br /&gt;    * S390&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Mark kernel text section read-only. (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            noexec protection on s390 hardware. This hardware does not have any bits left in the pte for a hw noexec bit, so this is a different approach using shadow page tables and a special addressing mode that allows separate address spaces for code and data (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Support for s390 Pseudo Random Number Generator (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Boot from NSS support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add AF_IUCV socket support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Rewrite of the IUCV base code (commit), (commit), (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Adapt the following drivers to the new IUCV API: netiucv (commit), vmlogrdr (commit), monreader (commit),&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Hypervisor filesystem (s390_hypfs) for z/VM (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Calibrate delay and bogomips (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add support for clock synchronization to an external time reference (ETR) (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add crypto support for 3592 tape devices (commit) &lt;br /&gt;    * PARISC&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Generic BUG (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add TIF_RESTORE_SIGMASK support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Generic time infrastructure support (commit) &lt;br /&gt;    * MIPS&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add basic support for the SMARTMIPS extension. This extension is currently implemented by 4KS[CD] CPUs support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Iomap implementation (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add UART support for Philips PNX8330/8550/8950 (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add Cobalt Server front LED (commit) and MTD device support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            TURBOchannel bus support for the DECstation (commit),(commit) &lt;br /&gt;    * SPARC64&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add PCI MSI support on Niagara. (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Remove the broken SUN_AURORA driver. (commit) &lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      IA64: Altix: Add ACPI SSDT PCI (commit) and ACPI SSDT PCI device support (commit) &lt;br /&gt;&lt;br /&gt;Filesystems&lt;br /&gt;&lt;br /&gt;    * eCryptfs&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Public key encryption support (commit), (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Encrypted passthrough: it provides an option to provide a view of the encrypted files such that the metadata is always in the header of the files, regardless of whether the metadata is actually in the header or in the extended attribute. This mode of operation is useful for applications like incremental backup utilities that do not preserve the extended attributes when directly accessing the lower files (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Introduce the ability to store cryptographic metadata into an lower file extended attribute rather than the lower file header region. The two new nmount options are: 1) ecryptfs_xattr_metadata: when set, newly created files will have their cryptographic metadata stored in the extended attribute region of the file rather than the header 2) ecryptfs_encrypted_view: when set this option causes eCryptfs to present applications a view of encrypted files as if the cryptographic metadata were stored in the file header, whether the metadata is actually stored in the header or in the extended attributes (commit) &lt;br /&gt;    * GFS2&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add writepages for "data=writeback" mounts (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Speed up readdir (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Increase default lock limit (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Shrink gfs2_inode memory by half (commit) &lt;br /&gt;    * CIFS:&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Additional POSIX CIFS Extensions infolevels (commit), (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Allow update of EOF on remote extend of file (commit) &lt;br /&gt;    * XFS&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Reduction global superblock lock contention near ENOSPC (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Make growfs work for amounts greater than 2TB (commit) &lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      NFS: IPv6 support (commit 1, 2, 3, 4, 5, 6, 7, 8, 9)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Minix: V3 format support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      UFS2: read/write support (commit), (commit), (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      JFFS: Remove JFFS (version 1), as scheduled. Unmaintained for years, few if any users (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      JFS: Add lockdep annotations (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Debugfs: implement symbolic links (commit) &lt;br /&gt;&lt;br /&gt;Networking&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add Camellia cipher support to IPSEC (commit), (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      IPv4 over IPv6 IPsec tunnel (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      IPv6 over IPv4 IPsec tunnel (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Make net use the jiffies rounding code (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add CONFIG_NET_KEY_MIGRATE option which makes it possible for user application to send or receive MIGRATE message to/from PF_KEY socket. This feature is required, for instance, in a Mobile IPv6 environment with IPsec configuration where mobile nodes change their attachment point to the Internet. Detail information can be found in the internet-draft "draft-sugimoto-mip6-pfkey-migrate" (commit), (commit)&lt;br /&gt;    * NETFILTER&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            NAT: optional source port randomization support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add IPv6-capable TCPMSS target support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add SANE connection tracking helper (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Introduces match for Mobility Header (MH) described by Mobile IPv6 specification (RFC3775) (commit) &lt;br /&gt;    * XFRM&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add CONFIG_XFRM_MIGRATE option which makes it possible for for user application to send or receive MIGRATE message to/from netlink socket (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            User interface for handling XFRM_MSG_MIGRATE (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Extension for dynamic update of endpoint address(es) (commit) &lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      X.25: Add /proc/net/x25/forward to view active forwarded calls. (commit) and /proc/sys/net/x25/x25_forward to control forwarding (commit). Also add call forwarding (commit) &lt;br /&gt;&lt;br /&gt;Various subsystems&lt;br /&gt;&lt;br /&gt;Software suspend&lt;br /&gt;&lt;br /&gt;crypto/audit&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Audit: "lockdown" mode where further configuration changes cannot be made. Any attempt to change the configuration while in this mode is audited. To change the audit rules, you'd need to reboot the machine (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add the Camellia cipher algorithm. Camellia is a symmetric key block cipher developed jointly at NTT and Mitsubishi Electric Corporation (commit 1, 2, 3)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      tcrypt: Added test vectors for SHA384 HMAC and SHA512 HMAC (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Allow multiple frontends per backend (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      fcrypt: Add FCrypt from RxRPC (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      pcbc: Add Propagated CBC template (commit) &lt;br /&gt;&lt;br /&gt;Drivers&lt;br /&gt;&lt;br /&gt;Network drivers&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      sky2: add Wake On Lan support (commit), Yukon Extreme support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      s2io: Making LRO and UFO as module loadable parameter. (commit) and add a loadable parameter to enable or disable vlan stripping in frame (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      ucc_geth: Add support to local-mac-address property (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      zd1211rw: 4 new ZD1211B device ID's (commit), (commit), (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      prism54: add ethtool -i interface (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      ipw2200: add iwconfig rts/frag auto support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      sungem_phy: support bcm5461 phy, autoneg (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      spidernet: add support for Celleb (commit), (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      skge: WOL support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      forcedeth: statistics supported (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      natsemi: Support Aculab E1/T1 PMXc cPCI carrier cards (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      phylib: Add support for Marvell 88e1111S and 88e1145 (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Remove the broken SKMC driver (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Remove the broken OAKNET driver (commit) &lt;br /&gt;&lt;br /&gt;SATA/IDE/SCSI&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      IDE: ACPI support for IDE devices (commit)&lt;br /&gt;    * SATA&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Update libata core layer to use devres (commit), (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add PIIX3 support to ata_piix (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Support PCI MSI in sata_vsc (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            sata_promise: ATAPI support (commit), add TX2plus PATA support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            sata_sis: support SiS966/966L (commit), add support for PATA (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            sata_via: PATA support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            sata_nv: add suspend/resume support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            pata_cs5520: add suspend/resume support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            libata: implement HDIO_GET_IDENTITY (aka hdparm -i) (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            ACPI _SDD (commit) and _GTF support (commit) &lt;br /&gt;    * SCSI&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            qla3xxx: Add support for Qlogic 4032 chip. (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            fusion: greater than 255 target and lun support (commit), inactive raid support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            lpfc: add PCI error recovery support (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            wd33c93: Support fast SCSI with WD33C93B (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            qla2xxx: Add MSI-X support. (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            libsas: Add a sysfs knob to enable/disable a phy (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            aic94xx: Add support for scanning SAS devices asynchronously (commit) &lt;br /&gt;&lt;br /&gt;Graphics&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add display output class (commit), (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Remove broken video drivers that had already been marked as BROKEN in 2.6.0 three years ago and are still marked as BROKEN: FB_CYBER, FB_VIRGE, FB_RETINAZ3 and FB_SUN3 (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      remove the broken FB_S3TRIO driver (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      tgafb: support the DirectColor visual (commit) &lt;br /&gt;&lt;br /&gt;ALSA&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      HDA: Add support for Fujitsu PI1556 Realtek ALC880 (commit), add sigmatel 9205 eapd support (commit), add asus-laptop model for ALC861 (ALC660) (commit), add support for Evesham Voyager C530RD laptops (commit), add asus model to ALC861 codec (commit), add support for Sigmatel STAC9202/9250/9251 codecs (commit), add toshiba model to ALC861 codec (commit), add support for Toshiba M105 to Realtek patch (commit), add support for Clevo M540JE, M550JE laptops (Nvidia MCP51 chipset, ALC883 codec) (commit), add support for Medion laptops (commit), add support for VIA VT1708(A) HD audio codec (commit), add new modesl for Realtek codecs (commit), add HP BPC-D7000 support (commit), add support for Sony UX-90s (commit), add model for ASUS W3j laptop (commit), add ALC861VD/ALC660VD support (commit), add support for Samsung Q1 Ultra (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      emu10k1: Add Audio capture support for Audigy 2 ZS Notebook (commit), add support for 14dB Attenuation PADS on DACs and ADCs. (commit), added support for emu1010, including E-Mu 1212m and E-Mu 1820m (commit), add emu1010 internal clock rate control for 44100 or 48000. (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      hdsp: support for mixer matrix of RME9632 rev 152 (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      hdspm: Add support for AES32 (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add snd-portman2x4 driver for Midiman Portman 2x4 MIDI device (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      ice1724: Add support of M-Audio Audiophile 192 (commit) and add support for Prodigy 7.1 XT (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Enable capture from line-in and CD on Revolution 5.1 (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add Conexant audio support to the HD Audio driver (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      usbaudio: Add support for Edirol UA-101 (commit), allow pausing (commit), add PCR-A PCM support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      ac97: Suppress power-saving mode on non-supporting drivers (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add support of the ESI Waveterminal 192M to the ice1724 ALSA driver (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Enable the analog loopback of the Revolution 5.1 (commit) &lt;br /&gt;&lt;br /&gt;Input&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add force feedback driver for PantherLord USB/PS2 2in1 Adapter (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add support for Logitech Momo racing wheel (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add Atlas button driver (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      wistron: Add support for Fujitsu-Siemens Amilo D88x0 (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      gpio-keys: Add keyboard driver for GPIO buttons (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      HID: Add support for Logitech Formula Force EX (commit), allow force feedback for multi-input devices (commit), quirk for multi-input devices with unneeded output reports (commit), handle multi-interface devices for Apple macbook pro properly (commit), add support for using the HID subsystem in bluetooth (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Remove scan_keyb driver (commit) &lt;br /&gt;&lt;br /&gt;USB&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      usbmon: add a new, "binary" API in addition to the old, text API usbmon had before. The new API allows for less CPU use, and it allows to capture all data from a packet where old API only captured 32 bytes at most (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add dynamic id support to usb-serial core (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add autosuspend support for usb printer driver (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add Sony PS3 ohci/ehci bus support (commit), (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add power management support (commit) and better ethtool support for kaweth (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add EPIC support to the io_edgeport driver (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      PL2303: Willcom WS002IN Support. (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Implement support for "split" endian OHCI (commit) and EHCI with big endian MMIO (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      EHCI: force high-speed devices to run at full speed (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add "activesync" support for rndis_host (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      ASIX: Add IO-DATA ETG-US2 Support. (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Remove CONFIG_USB_BANDWITH - "Enforce USB bandwidth allocation", since it's no longer neccesary (commit) &lt;br /&gt;&lt;br /&gt;V4L&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Bttv cropping support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Adds video output routing (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Pvrusb2: Enable radio mode for 24xxx devices (commit), implement multiple minor device number handling (commit), implement /dev/radioX (commit), allow streaming from /dev/radioX (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add support for more Encore TV cards (commit), add a new qt1010 tuner module (commit), (commit), add VIDIOC_G_ENC_INDEX ioctl (commit), SN9C102 driver updates (commit), add support for svideo/composite input of the Terratec Cinergy 1400 DVB-T (commit), add support for the ASUS P7131 remote control (commit), add cablestar2 support (commit), add support for Terratec Cinergy HT PCI (commit), add support for the Technotrend 1500 bundled remote (commit), add support for Ultraview DVB-T Lite (commit), initial support for Sigmatek DVB-110 DVB-T (commit), initial support for MSI Mega Sky 580 based on Uli m9206 (commit), initial support for MSI Mega Sky 580 DVB-T based on GL861 (commit) &lt;br /&gt;&lt;br /&gt;Cpufreq&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Introduce Nehemiah C (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Enhanced PowerSaver driver present in VIA C7 processors (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add VT8235 support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Remove "ignore_latency" option (commit) &lt;br /&gt;&lt;br /&gt;ACPI&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add support for ACPI controlled removable drive bays such as the IBM ultrabay or the Dell Module Bay (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Implement simplified Table Manager. It reduces the size of the kernel-resident ACPICA by 5% (commit), (commit), (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      ACPICA: Removed all 16-bit support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Remove motherboard driver (redundant with PNP system driver) (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Remove the generic hotkey driver, as scheduled - the hotkeys are not part of the ACPI specification so they must be handled instead in the platform-specific drivers (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Convert ACPI to sysfs framework - removes /sys/firmware/acpi (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add backlight sysfs support for acpi video driver. (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      sony_acpi: Add backlight support (commit), add backlight support (commit), add SNC device support for Sony Vaios (commit), rename this driver to sony-laptop (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      sony-laptop: Remove /proc/acpi/sony interface and implement platform_device. (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add asus-laptop driver (commit 1, 2, 3, 4, 5, 6, 7, 8) &lt;br /&gt;&lt;br /&gt;I2C&lt;br /&gt;&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      Add suspend/resume/shutdown support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      i2c-piix4: Add support for the ATI SB600 SMBus controller (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      i2c-parport: Add support for One For All remote JP1 interface (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      i2c-viapro: Add support for the VIA CX700 south bridge (commit) &lt;br /&gt;&lt;br /&gt;Various&lt;br /&gt;&lt;br /&gt;    * hwmon:&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            it87: Add PWM base frequency control (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Add support for the W83627DHG chip in w83627ehf (commit) &lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      APM: Add shared version of APM emulation (commit), (commit), (commit), (commit)&lt;br /&gt;    * SPI&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            Freescale iMX SPI controller driver (BIS+) (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            eeprom driver (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            controller driver for OMAP Microwire (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            atmel_spi driver (commit) &lt;br /&gt;    * MTD&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            EXcite nand flash driver (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            S3C2410: Hardware ECC correction code (commit)&lt;br /&gt;          o&lt;br /&gt;&lt;br /&gt;            OneNAND: Add support for auto-placement of out-of-band data (commit) &lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      RDMA: Add multicast communication support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      IPoIB: Connected mode experimental support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      RTC framework driver for CMOS RTCs (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      RTC gets sysfs wakealarm attribute (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      mmc: Add support for SDHC cards (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      tifm_core: add suspend/resume infrastructure for tifm devices (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      tifm_sd: add suspend and resume functionality (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      leds: Add IPAQ h1940 LEDs support (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      backlight: Add Frontpath ProGear HX1050+ driver (commit)&lt;br /&gt;    *&lt;br /&gt;&lt;br /&gt;      drivers: add LCD support (commit)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-5192288414948215447?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/5192288414948215447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=5192288414948215447' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/5192288414948215447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/5192288414948215447'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/04/linux-2621-changelog.html' title='Linux 2.6.21 Changelog'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-7083478739709678654</id><published>2007-03-26T01:56:00.000-07:00</published><updated>2007-03-26T02:02:57.007-07:00</updated><title type='text'>Sabayon Linux x86/x86-64 miniEdition 3.3</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_f6ZOgAVT6dA/RgeMKkj_3eI/AAAAAAAABiM/MeNP_WOr7ek/s1600-h/Sabayon+Logo.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_f6ZOgAVT6dA/RgeMKkj_3eI/AAAAAAAABiM/MeNP_WOr7ek/s400/Sabayon+Logo.png" alt="Sabayon Logo" id="BLOGGER_PHOTO_ID_5046156020733173218" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;SabayonLinux x86/x86-64 miniEdition, commonly called the "mini", is the CD release of the latest SabayonLinux x86/x86-64 DVD. The creation of this special version, has been made with an automatic script that shrinks down the whole chroot jail by removing every duplicated, useless or server-oriented package. The multimedia features of these special editions are kept intact. So, enjoy that beautiful piece of software on a single CD!&lt;br /&gt;&lt;br /&gt;New features (F) and bug fixes (B) since SabayonLinux 3.20 (DVD)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   * F: K3B updated to 1.0&lt;br /&gt;   * B: Sabayon Linux Installer fixes (including the ones reported in 3.3)&lt;br /&gt;   * F: Added VIA OpenChrome GFX drivers&lt;br /&gt;   * F: Updated gpu-detector to the work accordingly to the new feature listed above&lt;br /&gt;   * F: Updated to Beryl 0.2.0&lt;br /&gt;   * F: Updated IVTV driver to 0.10.0&lt;br /&gt;   * F: Updated rt2500 driver to 20070323 CVS snapshot&lt;br /&gt;   * B: Fixed pppoe-setup scripts&lt;br /&gt;   * F: Updated ndiswrapper to 1.39&lt;br /&gt;   * F: Binary packages support through a simple binhost (Alpha release - read below)&lt;br /&gt;&lt;br /&gt;Sabayon Linux Project Entropy RoadMap - Binary packages on steroids!&lt;br /&gt;Project Entropy continues to attract users' curiosity: what is that? Easy answer, Entropy is a complete software stack that works on top of the Gentoo Portage repository. Its architecture is designed to provide the maximum flexibility and scalability and is composed by 3 developer/server-side applications: Enzyme, Reagent and Activator; 2 user-side ones: Equilibrium and its API.&lt;br /&gt;&lt;br /&gt;Question: What is what?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   * Enzyme: the Portage tree manager and build tool.&lt;br /&gt;   * Reagent: the Entropy specifications writer. For each binary package, this tool write a specification file that describes its information.&lt;br /&gt;   * Activator: the Entropy binary packages uploader. It manages a set of mirrors keeping them updated automatically. It also does QA tests.&lt;br /&gt;   * Equilibrium: the Entropy stack user client that will be interfaced to a GUI through its API.&lt;br /&gt;&lt;br /&gt;Question: What all this will give to Sabayon Linux?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   * Complete interaction between source-based packages and binary-based ones, keeping Gentoo Linux compatibility intact. Sabayon Linux will be the first Linux distribution to actively support both worlds (source,binary)&lt;br /&gt;   * Gentoo Portage independence when using Entropy binary packages repository&lt;br /&gt;   * No more compilation issues and their waste of time&lt;br /&gt;   * Full dependency and reverse dependency management&lt;br /&gt;   * GUI connectivity trough the future Equilibrium API&lt;br /&gt;   * Extreme developer-side packages building flexibility and speed&lt;br /&gt;   * Much, much more...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Question: What does work at the moment?&lt;br /&gt;At the moment, Enzyme and Reagent are well structured and work quite well. Activator is starting to do some funny things and Equilibrium does not exist yet.&lt;br /&gt;Currently, we are filling our preliminary binary packages repository that is still based on what Portage and emerge say.&lt;br /&gt;To test the installation of the currently available binary packages, try to run, as root:&lt;br /&gt;Code:&lt;br /&gt;binmerge &lt;package name=""&gt;&lt;br /&gt;&lt;br /&gt;Where &lt;package name=""&gt; is the name of an application, you can browse this list using Kuroo.&lt;br /&gt;Firstly, we need to test the amount of bandwidth needed to maintain such repository, secondly, we have to complete Activator and Equilibrium before moving away from this "binmerge" emerge hook.&lt;br /&gt;&lt;br /&gt;Question: What is the RoadMap?&lt;br /&gt;More or less, the roadmap consists of these milestones:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   * Complete Reagent module with basic features [DONE]&lt;br /&gt;   * Complete Enzyme module with basic features [DONE]&lt;br /&gt;   * Complete Activator module with basic features [WORK IN PROGRESS]&lt;br /&gt;   * Consolidate the server stack [NOT DONE]&lt;br /&gt;   * Complete Equilibrium [NOT DONE]&lt;br /&gt;   * Interface a GUI to Equilibrium [NOT DONE]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Question: When will it be considered completed?&lt;br /&gt;Hard question... It's done when it's done&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;We really want to thank all the members of our crazy Beta Testing Team. Thanks!&lt;br /&gt;&lt;br /&gt;IMPORTANT NOTES:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   * We encourage you to use 3.3 iso as a base and patch as this is the most efficient mode of transfer for such bug fixes and then set up to seed the torrent for those that cannot. Make sure you check your md5sums!&lt;br /&gt;   * As of linux kernel 2.6.19, all hard drives are seen as sd* through SCSI emulation. As such, our installer compensates for this and does its best to query your hardware set up and properly set grub and fstab during installation time. You must upgrade your installer for the latest fixes. If you run into problems with this, please file a bug report at bugs.sabayonlinux.org&lt;br /&gt;   * This distribution contains libdvdcss look here if you live in the U.S. !.&lt;br /&gt;   * This distribution contains proprietary and non-GPL softwares too (like from NVIDIA, ATI, Google, etc). Before running them, be sure to read their license and agree with that, otherwise, just remove those applications. To run SabayonLinux without Proprietary drivers, just use "noproprietary" boot flag.&lt;br /&gt;   * Trademarks are property of their respective owners, everywhere.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;UPGRADE INFO:&lt;br /&gt;Using this feature, you can upgrade any Gentoo-based installation (Gentoo, VLOS, RR4, RR64) to the latest SabayonLinux without losing your personal data and settings. Our Team, however, will only actively support the upgrades using SabayonLinux as base.&lt;br /&gt;Also, you can:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   * 6th senseing your running system: installed packages will be updated to the ones on the DVD and the conflicting ones automatically removed.&lt;br /&gt;   * You can fix your current installation by choosing to reinstall every package, This will take a lot of time but will resurrect your SabayonLinux installation in cases of hard damaging.&lt;br /&gt;   * You could (even if it's not so much tested) even upgrade your 32bit installation to a powerful 64bit one (but not the contrary) by using the function described above.&lt;br /&gt;   * You can re-configure/reinstall your GRUB (Boot) settings/ without touching any configuration file and/or command line.&lt;br /&gt;&lt;br /&gt;c/p from sabayon forum.&lt;br /&gt;&lt;br /&gt;very good distribution&lt;br /&gt;&lt;/package&gt;&lt;/package&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-7083478739709678654?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/7083478739709678654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=7083478739709678654' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/7083478739709678654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/7083478739709678654'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/03/sabayon-linux-x86x86-64-miniedition-33.html' title='Sabayon Linux x86/x86-64 miniEdition 3.3'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_f6ZOgAVT6dA/RgeMKkj_3eI/AAAAAAAABiM/MeNP_WOr7ek/s72-c/Sabayon+Logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-5742578301495447452</id><published>2007-03-13T14:43:00.000-07:00</published><updated>2007-03-13T14:47:28.274-07:00</updated><title type='text'>Linux commands</title><content type='html'>Some useful linux commands&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;alias&lt;/span&gt;    Create an alias&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;apropos&lt;/span&gt;  Search Help manual pages (man -k)&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;awk&lt;/span&gt;      Find and Replace text, database sort/validate/index&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;break&lt;/span&gt;    Exit from a loop&lt;br /&gt;&lt;span style="color: rgb(102, 102, 204);"&gt;builtin&lt;/span&gt;  Run a shell builtin&lt;br /&gt;&lt;span style="color: rgb(153, 51, 153);"&gt;bzip2&lt;/span&gt;    Compress or decompress named file(s)&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;cal&lt;/span&gt;      Display a calendar&lt;br /&gt;&lt;span style="color: rgb(51, 204, 255);"&gt;case&lt;/span&gt;     Conditionally perform a command&lt;br /&gt;cat      Display the contents of a file&lt;br /&gt;cd       Change Directory&lt;br /&gt;cfdisk   Partition table manipulator for Linux&lt;br /&gt;chgrp    Change group ownership&lt;br /&gt;chmod    Change access permissions&lt;br /&gt;chown    Change file owner and group&lt;br /&gt;chroot   Run a command with a different root directory&lt;br /&gt;cksum    Print CRC checksum and byte counts&lt;br /&gt;clear    Clear terminal screen&lt;br /&gt;cmp      Compare two files&lt;br /&gt;comm     Compare two sorted files line by line&lt;br /&gt;command  Run a command - ignoring shell functions&lt;br /&gt;continue Resume the next iteration of a loop&lt;br /&gt;cp       Copy one or more files to another location&lt;br /&gt;cron     Daemon to execute scheduled commands&lt;br /&gt;crontab  Schedule a command to run at a later time&lt;br /&gt;csplit   Split a file into context-determined pieces&lt;br /&gt;cut      Divide a file into several parts&lt;br /&gt;&lt;br /&gt;date     Display or change the date &amp; time&lt;br /&gt;dc       Desk Calculator&lt;br /&gt;dd       Data Dump - Convert and copy a file&lt;br /&gt;declare  Declare variables and give them attributes&lt;br /&gt;df       Display free disk space&lt;br /&gt;diff     Display the differences between two files&lt;br /&gt;diff3    Show differences among three files&lt;br /&gt;dir      Briefly list directory contents&lt;br /&gt;dircolors Colour setup for `ls'&lt;br /&gt;dirname  Convert a full pathname to just a path&lt;br /&gt;dirs     Display list of remembered directories&lt;br /&gt;du       Estimate file space usage&lt;br /&gt;&lt;br /&gt;echo     Display message on screen&lt;br /&gt;egrep    Search file(s) for lines that match an extended expression&lt;br /&gt;eject    Eject removable media&lt;br /&gt;enable   Enable and disable builtin shell commands&lt;br /&gt;env      Environment variables&lt;br /&gt;ethtool  Ethernet card settings&lt;br /&gt;eval     Evaluate several commands/arguments&lt;br /&gt;exec     Execute a command&lt;br /&gt;exit     Exit the shell&lt;br /&gt;expand   Convert tabs to spaces&lt;br /&gt;export   Set an environment variable&lt;br /&gt;expr     Evaluate expressions&lt;br /&gt;&lt;br /&gt;false    Do nothing, unsuccessfully&lt;br /&gt;fdformat Low-level format a floppy disk&lt;br /&gt;fdisk    Partition table manipulator for Linux&lt;br /&gt;fgrep    Search file(s) for lines that match a fixed string&lt;br /&gt;file     Determine file type&lt;br /&gt;find     Search for files that meet a desired criteria&lt;br /&gt;fmt      Reformat paragraph text&lt;br /&gt;fold     Wrap text to fit a specified width.&lt;br /&gt;for      Expand words, and execute commands&lt;br /&gt;format   Format disks or tapes&lt;br /&gt;free     Display memory usage&lt;br /&gt;fsck     File system consistency check and repair&lt;br /&gt;ftp      File Transfer Protocol&lt;br /&gt;function Define Function Macros&lt;br /&gt;&lt;br /&gt;gawk     Find and Replace text within file(s)&lt;br /&gt;getopts  Parse positional parameters&lt;br /&gt;grep     Search file(s) for lines that match a given pattern&lt;br /&gt;groups   Print group names a user is in&lt;br /&gt;gzip     Compress or decompress named file(s)&lt;br /&gt;&lt;br /&gt;hash     Remember the full pathname of a name argument&lt;br /&gt;head     Output the first part of file(s)&lt;br /&gt;history  Command History&lt;br /&gt;hostname Print or set system name&lt;br /&gt;&lt;br /&gt;id       Print user and group id's&lt;br /&gt;if       Conditionally perform a command&lt;br /&gt;import   Capture an X server screen and save the image to file&lt;br /&gt;install  Copy files and set attributes&lt;br /&gt;&lt;br /&gt;join     Join lines on a common field&lt;br /&gt;&lt;br /&gt;kill     Stop a process from running&lt;br /&gt;&lt;br /&gt;less     Display output one screen at a time&lt;br /&gt;let      Perform arithmetic on shell variables&lt;br /&gt;ln       Make links between files&lt;br /&gt;local    Create variables&lt;br /&gt;locate   Find files&lt;br /&gt;logname  Print current login name&lt;br /&gt;logout   Exit a login shell&lt;br /&gt;look     Display lines beginning with a given string&lt;br /&gt;lpc      Line printer control program&lt;br /&gt;lpr      Off line print&lt;br /&gt;lprint   Print a file&lt;br /&gt;lprintd  Abort a print job&lt;br /&gt;lprintq  List the print queue&lt;br /&gt;lprm     Remove jobs from the print queue&lt;br /&gt;ls       List information about file(s)&lt;br /&gt;lsof     List open files&lt;br /&gt;&lt;br /&gt;make     Recompile a group of programs&lt;br /&gt;man      Help manual&lt;br /&gt;mkdir    Create new folder(s)&lt;br /&gt;mkfifo   Make FIFOs (named pipes)&lt;br /&gt;mkisofs  Create an hybrid ISO9660/JOLIET/HFS filesystem&lt;br /&gt;mknod    Make block or character special files&lt;br /&gt;more     Display output one screen at a time&lt;br /&gt;mount    Mount a file system&lt;br /&gt;mtools   Manipulate MS-DOS files&lt;br /&gt;mv       Move or rename files or directories&lt;br /&gt;&lt;br /&gt;netstat  Networking information&lt;br /&gt;nice     Set the priority of a command or job&lt;br /&gt;nl       Number lines and write files&lt;br /&gt;nohup    Run a command immune to hangups&lt;br /&gt;&lt;br /&gt;passwd   Modify a user password&lt;br /&gt;paste    Merge lines of files&lt;br /&gt;pathchk  Check file name portability&lt;br /&gt;ping     Test a network connection&lt;br /&gt;popd     Restore the previous value of the current directory&lt;br /&gt;pr       Prepare files for printing&lt;br /&gt;printcap Printer capability database&lt;br /&gt;printenv Print environment variables&lt;br /&gt;printf   Format and print data&lt;br /&gt;ps       Process status&lt;br /&gt;pushd    Save and then change the current directory&lt;br /&gt;pwd      Print Working Directory&lt;br /&gt;&lt;br /&gt;quota    Display disk usage and limits&lt;br /&gt;quotacheck Scan a file system for disk usage&lt;br /&gt;quotactl Set disk quotas&lt;br /&gt;&lt;br /&gt;ram      ram disk device&lt;br /&gt;rcp      Copy files between two machines.&lt;br /&gt;read     read a line from standard input&lt;br /&gt;readonly Mark variables/functions as readonly&lt;br /&gt;remsync  Synchronize remote files via email&lt;br /&gt;return   Exit a shell function&lt;br /&gt;rm       Remove files&lt;br /&gt;rmdir    Remove folder(s)&lt;br /&gt;rsync    Remote file copy (Synchronize file trees)&lt;br /&gt;&lt;br /&gt;screen   Terminal window manager&lt;br /&gt;scp      Secure copy (remote file copy)&lt;br /&gt;sdiff    Merge two files interactively&lt;br /&gt;sed      Stream Editor&lt;br /&gt;select   Accept keyboard input&lt;br /&gt;seq      Print numeric sequences&lt;br /&gt;set      Manipulate shell variables and functions&lt;br /&gt;sftp     Secure File Transfer Program&lt;br /&gt;shift    Shift positional parameters&lt;br /&gt;shopt    Shell Options&lt;br /&gt;shutdown Shutdown or restart linux&lt;br /&gt;sleep    Delay for a specified time&lt;br /&gt;sort     Sort text files&lt;br /&gt;source   Run commands from a file `.'&lt;br /&gt;split    Split a file into fixed-size pieces&lt;br /&gt;ssh      Secure Shell client (remote login program)&lt;br /&gt;strace   Trace system calls and signals&lt;br /&gt;su       Substitute user identity&lt;br /&gt;sum      Print a checksum for a file&lt;br /&gt;symlink  Make a new name for a file&lt;br /&gt;sync     Synchronize data on disk with memory&lt;br /&gt;&lt;br /&gt;tail     Output the last part of files&lt;br /&gt;tar      Tape ARchiver&lt;br /&gt;tee      Redirect output to multiple files&lt;br /&gt;test     Evaluate a conditional expression&lt;br /&gt;time     Measure Program running time&lt;br /&gt;times    User and system times&lt;br /&gt;touch    Change file timestamps&lt;br /&gt;top      List processes running on the system&lt;br /&gt;traceroute Trace Route to Host&lt;br /&gt;trap     Run a command when a signal is set(bourne)&lt;br /&gt;tr       Translate, squeeze, and/or delete characters&lt;br /&gt;true     Do nothing, successfully&lt;br /&gt;tsort    Topological sort&lt;br /&gt;tty      Print filename of terminal on stdin&lt;br /&gt;type     Describe a command&lt;br /&gt;&lt;br /&gt;ulimit   Limit user resources&lt;br /&gt;umask    Users file creation mask&lt;br /&gt;umount   Unmount a device&lt;br /&gt;unalias  Remove an alias&lt;br /&gt;uname    Print system information&lt;br /&gt;unexpand Convert spaces to tabs&lt;br /&gt;uniq     Uniquify files&lt;br /&gt;units    Convert units from one scale to another&lt;br /&gt;unset    Remove variable or function names&lt;br /&gt;unshar   Unpack shell archive scripts&lt;br /&gt;until    Execute commands (until error)&lt;br /&gt;useradd  Create new user account&lt;br /&gt;usermod  Modify user account&lt;br /&gt;users    List users currently logged in&lt;br /&gt;uuencode Encode a binary file&lt;br /&gt;uudecode Decode a file created by uuencode&lt;br /&gt;&lt;br /&gt;v        Verbosely list directory contents (`ls -l -b')&lt;br /&gt;vdir     Verbosely list directory contents (`ls -l -b')&lt;br /&gt;vi       Text Editor&lt;br /&gt;&lt;br /&gt;watch    Execute/display a program periodically&lt;br /&gt;wc       Print byte, word, and line counts&lt;br /&gt;whereis  Report all known instances of a command  &lt;br /&gt;which    Locate a program file in the user's path.&lt;br /&gt;while    Execute commands&lt;br /&gt;who      Print all usernames currently logged in&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;whoami&lt;/span&gt;   Print the current user id and name (`id -un')&lt;br /&gt;&lt;span style="color: rgb(153, 51, 0);"&gt;Wget&lt;/span&gt;     Retrieve web pages or files via HTTP, HTTPS or FTP&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;xargs&lt;/span&gt;    Execute utility, passing constructed argument list(s)&lt;br /&gt;yes      Print a string until interrupted&lt;br /&gt;&lt;br /&gt;.period  Run commands from a file&lt;br /&gt;###      Comment / Remark&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-5742578301495447452?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/5742578301495447452/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=5742578301495447452' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/5742578301495447452'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/5742578301495447452'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/03/linux-commands.html' title='Linux commands'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-3421948405062921394</id><published>2007-03-08T03:52:00.000-08:00</published><updated>2007-03-08T03:54:32.649-08:00</updated><title type='text'>Ipod Linux</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_f6ZOgAVT6dA/Re_5IN-BrEI/AAAAAAAABUA/Whv17BL8BtA/s1600-h/Mpipod_withref_notrans.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_f6ZOgAVT6dA/Re_5IN-BrEI/AAAAAAAABUA/Whv17BL8BtA/s320/Mpipod_withref_notrans.jpg" alt="ipod linux" id="BLOGGER_PHOTO_ID_5039520427634961474" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;iPodLinux is a µCLinux-based software distribution targeted specifically to run on Apple Inc.'s iPods. Besides the kernel, iPodLinux features as a primary component podzilla and podzilla2, applications which provide:&lt;br /&gt;&lt;br /&gt;    * An iPod-like interface&lt;br /&gt;    * Video playback with sound&lt;br /&gt;    * Support for AAC, MP3 and basic OGG playback (4G &amp; 5G Music Player Daemon is malfunctional, but can be fixed).&lt;br /&gt;    * Many games, including TuxChess, Bluecube (Tetris clone), Chopper, StepMania (a Dance Dance Revolution clone) and more.&lt;br /&gt;    * Recording through audio jack at much higher quality than Apple's firmware&lt;br /&gt;    * Ability to play the games Doom and Doom II, as well as games for the Nintendo Game Boy (with appropriate add-on software, for instance iBoy).&lt;br /&gt;    * Color scheme support&lt;br /&gt;    * Many emulators, such as iBoy (Gameboy Emulator) and iNES (Nintendo Entertainment System Emulator)&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-3421948405062921394?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/3421948405062921394/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=3421948405062921394' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/3421948405062921394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/3421948405062921394'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/03/ipod-linux.html' title='Ipod Linux'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_f6ZOgAVT6dA/Re_5IN-BrEI/AAAAAAAABUA/Whv17BL8BtA/s72-c/Mpipod_withref_notrans.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-2867974813152893779</id><published>2007-03-08T03:46:00.000-08:00</published><updated>2007-03-08T03:51:22.263-08:00</updated><title type='text'>List of program for linux</title><content type='html'>&lt;span style="color: rgb(255, 0, 0);"&gt;General user&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * dd – Convert and copy a file (Disk Dump)&lt;br /&gt;   * echo – Print to standard output&lt;br /&gt;   * env – Show environment variables; run a program with altered environment variables&lt;br /&gt;   * file – Determine the type of a file&lt;br /&gt;   * nohup – Run a command with immunity to hangups outputting to non-tty&lt;br /&gt;   * sh – The Bourne shell, the standard Unix shell&lt;br /&gt;   * uptime – Print how long the system has been running&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;System Management&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * fuser – Identify processes by files or sockets&lt;br /&gt;   * logger – Make entries in the system log&lt;br /&gt;   * newgrp (or sg) – Log in to a new group&lt;br /&gt;   * pathchk – Check the validity/portability of filenames&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;Kernel specific&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * date – Print or set the system date and/or time&lt;br /&gt;   * dmesg – Print the kernel message ring buffer&lt;br /&gt;   * ipcrm – Remove a message queue, semaphore set or shared memory id&lt;br /&gt;   * ipcs – Provide information on IPC facilities&lt;br /&gt;   * uname – Print assorted system statistics&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;Processes and tasks management&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * anacron – Periodic command scheduler&lt;br /&gt;   * at – Single-time command scheduler&lt;br /&gt;   * chroot – Change the system root directory for all child processes&lt;br /&gt;   * cron – Periodic command scheduler&lt;br /&gt;   * crontab – Crontab file editor&lt;br /&gt;   * daemonic – Interface to daemon init scripts&lt;br /&gt;   * exit – Terminate the current shell process&lt;br /&gt;   * htop – Interactive ncurses-based process viewer that allows scrolling to see all processes and their full command lines&lt;br /&gt;   * kill – Send a signal to process, or terminate a process (by PID)&lt;br /&gt;   * killall – Terminate all processes (in GNU/Linux, it's kill by name)&lt;br /&gt;   * nice – Alter priorities for processes&lt;br /&gt;   * pgrep – Find PIDs of processes by name&lt;br /&gt;   * pidof – GNU/Linux equivalent of pgrep&lt;br /&gt;   * pkill – Send a signal to process, or terminate a process (by name). Equivalent to Linux killall&lt;br /&gt;   * ps – Report process status&lt;br /&gt;   * renice – Alter the priorities of an already running process&lt;br /&gt;   * sleep – Delay for specified time&lt;br /&gt;   * time – Time a command&lt;br /&gt;   * timex – Time process shell execution, measure process data and system activity&lt;br /&gt;   * top – Produce a dynamic list of all resident processes&lt;br /&gt;   * wait – Wait for the specified process&lt;br /&gt;   * watch – Runs the specified command repeatedly&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 153, 255);"&gt;Job Control&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * bg – Resume a job in background&lt;br /&gt;   * jobs – Lists active jobs&lt;br /&gt;   * fg – Resume a job in foreground&lt;br /&gt;&lt;br /&gt;User management and support&lt;br /&gt;&lt;br /&gt;   * chsh – Change user shell&lt;br /&gt;   * finger – Get details about user&lt;br /&gt;   * id – Print real/effective UIDs/GIDs&lt;br /&gt;   * last – show listing of last logged in users&lt;br /&gt;   * lastlog – show last log in information for users&lt;br /&gt;   * locale – Get locale specific information&lt;br /&gt;   * localedef – Compile locale definitions&lt;br /&gt;   * logname – Print user's login name&lt;br /&gt;   * man – Manual browser&lt;br /&gt;   * mesg – Control write access to your terminal&lt;br /&gt;   * passwd – Change user password&lt;br /&gt;   * su – Start a new process (defaults to shell) as a different user (defaults to root)&lt;br /&gt;   * sudo – execute a command as a different user.&lt;br /&gt;   * users – Show who is logged on (only users names)&lt;br /&gt;   * w – Show logged-in users and their current tasks&lt;br /&gt;   * whatis – command description from whatis database&lt;br /&gt;   * whereis – locates the command's binary and manual pages associated with it&lt;br /&gt;   * which (Unix) – locates where a command is executed from&lt;br /&gt;   * who – Show who is logged on (with some details)&lt;br /&gt;   * write – Send a message to another user&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 51, 255);"&gt;Terminal configuration&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * stty – Change and print terminal line settings&lt;br /&gt;   * tput – Initialize a terminal/query terminfo database&lt;br /&gt;   * tty – Print filename of terminal connected to standard input&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;Files and texts&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * info – The GNU alternative to man&lt;br /&gt;   * man – The standard unix documentation system&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;Filesystem Utilities&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * chattr – Change file attributes on a Linux second extended file system&lt;br /&gt;   * chgrp – Change the group of a file or directory&lt;br /&gt;   * chmod – Change the permissions of a file or directory&lt;br /&gt;   * chown – Change the owner of a file or directory&lt;br /&gt;   * cd – Change to another directory location&lt;br /&gt;   * cp – Copy a file or directory to another location&lt;br /&gt;   * df – Report disk space&lt;br /&gt;   * dircmp – Compare contents of files between two directories&lt;br /&gt;   * du – Calculate used disk space&lt;br /&gt;   * fdupes – Find or remove duplicate files within a directory&lt;br /&gt;   * find – Search for files through a directory hierarchy&lt;br /&gt;   * fsck – Filesystem check&lt;br /&gt;   * ln – Link one file/directory to another&lt;br /&gt;   * ls – List directory contents&lt;br /&gt;   * lsattr – List file attributes on a Linux second extended file system&lt;br /&gt;   * lsof – list open files&lt;br /&gt;   * mkdir – Make a directory&lt;br /&gt;   * mkfifo – Make a named pipe&lt;br /&gt;   * mount – Mount a filesystem&lt;br /&gt;   * mv – Move or rename a file or directory&lt;br /&gt;   * pwd – Print the current working directory&lt;br /&gt;   * rm – Delete a file or directory tree&lt;br /&gt;   * readlink – Display value of a symbolic link, or display canonical path for a file&lt;br /&gt;   * rmdir – Delete an empty directory&lt;br /&gt;   * touch – Create a new file or update its modification time&lt;br /&gt;   * tree – Print a depth-indented tree of a given directory&lt;br /&gt;   * unlink – System call to remove a file or directory&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 204, 204);"&gt;Archivers and compression&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * afio – Compatible superset of cpio with added functionality&lt;br /&gt;   * ar – Maintain, modify, and extract from archives. Now largely obsoleted by tar&lt;br /&gt;   * bzip2 – Block-sorting file compressor&lt;br /&gt;   * compress – Traditional compressor using the LZW algorithm&lt;br /&gt;   * cpio – A traditional archiving tool/format&lt;br /&gt;   * gzip – The gzip file compressor&lt;br /&gt;   * p7zip – 7zip for unix/linux&lt;br /&gt;   * pack, pcat, unpack – included in old versions of ATT Unix. Uses Huffman coding, obsoleted by compress.&lt;br /&gt;   * pax – POSIX archive tool that handles multiple formats.&lt;br /&gt;   * tar – Tape ARchiver, concatenates files&lt;br /&gt;   * uncompress – Uncompresses files compressed with compress.&lt;br /&gt;   * zcat – Prints files to stdout from gzip archives without unpacking them to separate file(s)&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 51);"&gt;Text Processing&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * awk – A pattern scanning and processing language&lt;br /&gt;   * banner – Creates ascii art version of an input string for printing large banners&lt;br /&gt;   * cat – Concatenate files to standard output&lt;br /&gt;   * cksum – Print the CRC checksum and bytecount of a file (see also MD5)&lt;br /&gt;   * cmp – Compare two files byte for byte&lt;br /&gt;   * comm – Sort two files and compare them line for line&lt;br /&gt;   * csplit – Split a file into sections determined by context lines&lt;br /&gt;   * cut – Remove sections from each line of a file or standard input&lt;br /&gt;   * diff3 – Compare one text file against two other files&lt;br /&gt;   * diff – Compare two text files line by line&lt;br /&gt;   * egrep – Extended pattern matching (synonym for "grep -E")&lt;br /&gt;   * expand – Convert tabs to spaces&lt;br /&gt;   * fc – Processes the command history list&lt;br /&gt;   * fgrep – Simplified pattern matching (synonym for "grep -F")&lt;br /&gt;   * fold – Wrap each input line to fit within the given width&lt;br /&gt;   * grep – Print lines matching a pattern&lt;br /&gt;   * head – Output the first parts of a file&lt;br /&gt;   * iconv – Convert the encoding of the specified files&lt;br /&gt;   * join – Join lines of two files on a common field&lt;br /&gt;   * less – Improved more-like text pager&lt;br /&gt;   * merge – Three way merge of files (see also paste)&lt;br /&gt;   * more – Pager&lt;br /&gt;   * nkf – Convert Japanese characters&lt;br /&gt;   * nl – Number the lines of a file&lt;br /&gt;   * nroff – Fixed-width (non-typesetter) version of the standard Unix typesetting system&lt;br /&gt;   * od – Dump files in various formats, e.g. octal&lt;br /&gt;   * paste – Merge lines of files&lt;br /&gt;   * patch – Change files based on a patch file&lt;br /&gt;   * rev – reverse lines of a file&lt;br /&gt;   * sed – Stream EDitor&lt;br /&gt;   * sort – Sort lines of text files&lt;br /&gt;   * split – Split a file into pieces&lt;br /&gt;   * tac – cat in reverse — displays files to standard output in reverse order starting at the end of the file&lt;br /&gt;   * tail – Output the tail end of files&lt;br /&gt;   * tee – Read from standard input, write to standard output and files&lt;br /&gt;   * tr – Translate characters&lt;br /&gt;   * tsort – Perform a topological sort&lt;br /&gt;   * unexpand – Convert spaces to tabs&lt;br /&gt;   * uniq – Remove duplicate lines from a sorted file&lt;br /&gt;   * uudecode – Decodes a binary file that was used for transmission using electronic mail&lt;br /&gt;   * uuencode – Encodes a binary file for transmission using electronic mail&lt;br /&gt;   * wc – Word/line/byte count&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;Text editors&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * acme – Bitmapped text editor and integrated development environment ported from the Plan 9 operating system with client-server design, by Rob Pike. This is the successor of sam.&lt;br /&gt;   * ed – Original line-oriented, regular-expression based Unix text editor&lt;br /&gt;   * ex – Line-oriented text editor from BSD Unix, originally derived from Unix ed, later augmented by a screen-oriented "visual" mode, creating vi; typically a symbolic link to vi (or vim) causing it to start up in line-editing mode&lt;br /&gt;   * GNU Emacs – Freely programmable full-screen text editor and general computing environment (using builtin Elisp, a simple dialect of the Lisp programming language)&lt;br /&gt;   * Joe – a screen-oriented text editor using a Wordstar-style command set&lt;br /&gt;   * Jove – a screen-oriented text editor using an Emacs-style command set&lt;br /&gt;   * MicroEMACS – a screen-oriented text editor using an Emacs-style command set&lt;br /&gt;   * nano – Clone of pico (see below)&lt;br /&gt;   * NEdit – A Motif based text editor for the X11 windowing system, remniscient of text editors on Mac or Windows systems&lt;br /&gt;   * nvi – "New" vi, unencumbered (no remaining original Unix code) reimplementation of ex/vi for the 4.4BSD operating system release&lt;br /&gt;   * pico – PIne's message COmposition editor (simple, easy to use screen editor)&lt;br /&gt;   * sam – Bitmapped text editor ported from the Plan 9 operating system with client-server design, by Rob Pike&lt;br /&gt;   * vi – "Visual" (screen-oriented) text editor (originally ex in screen-oriented "visual" mode)&lt;br /&gt;   * VILE – "Vi like Emacs", a vi-like text editor that has been derived from the MicroEMACS text editor&lt;br /&gt;   * vim – Vi IMproved, portable vi-compatible editor with multiple buffers, screen splitting, syntax highlighting and a lot of other features not found in standard ex/vi&lt;br /&gt;   * XEmacs – Popular version of emacs that is derived from GNU Emacs&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;Communication, networking and remote access&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * Apache webserver&lt;br /&gt;   * efax – integrated fax program&lt;br /&gt;   * ftp, sftp – File transfer protocol, secure FTP&lt;br /&gt;   * HylaFAX – Fax server&lt;br /&gt;   * netcat – "TCP/IP Swiss Army knife"&lt;br /&gt;   * NFS – Network filesystem&lt;br /&gt;   * OpenVPN – virtual private (encrypting) networking software&lt;br /&gt;   * Postfix — mail transfer agent&lt;br /&gt;   * rsh, SSH, telnet – Remote login&lt;br /&gt;   * Samba – SMB and CIFS client and server for UNIX&lt;br /&gt;   * Sendmail – popular E-Mail transport software&lt;br /&gt;   * talk – Talk to another logged-in user&lt;br /&gt;   * uustat – a Basic Networking Utilities (BNU) command that displays status information about several types of BNU operations&lt;br /&gt;   * uux – Remote command execution over UUCP&lt;br /&gt;&lt;br /&gt;Email programs (user agents)&lt;br /&gt;&lt;br /&gt;   * elm – (Once very popular) screen-oriented mail program&lt;br /&gt;   * mail – Original Unix email program&lt;br /&gt;   * mailx/Mail – Improved version of Unix mail from BSD Unix&lt;br /&gt;   * Mulberry – powerful graphical IMAP-centric e-mail client (Proprietary Software)&lt;br /&gt;   * Mutt – screen-oriented mail program&lt;br /&gt;   * Opera – Web browser and e-mail client (Proprietary Software)&lt;br /&gt;   * Pine – screen-oriented mail and news program, originally derived from elm&lt;br /&gt;   * Mozilla Thunderbird – Extensible e-mail client&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 51, 255);"&gt;Network system services&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * fingerd – a daemon for finger – a program used return a human-readable status report on either the system at the moment or a particular person in depth&lt;br /&gt;   * inetd – a daemon on many Unix systems that manages Internet services&lt;br /&gt;   * xinetd – replacement for inetd&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Network Utilities&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * dhclient – the DHCP client&lt;br /&gt;   * dhcpd – the DHCP daemon&lt;br /&gt;   * ifconfig – a tool used to configure a network interface for TCP/IP&lt;br /&gt;   * iwconfig – similar to ifconfig, but is dedicated to wireless networking interfaces&lt;br /&gt;   * ping – a network tool that tests of whether a particular host is up and reachable on the network&lt;br /&gt;   * pppd – Point-to-Point Protocol daemon&lt;br /&gt;   * tcpd – Secures programs launched from inetd&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;Network monitoring and security&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * Ethereal and tethereal – a feature rich protocol analyzer (now called Wireshark, see below)&lt;br /&gt;   * ettercap – a tool for network protocol analysis&lt;br /&gt;   * John the Ripper – password cracking software&lt;br /&gt;   * Nessus – a comprehensive open-source network vulnerability scanning program&lt;br /&gt;   * Netstat – displays a list of the active network connections the computer&lt;br /&gt;   * Nmap – free port scanning software&lt;br /&gt;   * SAINT – System Administrator’s Integrated Network Tool – Network Vulnerability Scanner.&lt;br /&gt;   * SATAN – the Security Administrator Tool for Analyzing Networks – a testing and reporting tool that collects information about networked hosts&lt;br /&gt;   * Snoop – Solaris packet sniffer&lt;br /&gt;   * Snort – an open source network intrusion detection system&lt;br /&gt;   * tcpdump – a computer network debugging tool that intercepts and displays TCP/IP packets being transmitted or received&lt;br /&gt;   * Wireshark – a protocol analyzer, or "packet sniffer", similar to tcpdump, that adds a GUI frontend, and more sorting and filtering options (formerly named Ethereal)&lt;br /&gt;&lt;br /&gt;Programming tools&lt;br /&gt;&lt;br /&gt;Script Interpreters&lt;br /&gt;&lt;br /&gt;Shells&lt;br /&gt;&lt;br /&gt;   * bash – Bourne Again SHell, (mostly) sh-compatible and csh-compatible, standard shell on Linux systems and Mac OS X.&lt;br /&gt;   * csh – C shell. Written by Bill Joy for BSD systems.&lt;br /&gt;   * ksh – Korn shell, standard shell on many proprietary Unix systems, powerful successor to the Unix Bourne shell (sh), written by David Korn,&lt;br /&gt;   * rc – originally written for Plan 9.&lt;br /&gt;   * sh – Bourne shell, only shell present on all UNIX and Unix-like systems, written by Stephen Bourne for Version 7 Unix.&lt;br /&gt;   * tcsh – TENEX C shell, standard shell on BSD systems.&lt;br /&gt;   * zsh – Z shell.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 153, 0);"&gt;Non-shells&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * awk – Standard Unix pattern scanning and text processing tool.&lt;br /&gt;   * perl – Perl scripting language.&lt;br /&gt;   * PHP – PHP scripting language.&lt;br /&gt;   * Python – Python scripting language.&lt;br /&gt;&lt;br /&gt;Compilers and Programming tools&lt;br /&gt;&lt;br /&gt;The classic UNIX environment includes a basic set of broadly available programming tools, but in the 21st century this classic environment is increasingly rare, as Unix-like operating system distributions diversify. Some include vastly more, and more modern and sophisticated, programming tools and environments, whereas others, focussing on serving a less technical audience, may exclude even the most rudimentary programming utilities. Commands most familiar to a prior generation of UNIX users include:&lt;br /&gt;&lt;br /&gt;   * admin – Administer SCCS files.&lt;br /&gt;   * as – GNU assembler tool.&lt;br /&gt;   * c99 – C programming language.&lt;br /&gt;   * cc – C compiler.&lt;br /&gt;   * cfront – C++ front-end compiler&lt;br /&gt;   * ctags – Generate tags file summarising location of objects in source files.&lt;br /&gt;   * dbx – (System V and BSD) Symbolic debugger.&lt;br /&gt;   * distcc – Tool for distributing compiles across multiple machines.&lt;br /&gt;   * f77 – Fortran 77 compiler.&lt;br /&gt;   * gcc – GNU Compiler Collection C frontend (also known as GNU C Compiler)&lt;br /&gt;   * gdb – GNU symbolic debugger.&lt;br /&gt;   * ktrace – (BSD) Analogous to strace.&lt;br /&gt;   * ld – Program linker.&lt;br /&gt;   * lex – Lexical scanner generator.&lt;br /&gt;   * ltrace – (Linux) Trace dynamic library calls in the address space of the watched process.&lt;br /&gt;   * m4 – Macro language.&lt;br /&gt;   * make – Automate builds.&lt;br /&gt;   * nm – List symbols from object files.&lt;br /&gt;   * rmdel – remove a delta from an SCCS file.&lt;br /&gt;   * size – return the size of the sections of an ELF file.&lt;br /&gt;   * strace – (Linux) or truss (Solaris) Trace system calls with their arguments and signals. Useful debugging tool, but does not trace calls outside the kernel, in the address space of the process(es) being watched.&lt;br /&gt;   * strip – Remove debugging symbols from object files.&lt;br /&gt;   * yacc – LALR parser generator.&lt;br /&gt;&lt;br /&gt;Scripting utilities&lt;br /&gt;&lt;br /&gt;   * basename – Returns the final component of a path&lt;br /&gt;   * batch – Runs jobs when the system load level permits&lt;br /&gt;   * false – Return a value that evaluates as False&lt;br /&gt;   * hash – Command that remembers or reports command path names&lt;br /&gt;   * printf – Format and print data&lt;br /&gt;   * strings – Print strings of printable characters found in a file&lt;br /&gt;   * test – Test an expression&lt;br /&gt;   * times&lt;br /&gt;   * true – Return a value that evaluates as True&lt;br /&gt;   * unset – Unsets a shell variable&lt;br /&gt;   * xargs – Build and execute command lines from standard input&lt;br /&gt;   * expr – Evaluate expressions&lt;br /&gt;&lt;br /&gt;User interfaces&lt;br /&gt;&lt;br /&gt;   * X11 – Graphical user interface (GUI)&lt;br /&gt;         o startx and xinit&lt;br /&gt;         o xterm&lt;br /&gt;&lt;br /&gt;Desktops/Graphical User Interfaces&lt;br /&gt;&lt;br /&gt;   * Blackbox and its variants (including Fluxbox and Waimea)&lt;br /&gt;   * CDE – Common Desktop Environment, most commonly found on proprietary UNIX systems&lt;br /&gt;   * Enlightenment – an open source window manager for the X Window System&lt;br /&gt;   * FVWM and its variant FVWM95, which has been modified to behave like Windows 95 Also FVWM-Crystal that aims to be eye candy&lt;br /&gt;   * GNOME – GNU Network Object Model Environment&lt;br /&gt;   * IceWM – ICE Window Manager&lt;br /&gt;   * Ion (window manager) – tiling and tabbing window manager for the X Window System. Designed for use without a mouse.&lt;br /&gt;   * JWM – Joe's Window Manager&lt;br /&gt;   * KDE – K Desktop Environment&lt;br /&gt;   * Quartz Compositor – Apple's GUI interface for the Darwin BSD based operating system Mac OS X&lt;br /&gt;   * Window Maker&lt;br /&gt;   * WMI – Window Manager Improved&lt;br /&gt;   * XFce – a desktop environment for Unix and other Unix-like platforms&lt;br /&gt;   * EDE&lt;br /&gt;&lt;br /&gt;Shells&lt;br /&gt;&lt;br /&gt;See Script Interpreters.&lt;br /&gt;&lt;br /&gt;Computer security&lt;br /&gt;&lt;br /&gt;Antivirus software&lt;br /&gt;&lt;br /&gt;   * ClamAV – E-mail virus scanner.&lt;br /&gt;&lt;br /&gt;Cryptography&lt;br /&gt;&lt;br /&gt;   * Enigmail – Graphical interface to gpg for Mozilla Application Suite and Mozilla Thunderbird.&lt;br /&gt;   * gpg – GNU Privacy Guard, a complete and free replacement for PGP (to do file and email encryption and signature).&lt;br /&gt;   * mcrypt -- Replacement for the legacy crypt program; can also make OpenPGP-compatible files.&lt;br /&gt;   * openssl – Secure Sockets Layer and general crypto library.&lt;br /&gt;   * pinepgp – Filters that enable pine to use signed/encrypted email.&lt;br /&gt;&lt;br /&gt;Package management software&lt;br /&gt;&lt;br /&gt;   * apt – Front-end for dpkg or rpm&lt;br /&gt;   * debconf – Debian package configuration management system&lt;br /&gt;   * dpkg – The Debian package manager&lt;br /&gt;   * drakconf – Front-end configuration utility for Mandriva Linux&lt;br /&gt;   * emerge – A frontend to portage&lt;br /&gt;   * pacman – A package manager used primarily by Arch Linux&lt;br /&gt;   * portage – The Gentoo Linux package manager&lt;br /&gt;   * rpm – Originally the package manager for Red Hat Linux, now used by several distributions including Mandriva Linux&lt;br /&gt;   * Synaptic – GTK+ frontend for the apt package manager. Primarily used by Ubuntu Linux, Debian Sarge, and other Debian-based systems; but usable on any system using apt.&lt;br /&gt;   * urpmi – Front-end to rpm, used by Mandriva Linux&lt;br /&gt;   * YaST - System management utility mainly used by SuSE&lt;br /&gt;   * yum - Front-end for rpm, used by Fedora&lt;br /&gt;&lt;br /&gt;OS X/Darwin specific programs&lt;br /&gt;&lt;br /&gt;   * defaults (software) – Access the Mac OS X user defaults system&lt;br /&gt;   * fink – The Fink package manager&lt;br /&gt;   * open – opens it's argument(s) in the GUI as if the user had double clicked&lt;br /&gt;   * osacompile – Compile AppleScripts and other OSA language scripts&lt;br /&gt;   * osalang – Information about installed OSA languages&lt;br /&gt;   * osascript – Execute AppleScripts and other OSA language scripts&lt;br /&gt;   * say – Convert text to audible speech&lt;br /&gt;&lt;br /&gt;Application software&lt;br /&gt;&lt;br /&gt;Office&lt;br /&gt;&lt;br /&gt;   * AbiWord&lt;br /&gt;   * Gnumeric&lt;br /&gt;   * KOffice&lt;br /&gt;   * OpenOffice.org&lt;br /&gt;&lt;br /&gt;Multimedia&lt;br /&gt;&lt;br /&gt;   * Amarok – Audio jukebox&lt;br /&gt;   * Ardour – Digital audio workstation for multitrack HD recording and editing&lt;br /&gt;   * Audacity – Sound recording and editing program&lt;br /&gt;   * Baudline – Audio recorder, analyzer, and player&lt;br /&gt;   * GIMP – Powerful image manipulation package&lt;br /&gt;   * GStreamer – Plugin-based multimedia framework&lt;br /&gt;   * ImageMagick – Image conversion library&lt;br /&gt;   * Inkscape – Vector graphics editor&lt;br /&gt;   * mpg123 – MP3 player&lt;br /&gt;   * MPlayer – General-purpose media player&lt;br /&gt;   * Netpbm – package of graphics programs and programming library&lt;br /&gt;   * Rhythmbox – Audio jukebox similar to Apple's iTunes&lt;br /&gt;   * Rosegarden – Powerful digital audio workstation&lt;br /&gt;   * SoX – Sound conversion tool&lt;br /&gt;   * Totem – Media player&lt;br /&gt;   * transcode – Flexible command-line media encoding tool&lt;br /&gt;   * VLC media player – Video player&lt;br /&gt;   * xine – Video Player&lt;br /&gt;   * XMMS – Winamp-like multimedia player&lt;br /&gt;&lt;br /&gt;Web browsers&lt;br /&gt;&lt;br /&gt;   * Dillo – Extremely light-weight web browser&lt;br /&gt;   * ELinks – Enhanced links&lt;br /&gt;   * Epiphany – Light-weight GNOME web browser&lt;br /&gt;   * Galeon – Light-weight old GNOME web browser&lt;br /&gt;   * Konqueror – KDE web browser&lt;br /&gt;   * Links – Console based web browser&lt;br /&gt;   * lynx – Console based web browser&lt;br /&gt;   * Mozilla Application Suite – Graphical cross platform web browser &amp; email client&lt;br /&gt;   * Mozilla Firefox – Extensible Web browser&lt;br /&gt;   * Opera – Web browser and e-mail client (Proprietary Software)&lt;br /&gt;   * w3m – Console based web browser&lt;br /&gt;&lt;br /&gt;Desktop Publishing&lt;br /&gt;&lt;br /&gt;   * groff – Traditional typesetting system&lt;br /&gt;   * LaTeX – Popular TeX macro package for higher-level typesetting&lt;br /&gt;   * lp – Print a file (on a line printer)&lt;br /&gt;   * Passepartout – Desktop publishing program&lt;br /&gt;   * pr – Convert text files for printing&lt;br /&gt;   * Scribus – Desktop publishing program&lt;br /&gt;   * TeX – Macro-based typesetting system&lt;br /&gt;   * troff – The original and standard Unix typesetting system&lt;br /&gt;&lt;br /&gt;Databases&lt;br /&gt;&lt;br /&gt;   * DB2&lt;br /&gt;   * Firebird&lt;br /&gt;   * MySQL&lt;br /&gt;   * Oracle&lt;br /&gt;   * PostgreSQL&lt;br /&gt;   * Progress Software&lt;br /&gt;   * SQLite&lt;br /&gt;   * Sybase&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 102);"&gt;Mathematical and scientific software&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   * maxima – Symbol manipulation program.&lt;br /&gt;   * octave – Numerical computing language (mostly compatible with Matlab) and environment.&lt;br /&gt;   * R – Statistical programming language.&lt;br /&gt;   * units – Unit conversion program.&lt;br /&gt;&lt;br /&gt;Desktop utilities&lt;br /&gt;&lt;br /&gt;   * bc – An arbitrary precision calculator language with syntax similar to the C programming language.&lt;br /&gt;   * cal – Displays a calendar&lt;br /&gt;   * dc – Reverse-Polish desk calculator which supports unlimited precision arithmetic&lt;br /&gt;   * fortune – Fortune cookie program that prints a random quote&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-2867974813152893779?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/2867974813152893779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=2867974813152893779' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/2867974813152893779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/2867974813152893779'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/03/list-of-program-for-linux.html' title='List of program for linux'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-7510267300383362656</id><published>2007-03-07T07:49:00.000-08:00</published><updated>2007-03-07T07:51:03.151-08:00</updated><title type='text'>Fedora on PS3</title><content type='html'>Fedora linux run on PS3 very nice &lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="350"&gt;&lt;param name="movie" value="http://www.youtube.com/v/NnAn3h7kTM4"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/NnAn3h7kTM4" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-7510267300383362656?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/7510267300383362656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=7510267300383362656' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/7510267300383362656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/7510267300383362656'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/03/fedora-on-ps3.html' title='Fedora on PS3'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-5429935324702007718</id><published>2007-03-06T13:57:00.000-08:00</published><updated>2007-03-06T14:03:37.729-08:00</updated><title type='text'>BSD ''Berkeley Software Distribution''</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_f6ZOgAVT6dA/Re3lHxXgqeI/AAAAAAAABT4/Rm1oIItfnxs/s1600-h/bsd-logo.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_f6ZOgAVT6dA/Re3lHxXgqeI/AAAAAAAABT4/Rm1oIItfnxs/s320/bsd-logo.png" alt="bsd logo" id="BLOGGER_PHOTO_ID_5038935479771245026" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Berkeley Software Distribution&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;"BSD" redirects here. For other uses, see BSD (disambiguation).&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;BSD Unix Beastie, the BSD daemon by Poul-Henning Kamp&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;Website:     N/A&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;Company/&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;developer:     CSRG, UC Berkeley&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;OS family:     Unix&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;Source model:     Open source&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;Latest stable release:     4.4-Lite2 / 1995&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;Kernel type:     Monolithic&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;License:     BSD license&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;Working state:     Superseded by derivatives (see below)&lt;/span&gt;  &lt;span style="color: rgb(0, 0, 0);"&gt;Berkeley Software Distribution (BSD, sometimes called Berkeley Unix) is the Unix derivative distributed by the University of California, Berkeley, starting in the 1970s. The name is also used collectively for the modern descendants of these distributions.&lt;/span&gt;  &lt;span style="color: rgb(0, 0, 0);"&gt;BSD is one of several branches of Unix operating systems. Another one is evolved from UNIX System V developed by AT&amp;T's Unix System Development Labs. A third consists of the GNU/Linux operating systems which draw from Unix System V and BSD, as well as Plan9, and non-UNIX operating systems.&lt;/span&gt;  &lt;span style="color: rgb(0, 0, 0);"&gt;BSD was widely identified with the versions of Unix available for workstation-class systems. This can be attributed to the ease with which it could be licensed and the familiarity it found among the founders of many technology companies during the 1980s. This familiarity often came from using similar systems—notably DEC's Ultrix and Sun's SunOS—during their education. While BSD itself was largely superseded by the System V Release 4 and OSF/1 systems in the 1990s (both of which incorporated BSD code), in recent years modified open source versions of the codebase (mostly derived from 4.4BSD-Lite) have seen increasing use and development.&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;Contents&lt;br /&gt;&lt;br /&gt;The earliest distributions of Unix from Bell Labs in the 1970s included the source code to the operating system, allowing researchers at universities to modify and extend Unix. The first Unix system at Berkeley was a PDP-11 installed in 1974, and the computer science department used it for extensive research thereafter.&lt;br /&gt;&lt;br /&gt;Other universities became interested in the software at Berkeley, and so in 1977 Bill Joy, then a graduate student at Berkeley, assembled and sent out tapes of the first Berkeley Software Distribution (1BSD). 1BSD was an add-on to Sixth Edition Unix rather than a complete operating system in its own right; its main components were a Pascal compiler and Joy's ex line editor.&lt;br /&gt;&lt;br /&gt;The Second Berkeley Software Distribution (2BSD), released in 1978, included updated versions of the 1BSD software as well as two new programs by Joy that persist on Unix systems to this day: the vi text editor (a visual version of ex) and the C shell.&lt;br /&gt;&lt;br /&gt;Later releases of 2BSD contained ports of changes to the VAX-based releases of BSD back to the PDP-11 architecture. 2.9BSD from 1983 included code from 4.1cBSD, and was the first release that was a full OS (a modified Version 7 Unix) rather than a set of applications and patches. The most recent release, 2.11BSD, was first released in 1992, with maintenance updates from volunteers continuing until 2006 (patch 445 was released on December 26, 2006).&lt;br /&gt;BSD pioneered many of the advances of modern computing. Berkeley's Unix was the first Unix to include libraries supporting the Internet Protocol stacks: Berkeley sockets. By integrating sockets with the Unix operating system's file descriptors, it became almost as easy to read and write data across a network as it was to access a disk. The AT&amp;T laboratory eventually released their own STREAMS library, which incorporated much of the same functionality in a software stack with a better architecture, but the wide distribution of the existing sockets library, together with the unfortunate omission of a function call for polling a set of open sockets equivalent to the select call in the Berkeley library, reduced the impact of the new API.&lt;br /&gt;&lt;br /&gt;Today, BSD continues to be used as a testbed for technology by academic organizations, as well as finding uses in a lot of commercial and free products and, increasingly, in embedded devices. The general quality of its source code, as well as its documentation (especially reference manual pages, commonly referred to as man pages), make it well-suited for many purposes.&lt;br /&gt;&lt;br /&gt;The permissive nature of the BSD license allows companies to distribute derived products as proprietary software without exposing source code and sometimes intellectual property to competitors. Searching for strings containing "University of California, Berkeley" in the documentation of products, in the static data sections of binaries and ROMs, or as part of other information about a software program, will often show BSD code has been used. This permissiveness also makes BSD code suitable for use in open source products, and the license is compatible with many other open source licenses.&lt;br /&gt;&lt;br /&gt;BSD operating systems can run much native software of several other operating systems on the same architecture, using a binary compatibility layer. Much simpler and faster than emulation, this allows, for instance, applications intended for Linux to be run at effectively full speed. This makes BSDs not only suitable for server environments, but also for workstation ones, given the increasing availability of commercial or closed-source software for Linux only. This also allows administrators to migrate legacy commercial applications, which may have only supported commercial Unix variants, to a more modern operating system, retaining the functionality of such applications until they can be replaced by a better alternative.&lt;br /&gt;&lt;br /&gt;Current BSD operating system variants support many of the common IEEE, ANSI, ISO, and POSIX standards, while retaining most of the traditional BSD behavior. Like AT&amp;amp;T Unix, the BSD kernel is monolithic, meaning that device drivers in the kernel run in privileged mode, as part of the core of the operating system. Early versions of BSD were used to form Sun Microsystems' SunOS, founding the first wave of popular Unix workstations.&lt;br /&gt;&lt;br /&gt;   * FreeBSD, a major open source effort focusing on performance and the x86 platform&lt;br /&gt;   * NetBSD, an open source BSD with an emphasis on portability and clean design&lt;br /&gt;   * OpenBSD, a 1995 fork of NetBSD, focuses on portability, security, standardization and correctness&lt;br /&gt;   * DragonFly BSD, a fork of FreeBSD to follow an alternative design, particularly related to SMP&lt;br /&gt;   * MidnightBSD, a fork of FreeBSD to develop a desktop operating system utilizing GNUstep.&lt;br /&gt;   * PC-BSD, a variant of FreeBSD with emphasis on ease of use and user friendly interfaces for the desktop/laptop PC user&lt;br /&gt;   * DesktopBSD, another custom install of FreeBSD for the desktop/laptop PC user. It provides a number of graphical front ends to make learning FreeBSD less of a challenge.&lt;br /&gt;   * Tru64 UNIX (formerly DEC OSF/1 AXP or Digital UNIX), the port of OSF/1 for DEC Alpha-based systems from DEC, Compaq and HP.&lt;br /&gt;   * Apple Inc.'s Darwin, the core of Mac OS X; built on the XNU kernel (part Mach, part FreeBSD, part Apple-derived code) and a userland much of which comes from FreeBSD&lt;br /&gt;   * Juniper Networks JunOS, the operating system for Juniper routers&lt;br /&gt;   * Force10 Networks FTOS, the operating system for Force10 TeraScale E-Series switches/routers, based on NetBSD&lt;br /&gt;   * Nokia IPSO, the operating system for the Nokia IP security appliances&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-5429935324702007718?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/5429935324702007718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=5429935324702007718' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/5429935324702007718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/5429935324702007718'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/03/bsd-berkeley-software-distribution.html' title='BSD &apos;&apos;Berkeley Software Distribution&apos;&apos;'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_f6ZOgAVT6dA/Re3lHxXgqeI/AAAAAAAABT4/Rm1oIItfnxs/s72-c/bsd-logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-3999951526561189102</id><published>2007-03-05T13:27:00.000-08:00</published><updated>2007-03-05T13:34:07.563-08:00</updated><title type='text'>Ubuntu</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_f6ZOgAVT6dA/ReyMciu5vrI/AAAAAAAABTw/bVqRs6BHYx0/s1600-h/start.bmp"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_f6ZOgAVT6dA/ReyMciu5vrI/AAAAAAAABTw/bVqRs6BHYx0/s320/start.bmp" alt="ubuntu logo" id="BLOGGER_PHOTO_ID_5038556505108496050" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Ubuntu (Linux distribution)&lt;br /&gt;From Wikipedia, the free encyclopedia&lt;br /&gt;Jump to: navigation, search&lt;br /&gt;Ubuntu&lt;br /&gt;&lt;br /&gt;Ubuntu 6.10 "Edgy Eft" running GNOME.&lt;br /&gt;Website:  http://www.ubuntu.com/&lt;br /&gt;Company/&lt;br /&gt;developer:  Canonical Ltd. / Ubuntu Foundation&lt;br /&gt;OS family:  Linux&lt;br /&gt;Source model:  Free and Open Source Software&lt;br /&gt;Latest stable release:  6.10 / October 26, 2006&lt;br /&gt;Latest unstable release:  Feisty Fawn Herd 5 [1] / February 15, 2007&lt;br /&gt;Available language(s):  multilingual&lt;br /&gt;Update method:  APT&lt;br /&gt;Package manager:  dpkg&lt;br /&gt;Supported platforms:  i386, AMD64, PowerPC, UltraSPARC[1]&lt;br /&gt;Kernel type:  Linux kernel&lt;br /&gt;Default user interface:  GNOME&lt;br /&gt;Working state:  Current&lt;br /&gt;&lt;br /&gt;Ubuntu (IPA pronunciation: /u'buntu/) is a widely used Linux distribution predominantly targeted at personal computers. Based on Debian GNU/Linux, Ubuntu concentrates on usability, regular releases, ease of installation, and freedom from legal restrictions. Ubuntu is sponsored by Canonical Ltd., a private company founded by South African entrepreneur Mark Shuttleworth.&lt;br /&gt;&lt;br /&gt;The name of the distribution comes from the Zulu and Xhosa concept of ubuntu, which means, "humanity towards others," or, "I am what I am because of who we all are." Ubuntu’s slogan – “Linux for Human Beings”, encapsulates one of its main goals – making Linux more available and easy to use.&lt;br /&gt;&lt;br /&gt;The most recent version, Ubuntu 6.10 (Edgy Eft), was released on October 26, 2006. Version 7.04 (Feisty Fawn) is scheduled for release on 19 April 2007.&lt;br /&gt;&lt;br /&gt;The original name of the Ubuntu project was no-name-yet.com.[3]&lt;br /&gt;&lt;br /&gt;Ubuntu's first release on October 20, 2004 began as a temporary fork of Debian GNU/Linux, with the aim of drawing from Debian's code regularly in order to allow for a new version of Ubuntu to be released every six months,[4] in step with the six month GNOME release cycle. In contrast to other general-purpose forks of Debian such as Xandros, Linspire and Libranet, Canonical remains close to Debian's philosophy with Ubuntu and uses predominantly free software rather than making the inclusion of proprietary applications part of their business model.[5]&lt;br /&gt;&lt;br /&gt;Ubuntu uses Debian's Advanced Packaging Tool to manage installed packages. Ubuntu packages are generally based on packages from Debian's unstable repository; however, they are not always compatible with each other. Several Ubuntu developers are also maintainers of packages within Debian's repositories, and Ubuntu changes are contributed back to Debian as they are made, rather than being announced only at release time.[6] Ian Murdock, the founder of Debian, criticised Ubuntu in April 2005 for incompatibilities between its packages and those of Debian sarge, saying that Ubuntu had diverged too far to remain compatible.[7]&lt;br /&gt;&lt;br /&gt;Bugs in Ubuntu are tracked through the Launchpad web interface, which integrates with the Bazaar version control system in a similar way to SourceForge's integration with CVS.&lt;br /&gt;&lt;br /&gt;Ubuntu is currently funded by Mark Shuttleworth through Canonical Ltd. On July 8, 2005, Canonical announced the creation of the Ubuntu Foundation and provided an initial funding of US$10 million. The purpose of the foundation is to ensure the support and development for all future versions of Ubuntu, but as of 2006, the foundation remains dormant. Shuttleworth describes the foundation as an emergency fund should Canonical's involvement end&lt;br /&gt;Usability&lt;br /&gt;&lt;br /&gt;Ubuntu is based on the GNOME desktop environment, which is intended to provide a free, simple and intuitive interface while offering a full range of modern desktop applications.[9] While Ubuntu distributes common productivity software including OpenOffice.org, the Mozilla Firefox web browser and the GIMP image editor, it aims to avoid overlap in its default feature set rather than providing many different choices of similar packages.&lt;br /&gt;&lt;br /&gt;After the initial Ubuntu installation, the user is greeted with a pale brown desktop which contains no desktop icons by default. General desktop applications are located under the Applications menu, an easy to use desktop launcher menu. Open windows can be viewed on the taskbar along the bottom of the screen. The default user interface in Ubuntu is characterized by shades of orange and brown, imitating African tribal imagery. The user retains the option to customize the look and behavior of the desktop in a variety of ways. Ubuntu is available in over 40 languages. It also allows users to submit additional translations by using the Rosetta Translation tool.[10]&lt;br /&gt;&lt;br /&gt;Ubuntu's focus on usability includes the widespread use of the sudo tool, which allows users to carry out administrative tasks without initiating a potentially unsafe superuser session.&lt;br /&gt;&lt;br /&gt;Distribution&lt;br /&gt;&lt;br /&gt;Ubuntu ships as an ISO image that fits on a single CD or alternatively, in the case of the older version 6.06 LTS, mailed free to anyone requesting them via Canonical's ShipIt service.[12] This is intended to reduce the amount of time it takes to download Ubuntu and the possibility of losing part of the installation software. Many Linux distributions necessitate the downloading of multiple iso images and hours of installation process, while Ubuntu is one of the few distributions that can be installed quickly, and from a single CD.&lt;br /&gt;&lt;br /&gt;Since version 6.06 LTS, Ubuntu's disc has served both as a Live CD and an install disc. This disc boots into a fully featured desktop, allowing the user to see whether his or her hardware is compatible and experiment with the applications available. The CD also allows the user to install Ubuntu to the hard disk using the Ubiquity application, and preserves documents created on the live desktop. An alternate install disc using the text-mode debian-installer is also available, aimed towards those with lower system specifications, towards administrators installing Ubuntu on many systems, and for complex disk partitioning.&lt;br /&gt;&lt;br /&gt;There are two types of releases: one for desktop and laptop computers and one for servers. The desktop and laptop version is available for Intel x86 PCs, 64-bit AMD64 PCs, and PowerPC Macintosh computers. The server edition is available for these platforms in addition to SPARC and does not ship as a Live CD (using the text-mode installer exclusively).&lt;br /&gt;&lt;br /&gt;Package classification and support&lt;br /&gt;Browsing Ubuntu core packages in Synaptic.&lt;br /&gt;Browsing Ubuntu core packages in Synaptic.&lt;br /&gt;&lt;br /&gt;Ubuntu divides all software into four sections, called components, to reflect differences in licensing and level of support available.[13] The components are Main, Restricted, Universe and Multiverse.&lt;br /&gt;&lt;br /&gt;Main and Universe contain software which meets the Ubuntu license requirements, which correspond roughly to the Debian Free Software Guidelines.[14] Main may also contain binary firmware and selected fonts used in supported software that cannot be modified without permission. In all cases, redistribution is unencumbered.&lt;br /&gt;&lt;br /&gt;Non-free device drivers remain in the Restricted component, where support is present because of their importance, but limited due to lack of, or limited, access to the source code.&lt;br /&gt;&lt;br /&gt;It is intended that Main and Restricted contain all software needed for a general-use desktop operating system. Other, unsupported programs are placed in Universe (free) and Multiverse (Non-free). Multiverse contains software packages which may infringe on U.S. and international patent or copyright law. Examples of these include software that enables the playback of patented media formats. Due to the questionable legal status of unofficial DVD-decoding in some parts of the world, Libdvdcss was removed from Ubuntu's official repository, but can still be downloaded at the VideoLAN Project's website.[15] Encoding and decoding libraries for many proprietary media formats such as Windows Media are also unavailable by default.[16]&lt;br /&gt;&lt;br /&gt;Ubuntu Backports is an officially recognized project to backport newer versions of certain software that are available only in unstable versions of Ubuntu. The repository is not comprehensive; it mostly consists of user-requested packages, which are approved if they meet quality guidelines.[17]&lt;br /&gt;&lt;br /&gt;Unofficial utilities such as EasyUbuntu and Automatix aim to automate the installation and configuration of software which is not officially packaged for Ubuntu for legal or philosophical reasons. They are not recommended by the Ubuntu development team and have been accused of breaking updates.[18]&lt;br /&gt;&lt;br /&gt;Ubuntu has a certification system for third-party proprietary software, and Canonical manages a special repository for certified proprietary packages named Commercial,[19] which includes software that Canonical has obtained special permission to distribute.[20] As of this writing, the repository includes the Opera web browser and the RealPlayer media player.&lt;br /&gt;&lt;br /&gt;next realase of ubuntu is 07.04.2007.  name of this Ubuntu 7.04&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-3999951526561189102?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/3999951526561189102/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=3999951526561189102' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/3999951526561189102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/3999951526561189102'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/03/ubuntu.html' title='Ubuntu'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_f6ZOgAVT6dA/ReyMciu5vrI/AAAAAAAABTw/bVqRs6BHYx0/s72-c/start.bmp' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-8592843883822115542</id><published>2007-02-16T15:28:00.000-08:00</published><updated>2007-02-17T08:45:22.164-08:00</updated><title type='text'>Linutop</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_f6ZOgAVT6dA/RdY_KfWGQ7I/AAAAAAAAADA/m_ZpA1PWSSI/s1600-h/linutop_desk.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_f6ZOgAVT6dA/RdY_KfWGQ7I/AAAAAAAAADA/m_ZpA1PWSSI/s320/linutop_desk.jpg" alt="linutop" id="BLOGGER_PHOTO_ID_5032279083078534066" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;strong&gt; Linutop&lt;/strong&gt;   is a Linux-based diskless computer. It offers a completely silent, low-power operation in an extremely small packagen.&lt;br /&gt;&lt;br /&gt;Lintop is ideal for Internet usage and office work.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="font-size:85%;"&gt;Specifications:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;- AMD Geode&lt;br /&gt;- 512 MB ROM&lt;br /&gt;- 256 MB RAM&lt;br /&gt;- 4x USB 2.0 ports&lt;br /&gt;- audio in &amp; out&lt;br /&gt;- 100baseT Ethernet&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_f6ZOgAVT6dA/RdY_bPWGQ8I/AAAAAAAAADI/uRcnTBc9fbo/s1600-h/linutop.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 301px; height: 182px;" src="http://3.bp.blogspot.com/_f6ZOgAVT6dA/RdY_bPWGQ8I/AAAAAAAAADI/uRcnTBc9fbo/s320/linutop.jpg" alt="linutop linux" id="BLOGGER_PHOTO_ID_5032279370841342914" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;- VGA output&lt;br /&gt;- Size: 9.3 x 2.7 x 15 cm&lt;br /&gt;- Weight: 280 gr&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;Expandability:&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt; - USB2 Wifi connection, Flat panel&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;Software:&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;  - Firefox Web browser&lt;br /&gt;- Gaim instant messenger&lt;br /&gt;- Totem media player&lt;br /&gt;- AbiWord Word Processor&lt;br /&gt;- Evince PDF reader&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-8592843883822115542?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/8592843883822115542/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=8592843883822115542' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/8592843883822115542'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/8592843883822115542'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/02/lintop.html' title='Linutop'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_f6ZOgAVT6dA/RdY_KfWGQ7I/AAAAAAAAADA/m_ZpA1PWSSI/s72-c/linutop_desk.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-8613528939649416610</id><published>2007-02-14T15:15:00.000-08:00</published><updated>2007-02-16T04:26:14.111-08:00</updated><title type='text'>Linux 2.6.20 changelog</title><content type='html'>Linux 2 6 20&lt;br /&gt;&lt;br /&gt;Contents&lt;br /&gt;&lt;br /&gt;  1. Short overview (for news sites, etc)&lt;br /&gt;  2. Important things (AKA: ''the cool stuff'')&lt;br /&gt;        1. Sony Playstation 3 support&lt;br /&gt;        2. Virtualization support through KVM&lt;br /&gt;        3. Paravirtualization support for i386&lt;br /&gt;        4. Relocatable kernel support for x86&lt;br /&gt;        5. Fault injection&lt;br /&gt;        6. IO Accounting&lt;br /&gt;        7. Relative atime support&lt;br /&gt;        8. UDP-Lite support&lt;br /&gt;        9. Generic HID layer&lt;br /&gt;       10. Sleazy FPU optimization&lt;br /&gt;       11. Use 'regparm' in x86-32&lt;br /&gt;       12. round_jiffies() infrastructure&lt;br /&gt;       13. New drivers&lt;br /&gt;  3. Various core changes&lt;br /&gt;  4. Architecture-specific changes&lt;br /&gt;  5. Filesystems&lt;br /&gt;  6. Networking&lt;br /&gt;  7. Various subsystems&lt;br /&gt;        1. Software suspend&lt;br /&gt;        2. Crypto&lt;br /&gt;        3. CPUFREQ&lt;br /&gt;        4. DM&lt;br /&gt;        5. SELinux&lt;br /&gt;  8. Drivers&lt;br /&gt;        1. Graphics&lt;br /&gt;        2. Sound&lt;br /&gt;        3. V4L/DVB&lt;br /&gt;        4. libata&lt;br /&gt;        5. SCSI&lt;br /&gt;        6. Input drivers&lt;br /&gt;        7. Networking devices&lt;br /&gt;        8. USB&lt;br /&gt;        9. Hwmon&lt;br /&gt;       10. Watchdog&lt;br /&gt;       11. I2C&lt;br /&gt;       12. PCMCIA&lt;br /&gt;       13. MMC&lt;br /&gt;       14. IPMI&lt;br /&gt;       15. RTC&lt;br /&gt;       16. Firewire&lt;br /&gt;       17. Various&lt;br /&gt;&lt;br /&gt;Short overview (for news sites, etc)&lt;br /&gt;&lt;br /&gt;With 2.6.20, Linux joins the virtualization trend. This release adds two virtualization implementations: A full-virtualization implementation that uses Intel/AMD hardware virtualization capabilities called KVM (http://kvm.sourceforge.net) and a paravirtualization implementation (http://lwn.net/Articles/194543) that can be used by different hypervisors (Rusty's lguest; Xen and VMWare in the future, etc). This release also adds initial Sony Playstation 3 support, a fault injection debugging feature (http://lwn.net/Articles/209257), UDP-lite support, better per-process IO accounting, relative atime, support for using swap files for suspend users, relocatable x86 kernel support for kdump users, small microoptimizations in x86 (sleazy FPU, regparm, support for the Processor Data Area, optimizations for the Core 2 platform), a generic HID layer, DEEPNAP power savings for PPC970, lockless radix-tree readside, shared pagetables for hugetbl, ARM support for the AT91 and iop13xx processors, full NAT for nf_conntrack and many other things.&lt;br /&gt;&lt;br /&gt;Important things (AKA: ''the cool stuff'')&lt;br /&gt;&lt;br /&gt;Sony Playstation 3 support&lt;br /&gt;&lt;br /&gt;You may like the Wii or the 360 more, but only the PS3 is gaining official Linux support, written by Sony engineers. Note that the support at this time is incomplete (apparently enabling it will not boot on a stock PS3) and it doesn't support the devices included like the graphics card, etc.&lt;br /&gt;&lt;br /&gt;Virtualization support through KVM&lt;br /&gt;&lt;br /&gt;KVM (project page) adds a driver for Intel's and AMD's hardware virtualization extensions to the x86 architecture (KVM will not work in CPUs without virtualization capabilities). See the Virtualization wiki for more information about virtualization in Linux&lt;br /&gt;&lt;br /&gt;The driver adds a character device (/dev/kvm) that exposes the virtualization capabilities to userspace. Using this driver, a process can run a virtual machine (a "guest") in a fully virtualized PC containing its own virtual hard disks, network adapters, and display. Each virtual machine is a process on the host; a virtual CPU is a thread in that process. kill(1), nice(1), top(1) work as expected. In effect, the driver adds a third execution mode to the existing two: we now have kernel mode, user mode, and guest mode. Guest mode has its own address space mapping guest physical memory (which is accessible to user mode by mmap()ing /dev/kvm). Guest mode has no access to any I/O devices; any such access is intercepted and directed to user mode for emulation.&lt;br /&gt;&lt;br /&gt;32 and 64 bits guests are supported (but not x86-64 guests on x86-32 hosts!). For i386 guests and hosts, both pae and non-pae paging modes are supported. SMP hosts and UP guests are supported, SMP guests aren't (support will be added in the future). You also can start multiple virtual machines in a host. Performance currently is non-stellar, it will be improved by a lot with the future inclusion of KVM paravirtualization KVM support.&lt;br /&gt;&lt;br /&gt;The Windows install currently bluescreens due to a problem with the virtual APIC, a fix is being worked on and will be added in future releases. A temporary workaround is to use an existing image or install through qemu - Windows 64-bit does not work either&lt;br /&gt;&lt;br /&gt;Paravirtualization support for i386&lt;br /&gt;&lt;br /&gt;Paravirtualization is the act of running a guest operating system, under control of a host system, where the guest has been ported to a virtual architecture which is almost like the hardware it is actually running on. This technique allows full guest systems to be run in a relatively efficient manner (continue reading this LWN article for more information). This allows to link different hypervisors (lguest/lhype/rustyvisor implements a hypervisor in 6.000 lines; Xen and Vmware will be probably ported to this framework some day). There are limitations like no SMP support yet; this feature will evolve a lot with the time&lt;br /&gt;&lt;br /&gt;Relocatable kernel support for x86&lt;br /&gt;&lt;br /&gt;This feature (enabled with CONFIG_RELOCATABLE) isn't very noticeable for end-users but it's quite interesting from a kernel POV. Until now, it was a requirement that a i386 kernel was loaded at a fixed memory address in order to work, loading it in a different place wouldn't work. This feature allows to compile a kernel that can be loaded at different 4K-aligned addresses, but always below 1 GB, with no runtime overhead. Kdump users (a feature introduced in 2.6.13 that it triggers kexec in a kernel crash in order to boot a kernel that has been previously loaded at a 'empty' address, then runs that kernel, saves the memory where the crashed kernel was placed, dumps it in a file and continues booting the system) will benefit from this because until now the "rescue kernel" need to be compiled with different configuration options in order to make it bootable at a different address. With a relocatable kernel, the same kernel can be boot at different addresses.&lt;br /&gt;&lt;br /&gt;Fault injection&lt;br /&gt;&lt;br /&gt;This is a debugging feature that 'injects' failures in several layers in the kernel (kmalloc() failures, alloc_pages() failures, disk IO errors). By 'injecting' them on purpose, a developer can test how their code reacts to errors that are very difficult to find in the real world, where things does not fail so often. For example, a filesystem could not be handling correctly an error triggered by a broken hard disk. Because those error code paths are exercised very rarely the code may contain bugs that could be hit by an user some day. This feature 'injects' those errors on purpose so testing can find bugs much faster. Enabled by the following configuration options: CONFIG_FAILSLAB, CONFIG_PAGE_ALLOC and CONFIG_MAKE_REQUEST. If you also want to configure them via debugfs you must enable CONFIG_FAULT_INJECTION_DEBUG_FS. Here is a LWN article about it; and the documentation is here.&lt;br /&gt;&lt;br /&gt;IO Accounting&lt;br /&gt;&lt;br /&gt;The present per-task IO accounting isn't very useful. It simply counts the number of bytes passed into read() and write(). So if a process reads 1MB from an already-cached file, it is accused of having performed 1MB of I/O, which is 'wrong'. So this IO accounting implements per-process statistics of "storage I/O" (i.e.: I/O that _really_ does I/O on the storage device - Linux already had I/O storage statistics but it's not per-task). The data is reported through taskstats and procfs (/proc/$PID/io)&lt;br /&gt;Relative atime support&lt;br /&gt;&lt;br /&gt;'Atime' is the 'Access time' field of a file: When a process reads a file, its atime is updated. Disabling atime updates, with the 'noatime' mount flag, is probably the most used performance tweak that Linux administrators use: An active server is continually reading files, generating lots of atime updates, which translate to metadata updates that the filesystem must write to disk. And writing those updates can seriously damage your performance. Believe it or not, a busy server like kernel.org (vsftpd + apache workload) cut their load average in half just by mounting their filesystems with 'noatime'.&lt;br /&gt;&lt;br /&gt;Relative atime ('relatime') only updates the atime if the previous atime is older than the mtime or ctime. It avoids a lot of metadata atime updates (but not all of them, obviously, there's 'noatime' for that). It's like noatime, but useful for applications like mutt that need to know when a file has been read since it was last modified. Currently only OCFS2 supports it. A corresponding patch against mount(8) is available here. , ocfs2 support&lt;br /&gt;&lt;br /&gt;UDP-Lite support&lt;br /&gt;&lt;br /&gt;Support for UDP-Lite (RFC 3828) for IPv4 and a extension for UDP-Lite over IPv6 is added in 2.6.20. Documentation and programming guide. UDP-Lite is a Standards-Track IETF transport protocol whose characteristic is a variable-length checksum. This has advantages for transport of multimedia (video, VoIP) over wireless networks, as partly damaged packets can still be fed into the codec instead of being discarded due to a failed checksum test&lt;br /&gt;&lt;br /&gt;Generic HID layer&lt;br /&gt;&lt;br /&gt;Currently the HID layer (Human Interface Device) does only work with USB devices. 2.6.20 turns the USB-oriented HID layer into a generic HID layer that can be used for any subsystem that needs it, like Bluetooth.&lt;br /&gt;&lt;br /&gt;Sleazy FPU optimization&lt;br /&gt;&lt;br /&gt;This is an x86-32 port of the x86-64 feature implemented in 2.6.19. It gives only a small improvement in FPU-intensive programs, but it's also a interesting optimization. Right now the kernel has a 100% lazy FPU behavior: after *every* context switch a trap is taken for the first FPU use to restore the FPU context lazily. This is great for applications that have very sporadic or no FPU use (since then you avoid doing the expensive save/restore all the time).&lt;br /&gt;&lt;br /&gt;However, for very frequent FPU users every context switch takes an extra trap. This feature adds a simple heuristic to this code: After 5 consecutive context switches of FPU use, the lazy behavior is disabled and the context gets restored every context switch. If the application indeed uses the FPU, the trap is avoided (the chance of the 6th time slice using FPU after the previous 5 having done so are quite high obviously). After 256 switches, this is reset and lazy behavior is returned (until there are 5 consecutive switches again). The reason for this is to give the lazy behavior back to applications that use the FPU in bursts.&lt;br /&gt;&lt;br /&gt;Use 'regparm' in x86-32&lt;br /&gt;&lt;br /&gt;This is another not-relevant-to-users-yet-interesting-for-geeks feature, that has been available as an option for a while but it's default now. Since forever the x86 architecture has stored the function parameters in the stack. Modern architectures (PPC, SPARC, etc) use registers: It's much faster, since you don't need to do anything to bring the parameters back: The parameters are just there, in the register. The x86 world (including Linux) continued using stacks for parameter passing, for compatibility reasons with software, compilers, etc; they only added extensions to compilers to optionally tell the compiler to use parameters for parameter passing in a given function (usually involving the 'fastcall' keyword) for performance-critical paths.&lt;br /&gt;&lt;br /&gt;Thanks to a GCC extension, the Linux kernel uses the '-mregparm=3' compile option, which means that as long as a function uses 3 or less arguments, GCC will automatically use registers to pass its parameters. And if you're wondering about x86-64, in that platforms using the registers has always been the default&lt;br /&gt;&lt;br /&gt;round_jiffies() infrastructure&lt;br /&gt;&lt;br /&gt;This is a example of the power savy trend ongoing in the Linux kernel. This feature Introduce the round_jiffies()/round_jiffies_relative() functions. These functions round a jiffies value to the next whole second. The target of this rounding is all the "we don't care exactly when" timers. By rounding these timers to whole seconds, all such timers will fire at the same time, rather than at various times spread out; with dynamic ticks these extra timers cause wakeups from deep sleep CPU sleep states and thus waste power&lt;br /&gt;&lt;br /&gt;New drivers&lt;br /&gt;&lt;br /&gt;Here are some important new drivers that have been added to the Linux tree:&lt;br /&gt;&lt;br /&gt;   * Networking:&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Driver for the Atmel MACB on-chip Ethernet module&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Tsi108/9 On Chip Ethernet device driver&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Netxen 1G/10G Ethernet driver&lt;br /&gt;   * Hwmon&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           New Winbond W83793 hardware monitoring driver&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           New PC87427 hardware monitoring driver&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           New AMS hardware monitoring driver&lt;br /&gt;   * I2C&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           New ARM Versatile/Realview bus driver&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           New Atmel AT91 bus driver&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           New Philips PNX bus driver&lt;br /&gt;   * Watchdog:&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           NS pc87413-wdt Watchdog driver&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           MIPS RM9000 on-chip watchdog device driver&lt;br /&gt;   * Input&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add Philips UCB1400 touchscreen driver&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add driver for keyboard on AAED-2000 development board (ARM)&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Graphics: Fbdev driver for IBM GXT4500P videocards&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     RTC: rtc-omap driver&lt;br /&gt;&lt;br /&gt;Various core changes&lt;br /&gt;&lt;br /&gt;   * Memory management, block layer, etc&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Make the readside of the radix-tree (used in the page-cache) RCU lockless&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Shared page tables for hugetlb&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           New swap token algorithm. The old algorithm had a crude timeout parameter that was used to handover the token from one task to another. The new algorithm transfers the token to the tasks that are in need of the token. The urgency for the token is based on the number of times a task is required to swap-in pages. Accordingly, the priority of a task is incremented if it has been badly affected due to swap-outs. To ensure that the token doesn't bounce around rapidly, the token holders are given a priority boost. The priority of tasks is also decremented, if their rate of swap-in's keeps reducing&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Memory page_alloc zonelist caching speedup: Optimize the critical zonelist scanning for free pages in the kernel memory allocator by caching the zones that were found to be full recently (in the last second), and skipping them. Benchmarks on a 56-CPU/96GB-RAM systems can be found in the commit link&lt;br /&gt;&lt;br /&gt;           fdtable: Implement new pagesize-based fdtable allocator&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Optimize o_direct on block devices&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Support larger block pc requests. Modify blk_rq_map/unmap_user() so that it supports requests larger than bio by chaining them together&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add numa node information to struct device&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add 'noaliencache' boot option to disable numa alien caches. When using numa=fake on non-NUMA hardware there is no benefit to having the alien caches, and they consume much memory&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Workqueue revamp. The struct work_struct was a bit bloated, so efforts have been done to fix it, resulting in a division between delayable and non-delayable events, and some API changes. See this LWN article for complete details and this link for details on how to adapt broken code for the new workqueue API&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     TTY: termios revamp, adds proper speed control&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Generic BUG implementation&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Driver core: add API for internal notification of bus events ; show the initialization state(live, coming, going) of the module (cat /sys/module/usbcore/initstate) ; show drivers in /sys/module/ ,&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Sysrq: Add new sysrq feature: Sysrq + X: show blocked (TASK_UNINTERRUPTIBLE) tasks.;useful for debugging IO stalls ; add sysrq_always_enabled boot option&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Create CONFIG_SYSFS_DEPRECATED&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add child reaper to pid_namespace&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Allow user processes to raise their oom_adj value&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Use softirq for load balancing&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     LOG2: Implement a general integer log2 facility in the kernel&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     bit reverse library&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Implement prof=sleep profiling. TASK_UNINTERRUPTIBLE sleeps will be taken as a profile hit, and every millisecond spent sleeping causes a profile-hit for the call site that initiated the sleep&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     kprobes: enable booster on the preemptible kernel&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Switch pci_{enable,disable}_device() to be nestable, so that eg, three calls to enable_device() require three calls to disable_device(). The reason for this is to simplify PCI drivers for multi-interface/capability devices. These are devices that cram more than one interface in a single function. A relevant example of that is the Wireless [USB] Host Controller Interface ,&lt;br /&gt;&lt;br /&gt;Architecture-specific changes&lt;br /&gt;&lt;br /&gt;   * i386&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Support for Processor Data Area (PDA). From now, the kernel will use the %gs register as the PDA base-segment (the old value of %gs is saved away). This will make possible to do some optimizations in the future (in this release, 2.6.20 will use the PDA to get the 'current' task in a single instruction, as an example) &lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           300Hz support. It is useful to have 300Hz support when doing multimedia work: 250 is fine for us in Europe but the US frame rate is 30fps (29.99 blah for pedants). 300 gives us a tick divisible by both 25 and 30, and for interlace work 50 and 60. It's also giving similar performance to 250Hz&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add sysctl for kstack_depth_to_print&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add support for compilation optimizations for Core2 ,&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           x86-64: Don't keep interrupts disabled while spinning in spinlocks, like i386&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           x86-64: Speed and clean up cache flushing in change_page_attr&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Acpi: add support for the generic backlight device in asus_acpi , ibm_acpi  and toshiba_acpi&lt;br /&gt;   * PPC&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Enable DEEPNAP power savings mode on 970MP  Without this patch, a idle 4-way system gets 103.8W. With this patch: 65.0W. LoweringHZ to 100 can get it as low as 60.2W. Another (older) Quad G5 went from 54W to 39W at HZ=250. Coming back out of Deep Nap takes 40-70 cycles longer than coming back from just Nap (which already takes quite a while).&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add Efika platform support&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add MPC5200 Interrupt Controller support&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Cell: Add support for adding/removing spu sysfs attributes , remove /spu_tag_mask file , cell iommu support , add oprofile support for cell , add isolated-mode SPE recycling support , native cell support for MPIC in southbridge , add a sd command (spu dump) to xmon to dump spu local store , add cpufreq driver for Cell BE processor , prepare for spu disassembly in xmon , add support for nonschedulable contexts , implement /mbox_info, /ibox_info, and /wbox_info. , add support for dumping spu info from xmon , import spu disassembly code into xmon , add spu disassembly to xmon , add temperature to SPU and CPU sysfs entries , add /lslr, /dma_info and /proxydma files , add SPU elf notes to coredump. , add shadow registers for pmd_reg , add low-level performance monitoring code , add support for registering sysfs attributes to spus , add support for stopping spus from xmon ,&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add non-OF serial console support , add Kurobox(HG)/Linkstation-I NAS systems by Buffalo Technology support , support ibm,dynamic-reconfiguration-memory nodes , add xserve cpu-meter driver , add lite5200 board support to arch/powerpc , , , allow CONFIG_BOOTX_TEXT on iSeries , import updated version of ppc disassembly code for xmon , allow xmon to build on legacy iSeries , make 970MP detectable by oprofile , lazy interrupt disabling for 64-bit machines , support for DCR based MPIC&lt;br /&gt;   * ARM&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add iop13xx support. The iop348 processor integrates an Xscale (XSC3 512KB L2 Cache) core with a Serial Attached SCSI (SAS) controller, multi-ported DDR2 memory controller, 3 Application Direct Memory Access (DMA) controllers, a 133Mhz PCI-X interface, a x8 PCI-Express interface, and other peripherals to form a system-on-a-chip RAID subsystem engine. The iop342 processor replaces the SAS controller with a second Xscale core for dual core embedded applications. The developer's manual is available here: ftp://download.intel.com/design/iio/docs/31503701.pdf&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           AT91: Initial support for AT91SAM9261 and AT91SAM9260 , SAM9 platform devices , Update drivers for new headers , split up system header file , rename user peripheral header files , support for Atmel AT91SAM9260-EK board , hardware headers for SAM9 peripherals , support for Atmel AT91SAM9261-EK board , final SAM9 integration patches. , SAM9 timer driver , AT91RM9200 RTC&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           clocksource driver for netx  and pxa2xx , suspend to RAM support in H1940  and RX3715 , MX/MX1 CPU Frequency scaling support , add cirrus logic edb9302a board support to ep93xx , add ads sphere support , add sys_*at syscalls support&lt;br /&gt;   * SH:&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Dyntick infrastructure  and stacktrace/lockdep/irqflags tracing support&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add initial support for the SH7206 (SH-2A) and SH7619 (SH-2) MMU-less CPUs , Solution Engine 7206 and 7619 boards. , preliminary support for SH-X2 MMU. , and SH-MobileR SH7722 CPU support.&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     S390: Add runtime switch for qdio performance statistics , add virtual memmap for s390. , add dynamic subchannel mapping&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     MIPS: Add support for kexec , add STB810 support (Philips PNX8550-based) , oprofile kernel support for the R10000.&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     SPARC: Add irqtrace/stacktrace/lockdep support.&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     IA64: Kexec and kdump support ; add initial ACPI IO support to Altix , SN ACPI hotplug support for Altix  and ROM shadowing for Altix&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     M32R: bootloader support for OPSPUT platform&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     m68knommu: add SHM support&lt;br /&gt;&lt;br /&gt;Filesystems&lt;br /&gt;&lt;br /&gt;   * OCFS2:&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add atime update , splice  and configurable timeouts via configfs &lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add support for 'local' OCFS2 filesystems: This allows users to format an ocfs2 file system with a special flag, OCFS2_FEATURE_INCOMPAT_LOCAL_MOUNT. When the filesystem sees that flag, it won't use any cluster services nor it will require cluster configuration, thus acting as a 'local' filesystem, like ext3 &amp; co&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     FUSE: Add support for block device based filesystems. Useful for ntfs-3g, zfs, etc &lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     DebugFS: inotify create/mkdir support&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     DLM: Add support for tcp communications&lt;br /&gt;&lt;br /&gt;Networking&lt;br /&gt;&lt;br /&gt;   * Add sparse annotations to the networking code (lots of patches)&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     IPV6: Per-interface statistics support; for IP MIB (RFC4293)&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Node-aware skb allocation&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Turn nfmark into generic mark&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     The scheduled removal of the frame diverter.&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     TCP: Restrict congestion control choices for users via a sysctl: the list of allowed congestion control choices is set in /proc/sys/net/ipv4/tcp_allowed_congestion_control (the list of available congestion control algorithms is at /proc/sys/net/ipv4/tcp_available_congestion_control) ,&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     ieee80211: allow mtu bigger than 1500 (up to 2304)&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     TCP: MD5 Signature Option (RFC2385) support.&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     DCCP: Support for partial checksums (RFC 4340, sec. 9.2) , use higher RTO default for CCID3 , set TX Queue Length Bounds via Sysctl , , add sysctls to control retransmission behaviour&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     SCTP: Add support for SCTP_CONTEXT socket option.&lt;br /&gt;   * Netfilter&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add full NAT support for nf_conntrack&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add IRC helper port , FTP NAT helper port , SIP helper port , TFTP helper port , PPTP helper port , H.323 helper port . NetBIOS name service helper port , SNMP NAT helper port&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           sysctl and /proc compatibility with old connection tracking , tatistics.&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           x_tables: add port of hashlimit match for IPv4 and IPv6  and add NFLOG target&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           ebtables: add --snap-arp option&lt;br /&gt;   * IPSEC&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add auditing to ipsec. An audit message occurs when an ipsec SA or ipsec policy is created/deleted&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add netlink interface for the encapsulation family.&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add AF_KEY interface for encapsulation family.&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add encapsulation family.  * Add support for AES-XCBC-MAC&lt;br /&gt;&lt;br /&gt;Various subsystems&lt;br /&gt;&lt;br /&gt;Software suspend&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Support swap files&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Improve handling of highmem&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Support i386 systems with PAE or without PSE&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Measure memory shrinking time&lt;br /&gt;&lt;br /&gt;Crypto&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add support for the Geode LX AES hardware&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Liskov Rivest Wagner, a new tweakable narrow block cipher mode&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     New XCBC algorithm&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Table driven multiplications in GF(2^128)&lt;br /&gt;&lt;br /&gt;CPUFREQ&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Grand unification of ACPI based speedstep-centrino and acpi-cpufreq drivers. It combines functionality of these two driver into acpi-cpufreq driver. ACPI based functionality in speedstep-centrino is marked deprecated and will be removed in future. speedstep-centrino will continue to work on systems that depend on older non-ACPI table based P-state changes&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     p4-clockmod: fix support for Core  and add support for more Intel CPUs&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Longhaul: add support for CN400&lt;br /&gt;&lt;br /&gt;DM&lt;br /&gt;&lt;br /&gt;Noflush suspending&lt;br /&gt;SELinux&lt;br /&gt;&lt;br /&gt;Add support for DCCP&lt;br /&gt;&lt;br /&gt;Drivers&lt;br /&gt;&lt;br /&gt;Graphics&lt;br /&gt;&lt;br /&gt;Add support for secondary vertical blank interrupt to DRM core and add support to i915; add ioctl in i915 for scheduling buffer swaps at vertical blanks.&lt;br /&gt;&lt;br /&gt;sstfb: add sysfs interface , support command line options , support flat panel timings , fixups for the AMD Geode GX framebuffer driver , add support for STN displays in s3c2410fb , add YUV video overlay support  in mbxfb&lt;br /&gt;&lt;br /&gt;Sound&lt;br /&gt;&lt;br /&gt;The scheduled removal of the OSS drivers depending on OSS_OBSOLETE_DRIVER: miroSOUND PCM20 radio, Creative SBLive! (EMU10K1), Crystal Soundfusion (CS4280/461x), AD1816(A) based cards, AD1889 based cards (AD1819 codec), ACI mixer (miroSOUND PCM1-pro/PCM12/PCM20), NM256AV/NM256ZX audio support, Yamaha OPL3-SA2 and SA3 based PnP cards&lt;br /&gt;V4L/DVB&lt;br /&gt;&lt;br /&gt;Add support for remote control of Hauppauge HVR1110 , add support for both DVB frontends of the Lifeview Trio , add support ptv-305 , add support for Avermedia AverTV Studio 507 , add support for the Terratec Cinergy HT PCMCIA module , add support for Pinnacle 310i , add working dib7000m-module , dynamic cx88 mpeg port management for HVR1300 MPEG2/DVB-T support , add usbvision driver, add support for a ASUSTEK P7131 Dual DVB-T variant , add support for Leadtek Winfast DTV Dongle (STK7700P based) , add initial DiB7000M-demod driver , add support for Dibcom DiB7000PC , remove the broken VIDEO_ZR36120 driver , add Omnivision OV7670 driver , adds support for Pinnacle PCTV 400e DVB-S , add support for Hauppauge WinTV-HVR1110 DVB-T/Hybrid , add support for the Compro Videomate DVB-T200A , Implement IR reception for 24xxx devices , add Marvell 88ALP01 "cafe" driver , add support for new revision of Nova-T Stick&lt;br /&gt;&lt;br /&gt;libata&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add power management (suspend/resume) support for libata drivers: pata_ali , pata_serverworks , pata_via suspend/resume support , pata_sis and pata_pdc202xx , pata_marvell , pata_cmd64x , pata_cs5520 , pata_sil680 , pata_hpt3x3 , pata_amd , pata_jmicron , pata_it821x , pata_cs5530 , pata_hpt366 , pata_atiixp, pata_cs5535, pata_cypress, pata_efar, pata_marvell, pata_mpiix, pata_netcell, pata_ns87410, pata_oldpiix, pata_opti, pata_optidma, pata_radisys, pata_sc1200, pata_triflex&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Generic platform_device libata driver , add 40pin "short" cable support, honour drive side speed detection&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Winbond 83759A support&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     sata_nv ADMA/NCQ + 64 bit DMA support for nForce4&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add ixp4xx PATA driver for ARM platforms&lt;br /&gt;&lt;br /&gt;SCSI&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add ability to scan scsi busses asynchronously. Since it often takes around 20-30 seconds to scan a scsi bus, it's highly advantageous to do this in parallel with other things , ; add asynchronous scsi scanning support for qla2xxx&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     SCSI target support &lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     lpfc : Add MSI support&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     ipr: Add PCI IDs for some new SAS adapters , add support for logging SAS fabric errors&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     qla4xxx: add support for qla4032&lt;br /&gt;&lt;br /&gt;Input drivers&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     lifebook: Add Hitachi Flora-IE 55mi tablet DMI signature&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     appletouch: Add Geyser IV support ables.&lt;br /&gt;&lt;br /&gt;Networking devices&lt;br /&gt;&lt;br /&gt;   * e1000&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add a new dynamic itr algorithm, with 2 modes, and make it the default operation mode. This greatly reduces latency and increases small packet performance, at the "cost" of some CPU utilization. Bulk traffic throughput is unaffected&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Enable hw TSO for IPV6, reduces CPU utilizations by 50% when transmitting IPv6 frames&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add support for a Low Profile quad-port PCI-E adapter and 2 variants of the ICH8 systems' onboard NIC's&lt;br /&gt;   * Chelsio&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Working NAPI&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add support for other 10G boards&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add MSI support&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           add 1G swcixw support&lt;br /&gt;   * forcedeth:&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add support for new mcp67 device&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add recoverable error support&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Power management support&lt;br /&gt;   * zd1211rw&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Add ID for Belkin F5d7050 v4000 , for ZyXEL G-220  and for Planex GW-US54Mini&lt;br /&gt;         o&lt;br /&gt;&lt;br /&gt;           Support for multicast addresses&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     BNX2: 5709 copper and Serdes chips support&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     bcm43xx: add PCI-E code&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     sk98lin: MII ioctl support&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     AT91RM9200 Ethernet: Add netpoll / netconsole support&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Gianfar: add netpoll support&lt;br /&gt;&lt;br /&gt;USB&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     usbtouchscreen: add support for DMC TSC-10/25 devices&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Allow hubs up to 31 children&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Added dynamic major number for USB endpoints&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add driver for the USB debug devices&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add support for Novatel S720/U720 CDMA/EV-DO modems&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add autosuspend support to the hub driver&lt;br /&gt;&lt;br /&gt;Hwmon&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     f71805f driver: Add support for "speed mode" fan speed control , add manual fan speed control , let the user adjust the PWM base frequency , support DC fan speed control mode&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add support for the Fintek F71872F/FG chip&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Remove the SMBus interface support for it87&lt;br /&gt;&lt;br /&gt;Watchdog&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add iTCO vendor specific support&lt;br /&gt;&lt;br /&gt;I2C&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Delete the broken i2c-ite bus driver&lt;br /&gt;&lt;br /&gt;PCMCIA&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     IDs for Elan serial PCMCIA device&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Allow for four multifunction subdevices&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     ide-cs: Add ID for "transcend TS1GCF80"  and "Weida TWTTI"&lt;br /&gt;&lt;br /&gt;MMC&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Support for high speed (50 Hz clock speed) SD cards&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add support for mmc v4 high speed mode&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add support for mmc v4 wide-bus modes&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     SDHCI high speed support&lt;br /&gt;&lt;br /&gt;IPMI&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add maintenance mode , allow hot system interface remove , add system interface hotplug&lt;br /&gt;&lt;br /&gt;RTC&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     ds1743 support&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     This adds alarm support for the RTC_ALM_SET, RTC_ALM_READ, RTC_WKALM_SET and RTC_WKALM_RD operations to rtc-sh&lt;br /&gt;&lt;br /&gt;Firewire&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     ohci1394: Implement suspend/resume&lt;br /&gt;&lt;br /&gt;Various&lt;br /&gt;&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add support for Korenix 16C950-based PCI cards&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Driver for the PCEngines WRAP boards (http://www.pcengines.ch)&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Remove long-unmaintained ftape driver subsystem.&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     pktcdvd: add sysfs and debugfs interface&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Add a driver for the Xilinx uartlite serial controller&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     Exar quad port serial&lt;br /&gt;   *&lt;br /&gt;&lt;br /&gt;     cciss set sector_size to 2048 for performance, add support for 1024 logical volumes, increase number of commands on controller&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-8613528939649416610?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/8613528939649416610/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=8613528939649416610' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/8613528939649416610'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/8613528939649416610'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/02/linux-2620-changelog.html' title='Linux 2.6.20 changelog'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-3168771405570139549</id><published>2007-02-11T00:50:00.000-08:00</published><updated>2007-02-16T13:49:54.871-08:00</updated><title type='text'>Unix Based Distribution</title><content type='html'>&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Some Unix Linux Based distributin and their home pages's&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DEBIAN&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.abuledu.org/"&gt;AbulÉdu&lt;/a&gt; • &lt;a href="http://www.adamantix.org/"&gt;Adamantix&lt;/a&gt; • &lt;a href="http://www.agnula.info/"&gt;AGNULA GNU/Linux Audio Distribution&lt;/a&gt; • &lt;a href="http://www.lintech.lv/"&gt;Amber Linux&lt;/a&gt; • &lt;a href="http://antemium.org/"&gt;ANTEMIUM Linux&lt;/a&gt; • &lt;a href="http://www.arabeyes.org/project.php?proj=Arabbix"&gt;Arabbix&lt;/a&gt; • &lt;a href="http://www.omoikane.co.jp/"&gt;ARMA aka Omoikane GNU/Linux&lt;/a&gt; • &lt;a href="http://www.activasistemas.com/"&gt;ASLinux&lt;/a&gt; • &lt;a href="http://www.remote-exploit.org/"&gt;Auditor Security Linux&lt;/a&gt; • &lt;a href="http://www.zaralinux.org/proy/augustux/"&gt;Augustux&lt;/a&gt; • &lt;a href="http://b2d.tnc.edu.tw/"&gt;B2D Linux&lt;/a&gt; • &lt;a href="http://www.watsky.net/"&gt;BeatrIX Linux&lt;/a&gt; • &lt;a href="http://beernix.berlios.de/"&gt;BEERnix&lt;/a&gt; • &lt;a href="http://www.biada.org/noti_biadix.html"&gt;Biadix&lt;/a&gt; • &lt;a href="http://www.biglinux.com.br/"&gt;BIG LINUX&lt;/a&gt; • &lt;a href="http://bioknoppix.hpcf.upr.edu/"&gt;Bioknoppix&lt;/a&gt; • &lt;a href="http://blackrhino.xrhino.com/"&gt;BlackRhino&lt;/a&gt; • &lt;a href="http://bluewall.es.gnu.org/"&gt;Bluewall GNU/Linux&lt;/a&gt; • &lt;a href="http://www.gnulinux.de/"&gt;Bonzai Linux&lt;/a&gt; • &lt;a href="http://www.brlspeak.net/"&gt;BrlSpeak&lt;/a&gt; • &lt;a href="http://www.catix.cat/"&gt;Càtix&lt;/a&gt; • &lt;a href="http://www.censornet.com/"&gt;CensorNet&lt;/a&gt; • &lt;a href="http://clusterix.livecd.net/"&gt;Clusterix&lt;/a&gt; • &lt;a href="http://bofh.be/clusterknoppix/"&gt;ClusterKNOPPIX&lt;/a&gt; • &lt;a href="http://www.apesol.org.pe/condorux/"&gt;Condorux&lt;/a&gt; • &lt;a href="http://www.damnsmalllinux.org/"&gt;Damn Small Linux&lt;/a&gt; • &lt;a href="http://www.danix.cz/"&gt;Danix&lt;/a&gt; • &lt;a href="http://web.isteve.bofh.cz/olive/"&gt;DeadCD&lt;/a&gt; • &lt;a href="http://www.westnold-developments.uk.tt/"&gt;DebXPde&lt;/a&gt; • &lt;a href="http://dizinha.codigolivre.org.br/"&gt;Dizinha Linux&lt;/a&gt; • &lt;a href="http://www.eduknoppix.org/"&gt;eduKnoppix&lt;/a&gt; • &lt;a href="http://www.bsi.bund.de/produkte/erposs/"&gt;ERPOSS&lt;/a&gt; • &lt;a href="http://www.esware.com/"&gt;ESware&lt;/a&gt; • &lt;a href="http://evinux.org/"&gt;Evinux&lt;/a&gt; • &lt;a href="http://euronode.org/"&gt;Euronode&lt;/a&gt; • &lt;a href="http://www.famelix.com.br/"&gt;FAMELIX&lt;/a&gt; • &lt;a href="http://featherlinux.berlios.de/"&gt;Feather Linux&lt;/a&gt; • &lt;a href="http://www.flonix.com/"&gt;Flonix&lt;/a&gt; • &lt;a href="http://www.vitaldata.com.au/"&gt;Vital Data Forensic or Rescue Kit (FoRK)&lt;/a&gt; • &lt;a href="http://www.ofset.org/freeduc-cd"&gt;Freeduc-cd&lt;/a&gt; • &lt;a href="http://www.freeduc-sup.eu.org/"&gt;Freeduc-Sup&lt;/a&gt; • &lt;a href="http://www.geolivre.org.br/"&gt;GEOLivre Linux&lt;/a&gt; • &lt;a href="http://www.gibraltar.at/"&gt;Gibraltar Firewall&lt;/a&gt; • &lt;a href="http://www.agnix.org/"&gt;GNIX-Vivo&lt;/a&gt; • &lt;a href="http://www.gnoppix.org/"&gt;Gnoppix Linux&lt;/a&gt; • &lt;a href="http://www.linex.org/"&gt;gnuLinEx&lt;/a&gt; • &lt;a href="http://kinneret.berlios.de/"&gt;GNU/Linux Kinneret&lt;/a&gt; • &lt;a href="http://www.linuks.mine.nu/gnustep/"&gt;GNUstep Live CD&lt;/a&gt; • &lt;a href="http://www.grml.org/"&gt;grml&lt;/a&gt; • &lt;a href="http://www.guadalinex.org/"&gt;Guadalinex&lt;/a&gt; • &lt;a href="http://www.e-fense.com/helix/"&gt;Helix&lt;/a&gt; • &lt;a href="http://www.hikarunix.org/"&gt;Hikarunix&lt;/a&gt; • &lt;a href="http://www.hiweed.com/"&gt;Hiweed Linux&lt;/a&gt; • &lt;a href="http://www.impilinux.co.za/"&gt;Impi Linux&lt;/a&gt; • &lt;a href="http://www.indlinux.org/"&gt;IndLinux&lt;/a&gt; • &lt;a href="http://julexlinux.sourceforge.net/"&gt;Julex&lt;/a&gt; • &lt;a href="http://www.k-demar.org/"&gt;K-DEMar&lt;/a&gt; • &lt;a href="http://kaella.linux-azur.org/"&gt;Kaella-Knoppix Linux Azur&lt;/a&gt; • &lt;a href="http://www.kalangolinux.org/"&gt;Kalango Linux&lt;/a&gt; • &lt;a href="http://kanotix.com/"&gt;KANOTIX&lt;/a&gt; • &lt;a href="http://klustrix.ghuug.org/"&gt;KlusTriX&lt;/a&gt; • &lt;a href="http://knopils.linux.it/"&gt;knopILS &lt;/a&gt;• &lt;a href="http://www.knoppel.org/"&gt;Knoppel&lt;/a&gt; • &lt;a href="http://www.knoppix.com/"&gt;Knoppix&lt;/a&gt; • &lt;a href="http://www.applia.fr/contents/knoppix64.html"&gt;Knoppix 64&lt;/a&gt; • &lt;a href="http://www.knoppix.com/"&gt;Knoppix STD&lt;/a&gt; • &lt;a href="http://sourceforge.net/projects/knoppixmame/"&gt;KnoppiXMAME&lt;/a&gt; • &lt;a href="http://mysettopbox.tv/"&gt;KnoppMyth&lt;/a&gt; • &lt;a href="http://gistlabs.homelinux.net/Knosciences/"&gt;KnoSciences&lt;/a&gt; • &lt;a href="http://www.guiadohardware.net/kurumin/"&gt;Kurumin Linux&lt;/a&gt; • &lt;a href="http://lamppix.tinowagner.com/"&gt;LAMPPIX&lt;/a&gt; • &lt;a href="http://www.libranet.com/"&gt;Libranet GNU/Linux&lt;/a&gt; • &lt;a href="http://apg.liis.lv/"&gt;LIIS Linux&lt;/a&gt; • &lt;a href="http://www.linespa.com/"&gt;LinEspa&lt;/a&gt; • &lt;a href="http://www.linspire.com/"&gt;Linspire&lt;/a&gt; • &lt;a href="http://tuxgamers.altervista.org/llgp.php"&gt;Linux Live Game Project&lt;/a&gt; • &lt;a href="http://loco.logiclinux.com/"&gt;Linux Loco&lt;/a&gt; • &lt;a href="http://www.bitdefender.com/index.php?tab=2"&gt;LinuxDefender Live! CD&lt;/a&gt; • &lt;a href="http://linuxin.paislinux.net/"&gt;Linuxin&lt;/a&gt; • &lt;a href="http://www.livux.com/"&gt;LiVux&lt;/a&gt; • &lt;a href="http://www.localareasecurity.com/"&gt;Local Area Security Linux (L.A.S.)&lt;/a&gt; • &lt;a href="http://www.masilla.org/luinux/"&gt;Luinux&lt;/a&gt; • &lt;a href="http://luitlinux.sarovar.org/"&gt;Luit Linux&lt;/a&gt; • &lt;a href="http://www.educa.madrid.org/web/madrid_linux/"&gt;MAX: Madrid_Linux&lt;/a&gt; • &lt;a href="http://www.mediainlinux.org/"&gt;Mediainlinux&lt;/a&gt; • &lt;a href="http://www.mepis.org/"&gt;MEPIS Linux&lt;/a&gt; • &lt;a href="http://www.pequelin.org/"&gt;Metadistro-Pequelin&lt;/a&gt; • &lt;a href="http://miko.gnyo.org/"&gt;MIKO GNYO/Linux&lt;/a&gt; • &lt;a href="http://www.molinux.info/"&gt;MoLinux&lt;/a&gt; • &lt;a href="http://morphix.sourceforge.net/"&gt;Morphix&lt;/a&gt; • &lt;a href="http://www.munjoylinux.org/"&gt;Munjoy Linux&lt;/a&gt; • &lt;a href="http://www.n-linux.com/"&gt;Nature's Linux&lt;/a&gt; • &lt;a href="http://home.broadpark.no/%7Eaklepp/newton/knoppix/NORDISKNOPPIX/"&gt;NordisKnoppix&lt;/a&gt; • &lt;a href="http://gnu.kookel.org/ftp/opengroupware.org/en/knoppix/"&gt;OGo Knoppix&lt;/a&gt; • &lt;a href="http://oralux.org/"&gt;Oralux&lt;/a&gt; • &lt;a href="http://overclockix.octeams.com/"&gt;Overclockix&lt;/a&gt; • &lt;a href="http://dirk.eddelbuettel.com/quantian.html"&gt;Quantian&lt;/a&gt; • &lt;a href="http://aamorimsrv.fis.fc.ul.pt/"&gt;PaiPix&lt;/a&gt; • &lt;a href="http://www.parallelknoppix.net/"&gt;ParallelKnoppix&lt;/a&gt; • &lt;a href="http://www.parsix.ir/"&gt;Parsix GNU/Linux&lt;/a&gt; • &lt;a href="http://www.linux-forensics.com/"&gt;Penguin Sleuth&lt;/a&gt; • &lt;a href="http://www.phlak.org/"&gt;PHLAK&lt;/a&gt; • &lt;a href="http://www.pilotlinux.nl/"&gt;PilotLinux&lt;/a&gt; • &lt;a href="http://www.progeny.com/"&gt;Progeny Debian&lt;/a&gt; • &lt;a href="http://www.openrays.org/"&gt;Rays Linux&lt;/a&gt; • &lt;a href="http://www.umftgm.ro/roslims/"&gt;ROSLIMS Live CD&lt;/a&gt; • &lt;a href="http://salvare.sourceforge.net/"&gt;Salvare&lt;/a&gt; • &lt;a href="http://www.santafelinux.com/"&gt;Santa Fe Linux&lt;/a&gt; • &lt;a href="http://www.skolelinux.org/"&gt;Skolelinux&lt;/a&gt; • &lt;a href="http://slavix.org/index.php"&gt;Slavix&lt;/a&gt; • &lt;a href="http://slix.ljudmila.org/sl/about/"&gt;Slix&lt;/a&gt; • &lt;a href="http://slo-tech.com/linux/"&gt;Slo-Tech Linux&lt;/a&gt; • &lt;a href="http://openmn.sourceforge.net/"&gt;Soyombo Mongolian Linux&lt;/a&gt; • &lt;a href="http://www.sphinxos.com/"&gt;SphinxOS&lt;/a&gt; • &lt;a href="http://www.kiberpipa.org/%7Etomaz/tom/"&gt;Tablix on Morphix&lt;/a&gt; • &lt;a href="http://www.tilix.org/"&gt;Tilix Linux&lt;/a&gt; • &lt;a href="http://www.tupiserver.com.br/"&gt;TupiServer Linux&lt;/a&gt; • &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu Linux&lt;/a&gt; • &lt;a href="http://www.userlinux.com/"&gt;UserLinux&lt;/a&gt; • &lt;a href="http://iwhax.net/"&gt;WHoppiX&lt;/a&gt; • &lt;a href="http://www.x-evian.org/"&gt;X-evian&lt;/a&gt; • &lt;a href="http://www.xfld.org/"&gt;Xfld&lt;/a&gt; • &lt;a href="http://www.xandros.com/"&gt;Xandros Desktop OS&lt;/a&gt; • &lt;a href="http://xarnoppix.software-libre.org/"&gt;Xarnoppix&lt;/a&gt; • &lt;a href="http://www.zenlinux.org/"&gt;Zen Linux&lt;/a&gt; • &lt;a href="http://www.publicip.net/"&gt;ZoneCD&lt;/a&gt; • &lt;a href="http://www.zopix.org/"&gt;Zopix&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;FEDORA&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://os.cqu.edu.au/adios/"&gt;ADIOS Linux Boot CD&lt;/a&gt; • &lt;a href="http://www.asianux.com/"&gt;Asianux&lt;/a&gt; • &lt;a href="http://auroralinux.org/"&gt;Aurora SPARC Linux&lt;/a&gt; • &lt;a href="http://www.aurox.org/"&gt;Aurox Linux&lt;/a&gt; • &lt;a href="http://www.asplinux.ru/"&gt;ASP Linux&lt;/a&gt; • &lt;a href="http://www.linux4all.de/livecd/basilisk/"&gt;Basilisk Live CD&lt;/a&gt; • &lt;a href="http://berry.sourceforge.jp/"&gt;Berry Linux&lt;/a&gt; • &lt;a href="http://bioinformatics.org/biobrew/"&gt;&lt;span style="text-decoration: underline;"&gt;BioBrew&lt;/span&gt;&lt;/a&gt; • &lt;a href="http://www.blagblagblag.org/"&gt;BLAG Linux And GNU&lt;/a&gt; • &lt;a href="http://chinese2000.sniic.com/sniic/index.php"&gt;Chinese 2000 Linux&lt;/a&gt; • &lt;a href="http://cle.linux.org.tw/"&gt;Chinese Linux Extension&lt;/a&gt; • &lt;a href="http://www.clarkconnect.com/"&gt;ClarkConnect Broadband Gateway&lt;/a&gt; • &lt;a href="http://cobind.com/"&gt;Cobind Desktop&lt;/a&gt; • &lt;a href="http://emergencycd2.sourceforge.net/"&gt;Cool Linux&lt;/a&gt; • &lt;a href="http://www.cosix.com.cn/"&gt;Cosix Linux&lt;/a&gt; • &lt;a href="http://updates.cpubuilders.com/"&gt;CPUBuilders Linux&lt;/a&gt; • &lt;a href="http://www.elxlinux.com/"&gt;ELX Linux&lt;/a&gt; • &lt;a href="http://www.engardelinux.org/"&gt;EnGarde Secure Linux&lt;/a&gt; • &lt;a href="http://www.foxlinux.org/"&gt;FoX Linux&lt;/a&gt; • &lt;a href="http://www.freedows.com/"&gt;Freedows&lt;/a&gt; • &lt;a href="http://www.futuretg.com/FTOSX/"&gt;FTOSX Desktop&lt;/a&gt; • &lt;a href="http://www.geleceklinux.org/"&gt;Gelecek Linux&lt;/a&gt; • &lt;a href="http://www.haansoftlinux.com/"&gt;Haansoft Linux&lt;/a&gt; • &lt;a href="http://www.hakin9.org/en/archive/index.php?page=hakin9_live"&gt;Hakin9 Live&lt;/a&gt; • &lt;a href="http://www.hancom.com/"&gt;Hancom Linux&lt;/a&gt; • &lt;a href="http://www.haydarlinux.com/"&gt;Haydar Linux&lt;/a&gt; • &lt;a href="http://www.hispafuentes.com/"&gt;HispaFuentes Linux&lt;/a&gt; • &lt;a href="http://www.holonlinux.com/"&gt;Holon Linux&lt;/a&gt; • &lt;a href="http://idms.sourceforge.net/"&gt;IDMS Linux&lt;/a&gt; • &lt;a href="http://www.ignalum.com/"&gt;Ignalum Linux&lt;/a&gt; • &lt;a href="http://k12ltsp.org/contents.html"&gt;K12 Linux Terminal Server Project&lt;/a&gt; • &lt;a href="http://www.korelinux.com/"&gt;KoreLinux&lt;/a&gt; • &lt;a href="http://www.tummy.com/krud"&gt;KRUD&lt;/a&gt; • &lt;a href="http://www.sotlinux.org/"&gt;LBA-Linux&lt;/a&gt; • &lt;a href="http://www.linare.com/"&gt;Linare Linux&lt;/a&gt; • &lt;a href="http://www.linpus.com/"&gt;Linpus Linux&lt;/a&gt; • &lt;a href="http://www.arklinux.org/"&gt;Linux Media Lab Distribution&lt;/a&gt; • &lt;a href="http://www.linux-xp.com/"&gt;Linux XP&lt;/a&gt; • &lt;a href="http://www.opentle.org/"&gt;LinuxTLE&lt;/a&gt; • &lt;a href="http://linux.lorma.edu/"&gt;Lorma Linux&lt;/a&gt; • &lt;a href="http://www.magiclinux.org/"&gt;Magic Linux&lt;/a&gt; • &lt;a href="http://www.mizi.com/en/"&gt;MIZI Linux&lt;/a&gt; • &lt;a href="http://www.msclinux.com/"&gt;MSC.Linux&lt;/a&gt; • &lt;a href="http://www.opendesktop.net/"&gt;OpenDesktop&lt;/a&gt; • &lt;a href="http://www.openna.com/"&gt;OpenNA Linux&lt;/a&gt; • &lt;a href="http://www.openwall.com/"&gt;Openwall GNU/*/Linux&lt;/a&gt; • &lt;a href="http://www.phpsolmag.org/en/"&gt;PHP Solutions Live CD&lt;/a&gt; • &lt;a href="http://www.projectplanb.org/"&gt;Plan-B&lt;/a&gt; • &lt;a href="http://www.redflag-linux.com/eindex.html"&gt;Red Flag Linux&lt;/a&gt; • &lt;a href="http://www.redwall-firewall.com/"&gt;redWall Firewall&lt;/a&gt; • &lt;a href="http://resala.linux-egypt.org/"&gt;Resala Linux&lt;/a&gt; • &lt;a href="http://www.rocksclusters.org/"&gt;Rocks Cluster Distribution&lt;/a&gt; • &lt;a href="http://www.smeserver.org/"&gt;SME Server&lt;/a&gt; • &lt;a href="http://linux.tfm.ro/"&gt;TFM Linux&lt;/a&gt; • &lt;a href="http://www.thizlinux.com/"&gt;Thiz Linux&lt;/a&gt; • &lt;a href="http://www.tinysofa.org/"&gt;tinysofa enterprise linux&lt;/a&gt; • &lt;a href="http://www.trustix.org/"&gt;Trustix Secure Linux&lt;/a&gt; • &lt;a href="http://www.turbolinux.com/"&gt;Turbolinux&lt;/a&gt; • &lt;a href="http://www.vinelinux.org/index-en.html"&gt;Vine Linux&lt;/a&gt; • &lt;a href="http://www.wowlinux.com/"&gt;WOW Linux&lt;/a&gt; • &lt;a href="http://www.xteam.com.cn/"&gt;Xteam Linux&lt;/a&gt; • &lt;a href="http://www.yellowdoglinux.com/"&gt;Yellow Dog Linux&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;KNOPIX&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.abuledu.org/"&gt;AbulÉdu&lt;/a&gt; • &lt;a href="http://www.remote-exploit.org/"&gt;Auditor Security Linux&lt;/a&gt; • &lt;a href="http://www.arabeyes.org/project.php?proj=Arabbix"&gt;Arabbix&lt;/a&gt; • &lt;a href="http://beernix.berlios.de/"&gt;BEERnix&lt;/a&gt; • &lt;a href="http://www.biglinux.com.br/"&gt;BIG LINUX&lt;/a&gt; • &lt;a href="http://bioknoppix.hpcf.upr.edu/"&gt;Bioknoppix&lt;/a&gt; • &lt;a href="http://bofh.be/clusterknoppix/"&gt;ClusterKNOPPIX&lt;/a&gt; • &lt;a href="http://www.apesol.org.pe/condorux/"&gt;Condorux&lt;/a&gt; • &lt;a href="http://www.damnsmalllinux.org/"&gt;Damn Small Linux&lt;/a&gt; • &lt;a href="http://www.danix.cz/"&gt;Danix&lt;/a&gt; • &lt;a href="http://www.bitdefender.com/index.php?tab=2"&gt;LinuxDefender Live! CD&lt;/a&gt; • &lt;a href="http://www.eduknoppix.org/"&gt;eduKnoppix&lt;/a&gt; • &lt;a href="http://evinux.org/"&gt;Evinux&lt;/a&gt; • &lt;a href="http://featherlinux.berlios.de/"&gt;Feather Linux&lt;/a&gt; • &lt;a href="http://www.vitaldata.com.au/"&gt;Vital Data Forensic or Rescue Kit (FoRK)&lt;/a&gt; • &lt;a href="http://www.ofset.org/freeduc-cd"&gt;Freeduc-cd&lt;/a&gt; • &lt;a href="http://julexlinux.sourceforge.net/"&gt;Julex&lt;/a&gt; • &lt;a href="http://www.e-fense.com/helix/"&gt;Helix&lt;/a&gt; • &lt;a href="http://www.k-demar.org/"&gt;K-DEMar&lt;/a&gt; • &lt;a href="http://kaella.linux-azur.org/"&gt;Kaella-Knoppix Linux Azur&lt;/a&gt; • &lt;a href="http://kinneret.berlios.de/"&gt;GNU/Linux Kinneret&lt;/a&gt; • &lt;a href="http://klustrix.ghuug.org/"&gt;KlusTriX&lt;/a&gt; • &lt;a href="http://knopils.linux.it/"&gt;knopILS&lt;/a&gt; • &lt;a href="http://www.knoppel.org/"&gt;Knoppel&lt;/a&gt; • &lt;a href="http://www.applia.fr/contents/knoppix64.html"&gt;Knoppix 64&lt;/a&gt; • &lt;a href="http://www.knoppix.com/"&gt;Knoppix STD&lt;/a&gt; • &lt;a href="http://mysettopbox.tv/"&gt;KnoppMyth&lt;/a&gt; • &lt;a href="http://gistlabs.homelinux.net/Knosciences/"&gt;KnoSciences&lt;/a&gt; • &lt;a href="http://www.guiadohardware.net/kurumin/"&gt;Kurumin Linux&lt;/a&gt; • &lt;a href="http://www.localareasecurity.com/"&gt;Local Area Security Linux (L.A.S.)&lt;/a&gt; • &lt;a href="http://www.educa.madrid.org/web/madrid_linux/"&gt;MAX: Madrid_Linux&lt;/a&gt; • &lt;a href="http://www.mediainlinux.org/"&gt;Mediainlinux&lt;/a&gt; • &lt;a href="http://www.mepis.org/"&gt;MEPIS Linux&lt;/a&gt; • &lt;a href="http://www.munjoylinux.org/"&gt;Munjoy Linux&lt;/a&gt; • &lt;a href="http://home.broadpark.no/%7Eaklepp/newton/knoppix/NORDISKNOPPIX/"&gt;NordisKnoppix&lt;/a&gt; • &lt;a href="http://gnu.kookel.org/ftp/opengroupware.org/en/knoppix/"&gt;OpenGroupware.org Knoppix CD&lt;/a&gt; • &lt;a href="http://oralux.org/"&gt;Oralux&lt;/a&gt; • &lt;a href="http://overclockix.octeams.com/"&gt;Overclockix&lt;/a&gt; • &lt;a href="http://aamorimsrv.fis.fc.ul.pt/"&gt;PaiPix&lt;/a&gt; • &lt;a href="http://www.parallelknoppix.net/"&gt;ParallelKnoppix&lt;/a&gt; • &lt;a href="http://www.pardus.org.tr/"&gt;Pardus Live CD&lt;/a&gt; • &lt;a href="http://www.parsix.ir/"&gt;Parsix GNU/Linux&lt;/a&gt; • &lt;a href="http://www.linux-forensics.com/"&gt;Penguin Sleuth&lt;/a&gt; • &lt;a href="http://www.pequelin.org/"&gt;Metadistro-Pequelin&lt;/a&gt; • &lt;a href="http://dirk.eddelbuettel.com/quantian.html"&gt;Quantian&lt;/a&gt; • &lt;a href="http://www.umftgm.ro/roslims/"&gt;ROSLIMS Live CD&lt;/a&gt; • &lt;a href="http://slix.ljudmila.org/sl/about/"&gt;Slix&lt;/a&gt; • &lt;a href="http://www.tilix.org/"&gt;Tilix Linux&lt;/a&gt; • &lt;a href="http://iwhax.net/"&gt;WHoppiX&lt;/a&gt; • &lt;a href="http://xarnoppix.software-libre.org/"&gt;Xarnoppix&lt;/a&gt; • &lt;a href="http://www.x-evian.org/"&gt;X-evian&lt;/a&gt; • &lt;a href="http://www.zopix.org/"&gt;Zopix&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;SLACKWARE&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://cyti.latgola.lv/ruuni/index_en.html"&gt;AUSTRUMI&lt;/a&gt; • &lt;a href="http://www.bearops.com/"&gt;BearOps Desktop Linux OS&lt;/a&gt; • &lt;a href="http://linux.zp.ua/"&gt;Blin Linux&lt;/a&gt; • &lt;a href="http://www.buraphalinux.org/"&gt;Burapha Linux&lt;/a&gt; • &lt;a href="http://www.mcalesterlinux.net/"&gt;Buffalo Linux&lt;/a&gt; • &lt;a href="http://www.collegelinux.org/"&gt;CollegeLinux&lt;/a&gt; • &lt;a href="http://www.darkstarlinux.ro/"&gt;DARKSTAR Linux&lt;/a&gt; • &lt;a href="http://www.definitylinux.com.br/"&gt;Definity Linux&lt;/a&gt; • &lt;a href="http://www.delilinux.de/"&gt;DeLi Linux&lt;/a&gt; • &lt;a href="http://dnalinux.com/"&gt;DNALinux&lt;/a&gt; •  &lt;a href="http://freeloaderlinux.sourceforge.net/"&gt;eLearnix&lt;/a&gt; • &lt;a href="http://frugalware.org/"&gt;Frugalware Linux&lt;/a&gt; • &lt;a href="http://www.gnox.org/"&gt;gNOX&lt;/a&gt; • &lt;a href="http://www.goblinx.com.br/"&gt;GoblinX&lt;/a&gt; • &lt;a href="http://jolinux.cjb.net/"&gt;JoLinux&lt;/a&gt; • &lt;a href="http://www.wifi.com.ar/cdrouter.html"&gt;Linux LiveCD Router&lt;/a&gt; • &lt;a href="http://www.zenwalk.org/"&gt;Minislack&lt;/a&gt; • &lt;a href="http://movix.sourceforge.net/"&gt;MoviX&lt;/a&gt; • &lt;a href="http://www.netwosix.org/"&gt;Netwosix&lt;/a&gt; • &lt;a href="http://www.getopenlab.com/"&gt;OpenLab Community Edition&lt;/a&gt; • &lt;a href="http://www.linet.gr.jp/Plamo/"&gt;Plamo Linux&lt;/a&gt; • &lt;a href="http://www.tux.org/pub/people/kent-robotti/looplinux/rip/"&gt;Recovery Is Possible&lt;/a&gt; • &lt;a href="http://www.rootlinux.org/"&gt;ROOT GNU/Linux&lt;/a&gt; • &lt;a href="http://runt.mybox.org/"&gt;RUNT: The ResNet USB Network Tester&lt;/a&gt; • &lt;a href="http://slax.linux-live.org/"&gt;SLAX Linux Live&lt;/a&gt; • &lt;a href="http://www.gpstudio.com/stux/"&gt;STUX GNU/Linux&lt;/a&gt; • &lt;a href="http://www.vectorlinux.com/"&gt;Vector Linux&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;MANDRIVA&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://annvix.org/"&gt;Annvix&lt;/a&gt; • &lt;a href="http://www.apo33.org/apodio/"&gt;APODIO&lt;/a&gt; • &lt;a href="http://www.hubworx.com/"&gt;Ayrsoft icon&lt;/a&gt; • &lt;a href="http://www.blackpanther.hu/"&gt;blackPanther OS&lt;/a&gt; • &lt;a href="http://www.edulinux.org/"&gt;EduLinux&lt;/a&gt; • &lt;a href="http://www.hklpg.org/"&gt;HKLPG Linux&lt;/a&gt; • &lt;a href="http://www.linuxconsole.org/"&gt;LinuxConsole&lt;/a&gt; • &lt;a href="http://live.linuxo.org/"&gt;LINUXO Live!&lt;/a&gt; • &lt;a href="http://www.mandows.org/"&gt;Mandows&lt;/a&gt; • &lt;a href="http://www.mcnlive.org/"&gt;MCNLive CD&lt;/a&gt; • &lt;a href="http://www.pclinuxos.com/"&gt;PCLinuxOS&lt;/a&gt; • &lt;a href="http://www.sam-linux.org/"&gt;SAM Mini-Live-CD&lt;/a&gt; • &lt;a href="http://vnlinuxcd.vnlinux.org/"&gt;vnlinuxCD&lt;/a&gt; • &lt;a href="http://www.turkix.org/"&gt;Turkix&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;RED HAT&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.centos.org/"&gt;CentOS&lt;/a&gt; • &lt;a href="http://www.eadem.com/"&gt;Eadem Enterprise AS&lt;/a&gt; • &lt;a href="http://www-oss.fnal.gov/projects/fermilinux/"&gt;Fermi Linux&lt;/a&gt; • &lt;a href="http://www.lineox.com/"&gt;Lineox Enterprise Linux&lt;/a&gt; • &lt;a href="http://www.miraclelinux.com/"&gt;Miracle Linux&lt;/a&gt; • &lt;a href="http://www.linuxone.co.kr/"&gt;NuxOne Linux&lt;/a&gt; • &lt;a href="http://www.piebox.org/"&gt;Pie Box Enterprise Linux&lt;/a&gt; • &lt;a href="https://www.scientificlinux.org/"&gt;Scientific Linux&lt;/a&gt; • &lt;a href="http://linux.startcom.org/"&gt;StartCom Linux&lt;/a&gt; • &lt;a href="http://taolinux.org/"&gt;Tao Linux&lt;/a&gt; • &lt;a href="http://www.whiteboxlinux.org/"&gt;White Box Enterprise Linux&lt;/a&gt; • &lt;a href="http://www.xoslinux.org/"&gt;X/OS Linux&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);"&gt;GENTOO&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.flashlinux.org.uk/"&gt;Flash Linux&lt;/a&gt; • &lt;a href="http://gentoox.shallax.com/"&gt;Gentoox&lt;/a&gt; • &lt;a href="http://gentoo.linuxsir.org/proj/ibox.xml"&gt;iBox&lt;/a&gt; • &lt;a href="http://jollix.berlios.de/"&gt;Jollix&lt;/a&gt; • &lt;a href="http://knopperdisk.knopper.tk/"&gt;Knopperdisk&lt;/a&gt; • &lt;a href="http://navynos.linux.pl/"&gt;Navyn OS&lt;/a&gt; • &lt;a href="http://www.pardus.org.tr/"&gt;Pardus Live CD&lt;/a&gt; • &lt;a href="http://www.sharkos.org/"&gt;Shark Linux&lt;/a&gt; • &lt;a href="http://www.sysresccd.org/"&gt;SystemRescueCd&lt;/a&gt; • &lt;a href="https://www.ututo.org/"&gt;Ututo&lt;/a&gt; • &lt;a href="http://vidalinux.com/"&gt;Vidalinux Desktop OS&lt;/a&gt; • &lt;a href="http://www.zerahstar.com/"&gt;ZerahStar Zesktop&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;DAMN SMALL&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.flonix.com/"&gt;Flonix&lt;/a&gt; • &lt;a href="http://www.hikarunix.org/"&gt;Hikarunix&lt;/a&gt; • &lt;a href="http://www.insert.cd/"&gt;INSERT - Inside Security Rescue Toolkit&lt;/a&gt; • &lt;a href="http://jusix.rulez.pl/"&gt;JUSIX&lt;/a&gt; • &lt;a href="http://lamppix.tinowagner.com/"&gt;LAMPPIX&lt;/a&gt; • &lt;a href="http://luitlinux.sarovar.org/"&gt;Luit Linux&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Free BSD&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dragonflybsd.org/"&gt;DragonFly BSD&lt;/a&gt; • &lt;a href="http://www.freesbie.org/"&gt;FreeSBIE&lt;/a&gt; • &lt;a href="http://lebrillo.osl.ull.es/projects/gulicbsd/"&gt;GuLIC-BSD&lt;/a&gt; • &lt;a href="http://www.m0n0.ch/wall/"&gt;m0n0wall&lt;/a&gt; • &lt;a href="http://www.trianceware.com/"&gt;TrianceOS&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;SUSE&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.caixamagica.pt/"&gt;Linux Caixa Mágica&lt;/a&gt; • &lt;a href="http://www.lernnetz-sh.de/kmlinux/"&gt;kmLinux&lt;/a&gt; • &lt;a href="http://www.novell.com/products/desktop/"&gt;Novell Linux Desktop&lt;/a&gt; • &lt;a href="http://www.stresslinux.org/"&gt;stresslinux&lt;/a&gt; • &lt;a href="http://wwws.sun.com/software/javadesktopsystem/"&gt;Sun Java Desktop System&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-3168771405570139549?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/3168771405570139549/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=3168771405570139549' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/3168771405570139549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/3168771405570139549'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/02/based-distribution.html' title='Unix Based Distribution'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-532771465181173620</id><published>2007-02-09T05:37:00.000-08:00</published><updated>2007-02-06T10:51:51.695-08:00</updated><title type='text'>GNOME</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_f6ZOgAVT6dA/Rcx5bPWGQ6I/AAAAAAAAAC0/besoPm4xirc/s1600-h/gnome-logo-large.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_f6ZOgAVT6dA/Rcx5bPWGQ6I/AAAAAAAAAC0/besoPm4xirc/s320/gnome-logo-large.png" alt="gnome logo" id="BLOGGER_PHOTO_ID_5029528392748647330" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The GNOME project was started in August 1997 by Miguel de Icaza and Federico Mena in response to licensing concerns over software used by KDE, a free software desktop environment that relies on the Qt widget toolkit. At the time, Qt did not use a free software license and members of the GNU project became concerned about the use of such a toolkit for building a free software desktop and applications. Two projects were started: the Harmony toolkit, to create a free replacement for the Qt libraries, and GNOME to create a new desktop without Qt and built entirely on top of free software.[2]&lt;br /&gt;&lt;br /&gt;In place of the Qt toolkit, GTK+ was chosen as the base of the GNOME desktop. GTK+ uses the GNU Lesser Public License (LGPL), a free software license that allows software linking to it, such as applications written for GNOME, to use a much wider set of licenses, including proprietary software licenses.[3] The GNOME desktop itself is licensed under the LGPL for its libraries, and the GPL for applications that are part of the GNOME project itself. While Qt is dual-licensed under both the QPL and the GPL, the freedom to link proprietary software with GTK+ at no charge makes it differ from Qt.&lt;br /&gt;&lt;br /&gt;GNOME is designed around the traditional computing desktop metaphor. Its handling of windows, applications and files is similar to that of contemporary desktop operating systems. In its default configuration, the desktop has a launcher menu for quick access to installed programs and file locations; open windows may be accessed by a taskbar along the bottom of the screen and the top-right corner features a notification area for programs to display notices while running in the background. However these features can be moved to almost anywhere the user desires, replaced with other functions or removed altogether.&lt;br /&gt;&lt;br /&gt;The appearance of GNOME can be changed by the use of themes, which are sets consisting of an icon set, window manager border and GTK+ theme engine and parameters. Popular GTK+ themes include Bluecurve and Clearlooks (the current default theme).&lt;br /&gt;&lt;br /&gt;GNOME puts emphasis on being easy for everyone to use. The HIG helps guide developers in producing applications which look and behave similarly, in order to provide a cohesive GNOME interface.&lt;br /&gt;&lt;br /&gt;Since GNOME v2.0, a key focus of the project has been usability. As a part of this, a large effort was put into creating the GNOME Human Interface Guidelines (HIG). The HIG is an extensive guide for creating high quality, consistent, usable GUI programs, covering everything from GUI design to recommended pixel-based layout of widgets.&lt;br /&gt;&lt;br /&gt;GNOME HIG introduction:[12]&lt;br /&gt;“     This document tells you how to create applications that look right, behave properly, and fit into the GNOME user interface as a whole. It is written for interface designers, graphic artists and software developers who will be creating software for the GNOME environment. Both specific advice on making effective use of interface elements, and the philosophy and general design principles behind the GNOME interface are covered.     ”&lt;br /&gt;&lt;br /&gt;During the v2.0 rewrite, many settings were deemed to be “crack” settings (of little or no value to the majority of users) and were removed. For instance, the preferences section of the Panel were reduced from a sprawling dialog of six large tabs to a much simpler one with two small tabs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-532771465181173620?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/532771465181173620/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=532771465181173620' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/532771465181173620'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/532771465181173620'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/02/gnome.html' title='GNOME'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_f6ZOgAVT6dA/Rcx5bPWGQ6I/AAAAAAAAAC0/besoPm4xirc/s72-c/gnome-logo-large.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-6945594356485795433</id><published>2007-02-06T10:37:00.000-08:00</published><updated>2007-02-06T10:51:52.128-08:00</updated><title type='text'>KDE Desktop</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_f6ZOgAVT6dA/RcjOMYEg9XI/AAAAAAAAACo/3qEhce9B2r4/s1600-h/kde_konqi_logo.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_f6ZOgAVT6dA/RcjOMYEg9XI/AAAAAAAAACo/3qEhce9B2r4/s320/kde_konqi_logo.png" alt="" id="BLOGGER_PHOTO_ID_5028495695974298994" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;KDE or (K Desktop &lt;span style="font-style: italic;"&gt;&lt;/span&gt; Environment is desktop environment) for Unix like OS, KDE have many application.&lt;br /&gt;&lt;br /&gt;KDE was founded in 1996 by Matthias Ettrich. At the time, he was troubled by certain aspects of the UNIX desktop. Among his qualms were that none of the applications looked, felt, or worked alike. He proposed the formation of not only a set of applications, but rather a desktop environment, in which users could expect things to look, feel, and work consistently. He also wanted to make this desktop easy to use; one of his complaints with desktop applications of the time was that his girlfriend could not use them. His initial Usenet post spurred a lot of interest, and the KDE project was born.[1] The name KDE was intended as a word play on the existing Common Desktop Environment available for Unix systems. The K was originally suggested to stand for "Kool", but it was quickly decided that the K should stand for nothing in particular.&lt;br /&gt;&lt;br /&gt;Matthias chose to use the Qt toolkit for the KDE project. Other programmers quickly started developing KDE/Qt applications, and by early 1997, large and complex applications were being released. At the time, Qt did not use a free software license and members of the GNU project became concerned about the use of such a toolkit for building a free software desktop and applications. Two projects were started: "Harmony", to create a Free replacement for the Qt libraries, and the GNOME project to create a new desktop without Qt and built entirely on top of free software.&lt;br /&gt;&lt;br /&gt;In November 1998, the Qt toolkit was licensed under the open source Q Public License (QPL). This same year the KDE Free Qt foundation [3] was created which guarantees that Qt would fall under a variant of the very liberal BSD license should Trolltech cease to exist or no open source version of Qt be released during 12 months. But debate continued about compatibility with the GNU General Public License (GPL). In September 2000, Trolltech made the Unix version of the Qt libraries available under the GPL, in addition to the QPL, which has eliminated the concerns of the Free Software Foundation. Starting with the release of Qt 4.0, it is available as free software for the Unix, Mac and Windows platforms, indicating that the next major version of KDE applications and libraries will have native support on these platforms.&lt;br /&gt;&lt;br /&gt;Both KDE and GNOME now participate in Freedesktop.org, an effort to standardize Unix desktop interoperability, although there is still some friendly competition between them.&lt;br /&gt;&lt;br /&gt;Like many open source/free software projects, KDE is primarily a volunteer effort, although various companies, such as Novell (in the form of SuSE), Trolltech, and Mandriva employ developers to work on the project. Since a large number of individuals contribute to KDE in various ways (e.g. code, translation, artwork), organization of such a project is complex. Most problems are discussed on a number of different mailing lists.&lt;br /&gt;&lt;br /&gt;Important decisions, such as release dates and inclusion of new applications, are made on the kde-core-devel list by the so-called core developers. These are developers who have made significant contributions to KDE over a long period of time. Decisions are not made by a formal voting process, but by discussion on the mailing lists. In most cases this seems to work well, and major discussions (such as the question of whether the KDE 2 API should be broken in favour of KDE 3) are rare.&lt;br /&gt;&lt;br /&gt;While developers and users are now located all over the world, the project retains a strong base in Germany. The web servers are located at the universities of Tübingen and Kaiserslautern, a German non-profit organization (KDE e.V.) owns the trademark on "KDE", and KDE conferences often take place in Germany.&lt;br /&gt;&lt;br /&gt;Most KDE applications have a K in the name, mostly as an initial letter and capitalized. However, there are notable exceptions like kynaptic, whose K is not capitalized, Gwenview, which doesn't have a K in the name at all, and Amarok which formerly had its final k capitalized. Many KDE application's K is obtained by spelling a word which originally begins with C or Q differently, for example Konsole and Kuickshow. Also, some just prefix a commonly used word with a K, an instance being KOffice.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-6945594356485795433?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/6945594356485795433/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=6945594356485795433' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/6945594356485795433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/6945594356485795433'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/02/kde-desktop.html' title='KDE Desktop'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_f6ZOgAVT6dA/RcjOMYEg9XI/AAAAAAAAACo/3qEhce9B2r4/s72-c/kde_konqi_logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-3783208071470996800</id><published>2007-02-05T00:32:00.000-08:00</published><updated>2007-02-05T00:35:54.232-08:00</updated><title type='text'>New Kernel 2.6.20</title><content type='html'>List of change&lt;br /&gt;&lt;ul&gt;&lt;li&gt;[PATCH] fix rtl8150&lt;br /&gt;&lt;/li&gt;&lt;li&gt;[PATCH] EFI x86: pass firmware call parameters on the stack &lt;/li&gt;&lt;li&gt;[PATCH] x86-64: define dma noncoherent API functions &lt;/li&gt;&lt;li&gt;[PATCH] revert blockdev direct io back to 2.6.19 version &lt;/li&gt;&lt;li&gt;[PATCH] net/smc911x: match up spin lock/unlock &lt;/li&gt;&lt;li&gt;[PATCH] kexec: Avoid migration of already disabled irqs (ia64) &lt;/li&gt;&lt;li&gt;[SCSI] sd: udev accessing an uninitialized scsi_disk field results in a crash &lt;/li&gt;&lt;li&gt;libata: Initialize nbytes for internal sg commands &lt;ul&gt;&lt;li&gt;Fix ata_busy_wait() kernel docs&lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;li&gt;[PATCH] via82cxxx: fix typo ("cx7000" should be corrected to "cx700") &lt;/li&gt;&lt;li&gt;[PATCH] KVM: fix lockup on 32-bit intel hosts with nx disabled in the bios&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;a href="http://kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.20"&gt;Full Changelog&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-3783208071470996800?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/3783208071470996800/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=3783208071470996800' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/3783208071470996800'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/3783208071470996800'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/02/new-kernel-2620.html' title='New Kernel 2.6.20'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-6741725443036950381</id><published>2007-02-04T07:11:00.000-08:00</published><updated>2007-02-04T12:06:34.482-08:00</updated><title type='text'>Boot Speed</title><content type='html'>&lt;span style="color: rgb(51, 204, 255);"&gt; Distribution&lt;span style="color: rgb(255, 204, 0);"&gt;_____________________&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Seconds&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;   1. Mandriva Linux 2007_______________40 sec.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;   2. PCLinuxOS 0.93a _________________ 46 sec.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;   3. Debian GNU/Linux 4.0 _____________ 47 sec.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;   4. Pardus Linux 2007 ________________ 48 sec.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;   5. Ubuntu 6.10 _____________________49 sec.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;   6. SimpleyMEPIS 6.0-4 (BETA 1) ________51 sec.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;   7. OpenSUSE 10.2 ___________________61 sec.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;   8. Fedora Core 6 ____________________ 72 sec.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;   9. Xandros Desktop 4.1 ________________89 sec.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Boot times for some distribution.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-6741725443036950381?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/6741725443036950381/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=6741725443036950381' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/6741725443036950381'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/6741725443036950381'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/02/boot-speed.html' title='Boot Speed'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-8420631933311060192</id><published>2007-02-03T12:23:00.000-08:00</published><updated>2007-02-04T03:12:40.937-08:00</updated><title type='text'>8.)Damm Small</title><content type='html'>It is pass all relief linux disribution with only 50 mb,they have Graphical installer.they can boot from CD as a live linux distribution (LiveCD),even from  a USB pen drive Damn Small also has the ability to act as an SSH/FTP/HTTPD server right off of a live CD.DSL use DEB Package Management.&lt;br /&gt;&lt;br /&gt;CD-s  1          &lt;br /&gt;&lt;br /&gt;Installation--------------Graphical&lt;br /&gt;&lt;br /&gt;Package Management---deb&lt;br /&gt;&lt;br /&gt;Processor Architecture--i386&lt;br /&gt;&lt;br /&gt;Current version:----3.2  &lt;a href="http://www.damnsmalllinux.org/download.html"&gt;(download .iso)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Damn Small Based on Damn Small Linux: 6 Distributions&lt;br /&gt;   &lt;br /&gt;Flonix   &lt;br /&gt;&lt;br /&gt;Hikarunix   &lt;br /&gt;&lt;br /&gt;Luit Linux&lt;br /&gt;&lt;br /&gt;LAMPPIX&lt;br /&gt;&lt;br /&gt;JUSIX&lt;br /&gt;&lt;br /&gt;INSERT - Inside Security Rescue Toolkit&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-8420631933311060192?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/8420631933311060192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=8420631933311060192' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/8420631933311060192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/8420631933311060192'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/02/8damm-small.html' title='8.)Damm Small'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-3121886732313739773</id><published>2007-02-02T08:04:00.000-08:00</published><updated>2007-02-02T08:13:51.567-08:00</updated><title type='text'>Why you should to use Linux ?</title><content type='html'>Because Linux have many good offices&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;Forget about viruses&lt;br /&gt;&lt;br /&gt;Linux protects your computer&lt;br /&gt;&lt;br /&gt;Don't pay $300 for your operating system.&lt;br /&gt;&lt;br /&gt;When the system has installed, why would you still need to install stuff?&lt;br /&gt;&lt;br /&gt;Update all your software with a single click.&lt;br /&gt;&lt;br /&gt;Why copy software illegally if you can get it for free?&lt;br /&gt;&lt;br /&gt;Why does your Windows get slower day after day?&lt;br /&gt;&lt;br /&gt;Get a great music player&lt;br /&gt;&lt;br /&gt;Enjoy free and unlimited support.&lt;br /&gt;&lt;br /&gt;Choose what your desktop looks like.&lt;br /&gt;&lt;br /&gt;Use MSN, AIM, ICQ, Jabber, with a single program.&lt;br /&gt;&lt;br /&gt;Let your old computer have a second life.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-3121886732313739773?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/3121886732313739773/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=3121886732313739773' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/3121886732313739773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/3121886732313739773'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/02/why-you-should-to-use-linux.html' title='Why you should to use Linux ?'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-4018688979828342991</id><published>2007-02-01T02:47:00.000-08:00</published><updated>2007-02-01T04:24:42.313-08:00</updated><title type='text'>Linux Logos</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_f6ZOgAVT6dA/RcHFfY2t9eI/AAAAAAAAAAk/vtbRUj8r6CQ/s1600-h/Linux.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_f6ZOgAVT6dA/RcHFfY2t9eI/AAAAAAAAAAk/vtbRUj8r6CQ/s400/Linux.JPG" alt="linux logos" id="BLOGGER_PHOTO_ID_5026515802160756194" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-4018688979828342991?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/4018688979828342991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=4018688979828342991' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/4018688979828342991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/4018688979828342991'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/02/linux-logos.html' title='Linux Logos'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_f6ZOgAVT6dA/RcHFfY2t9eI/AAAAAAAAAAk/vtbRUj8r6CQ/s72-c/Linux.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-2394699631260355151</id><published>2007-01-31T15:25:00.000-08:00</published><updated>2007-01-31T15:32:16.036-08:00</updated><title type='text'>What is Linux ??</title><content type='html'>Linux is an OS (operating system) for your desktop or server computer,like a Microsoft Windows. Linux is very different however (and we believe, better!).&lt;br /&gt;&lt;br /&gt; Linux was started in 1992 by then university student Linus Torvalds, who released his software for &lt;em&gt;free&lt;/em&gt;, including all of the source code. Because Linus made his source code freely available, thousands of developers around the world have downloaded it, made changes and sent improvements back to him!&lt;br /&gt;&lt;br /&gt;Because of this global collaboration effort, Linux is stable, extremely flexible and well supported. It is the fastest growing operating system in the world and it is freely available for &lt;em&gt;you&lt;/em&gt; to install onto your computer! Sound great? It is!&lt;br /&gt;&lt;br /&gt;Linux comes with thousands of free applications, which are maintained by thousands of volunteers around the world. These projects also release their source code, which means they too are 'open source'.&lt;br /&gt;&lt;br /&gt; &lt;em&gt;"But how can they do all this for free?"&lt;/em&gt; I hear you ask. The Linux and open source communities do all this for free because they love the software, not because they try to make money from it. They are doing it for prestige, honour and because they believe in open source ideals.&lt;br /&gt;&lt;br /&gt;It is important to note that due to the nature of open source software (the ability to customise it however you like) there are many different version of Linux. This is great because you can find a version that suits you best! These different versions of Linux are called 'distributions'. This is because the creators of the various versions take Linux and make their own changes to it, add their own packages and then distribute it for free. It might sound complicated, but it's not. So don't worry, we'll help you get started on the right track!&lt;br /&gt;&lt;br /&gt; We invite you to look further into Linux and welcome you to 'make the move' into an amazing new world.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-2394699631260355151?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/2394699631260355151/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=2394699631260355151' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/2394699631260355151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/2394699631260355151'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/01/what-is-linux.html' title='What is Linux ??'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-5211291078341634616</id><published>2007-01-31T14:37:00.001-08:00</published><updated>2007-01-31T14:56:33.815-08:00</updated><title type='text'>Upcoming releases of Linux/BSD distros</title><content type='html'>&lt;ul&gt;&lt;li&gt;2007-01-30: &lt;a href="http://www.fedora.redhat.com/"&gt;Fedora&lt;/a&gt; 7 Test1                 &lt;/li&gt;&lt;li&gt;2007-01-XX: &lt;a href="http://www.freespire.org/"&gt;Freespire&lt;/a&gt; 2.0 Beta                 &lt;/li&gt;&lt;li&gt;2007-02-01: &lt;a href="http://www.linuxmint.com"&gt;Linux &lt;/a&gt;&lt;a href="http://www.linuxmint.com"&gt;Mint&lt;/a&gt; 2.2 BETA                 &lt;/li&gt;&lt;li&gt;2007-02-15: &lt;a href="http://www.frugalware.org/"&gt;Frugalware&lt;/a&gt;&lt;a href="http://www.frugalware.org/"&gt; &lt;/a&gt;Linux 0.6rc1                 &lt;/li&gt;&lt;li&gt;2007-02-15: &lt;a href="http://www.opensuse.org/"&gt;openSUSE&lt;/a&gt; 10.3 Alpha 1                  &lt;/li&gt;&lt;li&gt;&lt;b&gt;2007-02-20: Linux &lt;a href="http://www.linuxmint.com/"&gt;Mint&lt;/a&gt; 2.2&lt;/b&gt;                  &lt;/li&gt;&lt;li&gt;2007-02-27: &lt;a href="http://www.fedora.redhat.com/"&gt;Fedora&lt;/a&gt;&lt;a href="http://www.fedora.redhat.com/"&gt; 7&lt;/a&gt; Test2                 &lt;/li&gt;&lt;li&gt;&lt;b&gt;2007-02-28: &lt;a href="http://www.redhat.com/rhel/"&gt;Red Hat&lt;/a&gt;&lt;a href="http://www.redhat.com/rhel/"&gt; Enterprise Linux 5&lt;/a&gt;&lt;/b&gt;                  &lt;/li&gt;&lt;li&gt;2007-02-XX: &lt;a href="http://www.freespire.org/"&gt;Freespire&lt;/a&gt; 2.0 RC                  &lt;/li&gt;&lt;li&gt;&lt;b&gt;2007-02-XX: &lt;a href="http://www.gentoo.org/"&gt;Gentoo&lt;/a&gt; Linux 2007.0&lt;/b&gt;                  &lt;/li&gt;&lt;li&gt;2007-03-08: &lt;a href="http://www.frugalware.org/"&gt;Frugalware&lt;/a&gt; Linux 0.6rc2                 &lt;/li&gt;&lt;li&gt;&lt;b&gt;2007-03-22: &lt;a href="http://www.frugalware.org/"&gt;Frugalware&lt;/a&gt; Linux 0.6&lt;/b&gt;                  &lt;/li&gt;&lt;li&gt;2007-03-22: &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt; 7.04 Beta                 &lt;/li&gt;&lt;li&gt;2007-03-26: &lt;a href="http://www.fedora.redhat.com/"&gt;Fedora&lt;/a&gt; 7 Test3                 &lt;/li&gt;&lt;li&gt;&lt;b&gt;2007-03-XX: &lt;a href="http://www.asianux.com/"&gt;Asianux&lt;/a&gt; 3.0&lt;/b&gt;                  &lt;/li&gt;&lt;li&gt;&lt;b&gt;2007-04-04: &lt;a href="http://www.mandriva.com/"&gt;Mandriva&lt;/a&gt; Linux 2007.1&lt;/b&gt;                  &lt;/li&gt;&lt;li&gt;2007-04-12: &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt; 7.04 RC                 &lt;/li&gt;&lt;li&gt;&lt;b&gt;2007-04-19: &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt; 7.04&lt;/b&gt;                  &lt;/li&gt;&lt;li&gt;&lt;b&gt;2007-04-24: &lt;a href="http://www.fedora.redhat.com/"&gt;Fedora&lt;/a&gt; 7&lt;/b&gt;   &lt;/li&gt;&lt;li&gt;&lt;b&gt;2007-08-XX: &lt;a href="http://www.gentoo.org/"&gt;Gentoo&lt;/a&gt; Linux 2007.1&lt;/b&gt;                 &lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-5211291078341634616?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/5211291078341634616/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=5211291078341634616' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/5211291078341634616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/5211291078341634616'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/01/upcoming-releases-of-linuxbsd-distros.html' title='Upcoming releases of Linux/BSD distros'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-8505694094296669156</id><published>2007-01-31T14:37:00.000-08:00</published><updated>2007-02-01T14:12:34.142-08:00</updated><title type='text'>Linux/BSD distros</title><content type='html'>Top 10 liunux distributions&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_f6ZOgAVT6dA/RcHPno2t9fI/AAAAAAAAAAw/1JJdY2SxGWk/s1600-h/ubuntu.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 97px; height: 53px;" src="http://3.bp.blogspot.com/_f6ZOgAVT6dA/RcHPno2t9fI/AAAAAAAAAAw/1JJdY2SxGWk/s320/ubuntu.jpg" alt="ubuntu logo" id="BLOGGER_PHOTO_ID_5026526939010954738" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;1)Ubuntu&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_f6ZOgAVT6dA/RcHQNI2t9gI/AAAAAAAAAA4/-LPYUuRWHws/s1600-h/suse.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 97px; height: 53px;" src="http://1.bp.blogspot.com/_f6ZOgAVT6dA/RcHQNI2t9gI/AAAAAAAAAA4/-LPYUuRWHws/s320/suse.jpg" alt="suse logo" id="BLOGGER_PHOTO_ID_5026527583256049154" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;2)openSUSE&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_f6ZOgAVT6dA/RcHESY2t9dI/AAAAAAAAAAY/Ptu3CquTCco/s1600-h/header-fedora_logo01.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 97px; height: 53px;" src="http://2.bp.blogspot.com/_f6ZOgAVT6dA/RcHESY2t9dI/AAAAAAAAAAY/Ptu3CquTCco/s320/header-fedora_logo01.png" alt="fedora logo" id="BLOGGER_PHOTO_ID_5026514479310829010" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;3)Fedora&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_f6ZOgAVT6dA/RcHQyo2t9hI/AAAAAAAAABA/QElCiMKbTUM/s1600-h/mepis.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 97px; height: 47px;" src="http://3.bp.blogspot.com/_f6ZOgAVT6dA/RcHQyo2t9hI/AAAAAAAAABA/QElCiMKbTUM/s320/mepis.jpg" alt="mepis logo" id="BLOGGER_PHOTO_ID_5026528227501143570" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;4)Mepis&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_f6ZOgAVT6dA/RcHRT42t9iI/AAAAAAAAABI/3yldl0Ru_eE/s1600-h/pclinux.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 97px; height: 53px;" src="http://4.bp.blogspot.com/_f6ZOgAVT6dA/RcHRT42t9iI/AAAAAAAAABI/3yldl0Ru_eE/s320/pclinux.jpg" alt="pclinuxos logo" id="BLOGGER_PHOTO_ID_5026528798731793954" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;5)PC Linux OS&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_f6ZOgAVT6dA/RcHRyI2t9jI/AAAAAAAAABQ/v2c7MJ3K31I/s1600-h/mandriva.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 97px; height: 53px;" src="http://1.bp.blogspot.com/_f6ZOgAVT6dA/RcHRyI2t9jI/AAAAAAAAABQ/v2c7MJ3K31I/s320/mandriva.jpg" alt="mandriva logo" id="BLOGGER_PHOTO_ID_5026529318422836786" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;6)Mandriva&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_f6ZOgAVT6dA/RcHSMI2t9kI/AAAAAAAAABY/bFMmHrkujsg/s1600-h/debian.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 97px; height: 53px;" src="http://1.bp.blogspot.com/_f6ZOgAVT6dA/RcHSMI2t9kI/AAAAAAAAABY/bFMmHrkujsg/s320/debian.jpg" alt="debian logo" id="BLOGGER_PHOTO_ID_5026529765099435586" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;7)Debian&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_f6ZOgAVT6dA/RcHUjo2t9nI/AAAAAAAAABw/jZnIwPOlS0o/s1600-h/damnsmall.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 97px; height: 53px;" src="http://3.bp.blogspot.com/_f6ZOgAVT6dA/RcHUjo2t9nI/AAAAAAAAABw/jZnIwPOlS0o/s320/damnsmall.jpg" alt="damnsmall logo" id="BLOGGER_PHOTO_ID_5026532367849617010" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;8)Damm Small&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_f6ZOgAVT6dA/RcHS8Y2t9lI/AAAAAAAAABg/nMBYL71QcRM/s1600-h/slackware.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 97px; height: 53px;" src="http://2.bp.blogspot.com/_f6ZOgAVT6dA/RcHS8Y2t9lI/AAAAAAAAABg/nMBYL71QcRM/s320/slackware.jpg" alt="slackware logo" id="BLOGGER_PHOTO_ID_5026530594028123730" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;9)Slackware&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_f6ZOgAVT6dA/RcHU9I2t9oI/AAAAAAAAAB4/ZSVqlkBONSo/s1600-h/sabayon.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 97px; height: 53px;" src="http://1.bp.blogspot.com/_f6ZOgAVT6dA/RcHU9I2t9oI/AAAAAAAAAB4/ZSVqlkBONSo/s320/sabayon.jpg" alt="sabayon logo" id="BLOGGER_PHOTO_ID_5026532805936281218" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;10)Sabayon&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-8505694094296669156?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/8505694094296669156/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=8505694094296669156' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/8505694094296669156'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/8505694094296669156'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/01/upcoming-releases-of-linuxbsd-distros_31.html' title='Linux/BSD distros'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_f6ZOgAVT6dA/RcHPno2t9fI/AAAAAAAAAAw/1JJdY2SxGWk/s72-c/ubuntu.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6141598342118440698.post-5166588003621575450</id><published>2007-01-31T14:34:00.000-08:00</published><updated>2007-01-31T14:36:18.532-08:00</updated><title type='text'>Hi</title><content type='html'>Today start blog dedicted to linux and Open source community&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6141598342118440698-5166588003621575450?l=linuxworld-kosava.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxworld-kosava.blogspot.com/feeds/5166588003621575450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6141598342118440698&amp;postID=5166588003621575450' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/5166588003621575450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6141598342118440698/posts/default/5166588003621575450'/><link rel='alternate' type='text/html' href='http://linuxworld-kosava.blogspot.com/2007/01/hi.html' title='Hi'/><author><name>Kosava</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>
