Linux

Tag details

Linux is a POSIX-compliant, UNIX-like operating system created by Linus Torvalds. He started work on Linux in 1991, while enrolled as a student at the University of Helsinki. It was started as a non-commercial alternative to MINIX which was created by Prof. Andrew S. Tannenbaum. While it originally consisted of only the kernel, Torvalds initiated a switch to the GNU General Public License created by Richard M. Stallmann which resulted in the creation of a complete operating system. Linux uses a monolithic kernel design as comparison to a micro-kernel design.

The Linux kernel and many other parts of the operating system promote the concepts of free software and open source software development. It finds use on a wide variety of hardware, from large servers to small embedded systems, along within diverse application domains. There exists a large vibrant community of application and kernel developers for Linux, although the kernel development and releases are still directed by Torvalds. The user interface has matured over the years and various options exist, such as Gnome, KDE, XFCE, etc.

Various “flavors” or distributions of Linux exist in the market, such as Redhat, Fedora, Ubuntu, Suse, Mandrake, Gentoo, etc. While it gains popularity in the server segment with close to 12% of the market share, it is limited to 1–2% of the desktop segment.

Blogcritics by Sibin Mohan Are you a writer, passionate about this or any other topic? Join Blogcritics!
Look up Offsite Link "Linux" at The Free Dictionary

Original Technorati articles tagged “Linux”

