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”
 

  • DistroWatch Weekly, Issue 346


    tuxmachines.org - Do you waddle the waddle?Authority Authority: 456
    This week in DistroWatch Weekly: Reviews: System rescue and virus scanning with Dr.Web LiveCD News: Ubuntu stirs debates over button placement, CrunchBang switches base, Debian presents DPL candidates, LiMux explains migration status, state of four distributions Questions and answers: Restoring deleted files ...
    2 hours ago
  • rPath Joins Linux Foundation


    tuxmachines.org - Do you waddle the waddle?Authority Authority: 456
    linuxfoundation.org: The Linux Foundation today announced that rPath is its newest member. Advertisement: read more
    2 hours ago
  • 在 VirtualBox 內安裝 ArchLinux 的紀錄


    Gea-Suan Lin's BLOGAuthority Authority: 119
    Debian 用一陣子後,發現 Python 2.6 在 lenny 的 backports 也沒有,一定得到 squeeze (目前的 testing ) 找出來用,但如此一來就會有很多問題 (像是 testing 的 python library 使用 stable 的 C library),所以一直在覺得很煩… 另外,自己架設 APT ...
    3 hours ago
  • What’s The Geekiest OS Ever?


    PCMechAuthority Authority: 133
    In order for an operating system to be truly geeky, it has to fulfill certain requirements. Must not be Windows. Must not be Mac. Must have a huge learning curve and take months to master. Must be ugly. A truly geeky OS isn’t pretty. The GUI should only be the absolute bare minimum in order to get the job done. ...
    4 hours ago
  • DistroWatch Weekly, Issue 346


    TechBlogs TodayAuthority Authority: 518
    This week in DistroWatch Weekly: Reviews: System rescue and virus scanning with Dr.Web LiveCD News: Ubuntu stirs debates over button placement, CrunchBang switches base, Debian presents DPL candidates, LiMux explains migration status, state of four distributions Questions and answers: Restoring deleted files Released ...
    5 hours ago
  • TeamTalk 4.0


    TechBetaAuthority Authority: 149
    TeamTalk is a voice conferencing application (or internet phone). TeamTalk allows you to talk to friends and colleagues using the internet as audio carrier. With TeamTalk any number of people can participate in a conversation and is only limited by the bandwidth you have available. Each user can choose his or her ...
    5 hours ago
  • Apple iPad? How about a little German innovation instead


    dzone.com: latest front pageAuthority Authority: 168
    The German Android device has a bigger multitouch screen and a faster CPU than the iPad. Also it runs Flash, has USB ports, an inbuilt card reader and expandable memory. Additionally it allows complete multitasking and has a webcam. Beat that baby.
    5 hours ago
  • ‘Responsiveness really is king, ‘Multicore requires OS rework,’ Windows architect advises


    D' Technology WeblogAuthority Authority: 559
    Dave Probert of Microsoft at University of Illinois at Urbana-Champaigns Universal Parallel Computing Research Center said “With chip makers continuing to increase ‘number of cores’ they include on each new gen processors, perhaps its time to rethink ‘basic architecture’ of todays operating systems. ...
    5 hours ago
  • FileZilla 3.3.2.1


    TechBetaAuthority Authority: 149
    FileZilla, the free FTP solution. Both a client and a server are available. FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface. Among others, the features of FileZilla include the following: - Easy to use - ...
    5 hours ago
  • Opera 10.51 Final


    TechBetaAuthority Authority: 149
    Opera 10.50 Web browser The fastest browser on Earth Surf the Web with lightning speed, using the fastest browser ever. Check out the elegant, new design and many other improvements in Opera 10.50. Opera is the Web pioneer that delivered tabbed browsing in 2000, with features such as tabbed browsing, Speed ...
    5 hours ago
  • Autoexpect Scenario


    ????'s BlogAuthority Authority: 112
    Autoexpect固然方便,但是很多時候還是必須手動改正Autoexpect所錄製過的script才能順利運行,以下將透過SSH登入本機後執行vmstat的指令來說明: 1. 執行Autoexpect: # autoexpect ...
    6 hours ago
  • Make a Difference: Ada Lovelace Day


    TechBlogs TodayAuthority Authority: 518
    J ust a quick reminder to you good folks that Ada Lovelace Day is happening on Wed 24th March 2010 . For those of you unfamiliar with it, it is a fantastic initiative that was kicked off last year to highlight and celebrate the achievements of women in technology and science. The goal of the day is for people ...
    6 hours ago
  • Sylpheed 3.0.1


    Aplikacije.NETAuthority Authority: 144
    Sylpheed is a simple, lightweight but full-featured, and easy-to-use e-mail client (mailer, MUA). Features: Simple, beautiful, and well-polished user interface Comfortable operationality which is built in detail Immediately available with minimal configuration Lightweight operation High reliability ...
    6 hours ago
  • RText 1.1.0


    Aplikacije.NETAuthority Authority: 144
    RText is a customizable text editor written in Java that will help programmers. Some of its features include: syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help. Features: Syntax highlighting for over 20 languages ...
    7 hours ago
  • RText 1.1.0


    Aplikacije.NETAuthority Authority: 144
    RText is a customizable text editor written in Java that will help programmers. Some of its features include: syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help. Features: Syntax highlighting for over 20 languages ...
    7 hours ago
  • Signal generation and handling


    C BoardAuthority Authority: 164
    Hi, Im using Code: int sigaction(int signum, const struct sigaction *act,struct sigaction *oldact); to register my realtime signal and the Code:         void    (*sa_sigaction)(int, siginfo_t *, void *); callback handler to detect the availabilty of input data (si_code==POLL_IN) on my file ...
    7 hours ago
  • TCS walk-in on 27th March Hyderabad


    IT ParkHeat | Indian IT Park News, Jobs and LifestyleAuthority Authority: 155
    This job is posted by Tushar and available at itjobsdelhi.blogspot.com Walk-In Interviews Tata Consultancy Services at Hyderabad – on 27th March, 2010 Web Technologies – Java, J2EE, Oracle Open Systems – C++ Testing – Automation Testing Testing – Linux Telecom Tester MF – Linux Administrators MF – Linux ...
    7 hours ago
  • Android Prototypes Design House


    Programmers Heaven Forums RSS FeedAuthority Authority: 158
    A professional Handheld Electronic Design House in China, work as an OEM / ODM partner to provide ID and Mechanical design, Software and Hardware design, and also turn key solution for customers.pe Ready Android Prototypes: 1) Android Phone 2) RFP Remote Controller 3) Educational MID View detail information at: ...
    7 hours ago
  • Top 5 Best Databases


    The Geek StuffAuthority Authority: 118
    As part of the contest we conducted recently, we got 160+ comments from the geeky readers who choose their favorite database.Based on this data, the top spot goes to.. drum roll please..MySQLIf you are new to any of the top 5 database mentioned here, please read the rest of the article to understand more [...] ...
    8 hours ago
  • Back from National Free Software Conference - 2010


    CONtroverSial PROSeAuthority Authority: 112
    I, along with Chen , the Maintainer of Gnome Evolution project gave a talk in National Free Software Conference - 2010, Bangalore. Our talk was titled " Developing a Free software, Inside story " I talked about who all are developing Linux Kernel, and how one can get started etc... Then Chen talked from his ...
    9 hours ago

Comments about linux

Personal attacks are NOT allowed
Please read our comment policy