Linux Hits the FAN

Monitor the end of the world from your Linux box. This week, we’ll show you how easy it can be to setup fully automated monitoring using Nagios and some easy to use front-end tools. Plus Mozilla’s big online gaming play, XBMC on Android, and Microsoft’s real market share. And so much more! All this week on, The Linux Action Show! Show Notes & Download: bit.ly

Open Source Robots

In this episode we show how to build your own open source robot control system using IPGamepad and other open source software we’ve written. Make sure to visit the project page at ipgamepad.googlecode.com We also show off our latest robot called Mantis. By building the controls around a Netduino, the robot is extremely extensible and can receive commands from any WiFi enabled device.

2012: What a Year for Linux

2012 has been another year of records for Linux. The operating system is the fastest growing platform across multiple industries and is inspiring new projects every single day. Join us as we review this amazing year and celebrate Linux and its global community of developers, contributors and sponsors. For more information about Linux, please visit www.linuxfoundation.org and http Third-party Video and Photo Credits In order of appearance * Technology Academy of Finland * Amazon (Kindle) * Google (Chromebook)

Install Netflix in Linux Mint, Fedora and Ubuntu – Tutorial

You’ve probably heard – Netflix works on Linux! Yes, installing Netflix on Linux has become easier, but we still need to use the cmd line. (COMMANDS BELOW) || Add me: facebook.com || Let me show you the easy way to watch Netflix on Ubuntu, Mint and Fedora! To install on Ubuntu / Mint – Start terminal $ sudo apt-add-repository ppa:ehoover/compholio $ sudo apt-get update $ sudo apt-get install netflix-desktop —— For Fedora (only 32 bit systems) You need wget first: su -c ‘yum -y install wget’ Installing Netflix: wget -c sourceforge.net tar -xvzf Netflixplayer.tar.gz su -c ‘sh Netflixplayer.sh’ Running Netflix from cmd line: sh /usr/bin/Netflix.sh