Latest blogosphere posts tagged “Linux”

  • A2billing install and configure with FreePBX by aliosol


    Chit Chat 247 - Freelance Job OffersAuthority Authority: 172
    Hi Our project is to install A2B with FreePBX and configure it for Residential VOIP, Calling cards, and call-back service. The outcome of the project is: 1. complete working system 2. detailed documentation… (Budget: $30-250, Jobs: Asterisk PBX, Linux)
    2 hours ago
  • N900 ships as Nokia preps second Maemo phone


    Linux/Unix News - motd.ambians.comAuthority Authority: 460
    After a delay of several weeks, Nokia is finally shipping its Maemo Linux-based N900 smartphone for 500 Euros ($750), says eWEEK. Meanwhile, a research note supports rumors of an upcoming Maemo-based, mass-market smartphone designed to compete directly with the iPhone, says an industry report, and LWN.net reports on ...
    2 hours ago
  • Mono Tools Plug-in for Visual Studio


    Computer & Internet - computer-internet.marc8.comAuthority Authority: 460
    Visual Studio plug-in lets Windows developers create .NET-compatible Mono applications that run on Linux, Unix and Mac-based systems.
    3 hours ago
  • BitRock Cross Platform Installer 6.2.5


    Linux/Unix News - motd.ambians.comAuthority Authority: 460
    BitRock InstallBuilder allows you to create easy-to-use multiplatform installers for Linux , Windows, Mac OS X, FreeBSD, OpenBSD, Solaris , IRIX, AIX, and HP-UX applications.
    3 hours ago
  • Scientists Unveil Lightweight Rootkit Protection


    Linux/Unix News - motd.ambians.comAuthority Authority: 460
    DangerFace writes Scientists are set to unveil a lightweight system they say makes an operating system significantly more resistant to rootkits without degrading its performance. The hypervisor-based system is dubbed HookSafe, and it works by relocating kernel hooks in a guest OS to a dedicated page-aligned memory ...
    4 hours ago
  • Thin client supports new VMware protocol


    Linux/Unix News - motd.ambians.comAuthority Authority: 460
    ClearCube Technology announced a Linux-ready thin client supporting the PC over IP (PCoIP) protocol introduced yesterday with VMware View 4. The ClearCube I8520 uses a 1.6GHz Atom CPU, offers from 512MB to 4GB of flash storage, has CompactFlash and PCI Express x1 slots, and includes two gigabit Ethernet ports, the ...
    5 hours ago
  • Googles new "Go" language


    Linux/Unix News - motd.ambians.comAuthority Authority: 460
    The folks at Google have decided that we need a new "systems language," so they have produced one called "Go." " Go promotes writing systems and servers as sets of lightweight communicating processes, called goroutines, with strong support from the language. Run thousands of goroutines if you want—and say good-bye ...
    5 hours ago
  • Sidux 2009-03 is now available - Linux Critic


    Linux/Unix News - motd.ambians.comAuthority Authority: 460
    Sidux, the debian based linux distribution has seen a new update with Sidux 2009-03 being released.
    6 hours ago
  • Trivial use of md5sum


    handyflossAuthority Authority: 98
    I just made use of the md5sum command in a rather simple situation which could have been more troublesome to handle with other means. The following scenario highlights, IMHO, how command line greatly simplifies some tasks. I have a file file.txt , and a collection of files file.txt.N , where N = 1, 2, 3… I ...
    6 hours ago
  • Problem with accessing subversion installed on unix server through windows GUI


    The UNIX and Linux ForumsAuthority Authority: 167
    We are using subversion as a version control system in our project. We are connecting to client`s sun Solaris box through check point VPN. Client has installed subversion . We have created repository and add files to it. Now we want to access the same from our windows machine (through tortoise svn client). Is ...
    6 hours ago
  • How To Change The Splash Image For Grub 2


    DigitizorAuthority Authority: 137
    Earlier we wrote an article on  how to change the splash image in Grub using Start Up Manager . In the new Grub 2, Start Up Manager can no longer do that and we have to do it manually until StartUp Manager 2 comes. However, Grub 2 supports splash images with higher resolution than was possible in the previous ...
    6 hours ago
  • Mid Hudson Valley Android Hack-a-thon


    Sean's Mental WalkaboutAuthority Authority: 114
    Last night we did the first , of what I hope will be many, MHV Android Hack-a-thons.  The basic idea was to get folks together that are interested in doing android mobile development, and having others around they could bounce questions off of.  We did it at Panera because they have food and wireless, though future ...
    7 hours ago
  • How to know which processes uses the most resources


    i.justrealizedAuthority Authority: 121
    There are times where some processes use too much resources. You can use “ps aux” to get a list of all the processes that are currently running. But what about having them sorted? Here is one way. This works in Ubuntu Linux. Top 10 % CPU usage ps aux | sort -nr -k3 | grep -v USER | head -10 Top ...
    7 hours ago
  • Nuvola Theme für Nagios3


    trinec.de - Let it work!Authority Authority: 114
    Nachdem ich auf einigen Mailinglisten Fragen gelesen hatte, warum ich das gepatchte Nuvola Theme für Nagios 3 wieder offline gesetzt habe, ist es nun wieder online. Das Paket kann hier heruntergeladen werden. Danach muss das Paket nur noch entpackt werden und in die entsprechenden Verzeichnisse kopiert werden, ...
    7 hours ago
  • How to repair MySQL tables


    i.justrealizedAuthority Authority: 121
    There are generally 2 ways of repairing MySQL tables using the command line. First is to use “ mysqlcheck “, the other is to use “ myisamchk ” (only for MyISAM). This is more for my own information. This has been tested on Ubuntu 9.10 with MySQL 5 mysqlcheck This is how you can check if your database tables ...
    8 hours ago
  • Remote installation of rpm package (Using YUM)


    The UNIX and Linux ForumsAuthority Authority: 167
    Hi, I have configured YUM repository on a server and we have 10 linux machine (clients). Is there any way we can install a package on all the 10 machines from YUM repository server? Please help me.
    8 hours ago
  • Valerie Singleton wants more Facebook friends, promotes Linux for the elderly


    F-DefaultAuthority Authority: 560
    We’re not really sure whether to consider this patronizing or genuinely useful . Former Blue Peter presenter Valerie Singleton, who is herself at an advanced age now, has partnered with Wessex Computers to create a custom Linux desktop targeted at easing the elderly into the use of a computer. Dubbed SimplicITy (the ...
    8 hours ago
  • Hacker tool exploits vulnerability in jailbroken iPhones


    ThreatBlogAuthority Authority: 464
    I dont really want to keep banging on about jailbroken iPhones when there are threats out there that affect many more people (though according to Intego , 6-8% of iPhones are, in fact, jailbroken, so I dont want to minimize the threat either). Im quoting Intego because theyve just blogged ( ...
    8 hours ago
  • LXer: Bilski hearings implications for software patents


    LinuxQuestions.orgAuthority Authority: 176
    Published at LXer: ESP has published an analysis of what the Justices said at the Bilski hearing that could impact software patentability Read More...
    9 hours ago
  • Bilski hearing’s implications for software patents


    Open Source PixelsAuthority Authority: 156
    ESP has published an analysis of what the Justices said at the Bilski hearing that could impact software patentability
    9 hours ago

Comments about Linux

Personal attacks are NOT allowed
Please read our comment policy