<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PLATFORMedia LLC &#187; linux</title>
	<atom:link href="http://platformedia.com/oss-blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://platformedia.com</link>
	<description>Corporate Web Site</description>
	<lastBuildDate>Sat, 05 Jun 2010 04:49:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running rsync from a webserver (using sudo)</title>
		<link>http://platformedia.com/oss-blog/running-rsync-from-a-webserver-using-sudo/</link>
		<comments>http://platformedia.com/oss-blog/running-rsync-from-a-webserver-using-sudo/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 14:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2009/10/running-rsync-from-a-webserver-using-sudo/</guid>
		<description><![CDATA[Situation

I want to have &#8216;rsync&#8217; run when a user presses a button on the webserver.  The software stack is as follows (though this was largely a red-herring, see below) :

Fedora &#8211; server

lighttpd &#8211; webserver

Twiki &#8211; intranet setup

perl &#8211; plugin language for Twiki

bash &#8211; perl launches a script to run the rsync

sudo &#8211; to &#8216;change [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/running-rsync-from-a-webserver-using-sudo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lmms with Fedora &#8211; compile source</title>
		<link>http://platformedia.com/oss-blog/lmms-with-fedora-compile-source/</link>
		<comments>http://platformedia.com/oss-blog/lmms-with-fedora-compile-source/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 19:31:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lmms]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2009/03/lmms-with-fedora-compile-source/</guid>
		<description><![CDATA[lmms has some dependencies that are not so easy to determine for Fedora 
Basic setup :yum install cmake gityum install qt qt-devel
Synth extras :yum install libsndfile libsndfile-develyum install fluidsynth fluidsynth-develyum install stk stk-develyum install fftw-devel
Importantly for wine VST(i) :yum install wine wine-develyum install glibc-devel.i386
Hope this helps
]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/lmms-with-fedora-compile-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gateway GM6543E Linux Installation</title>
		<link>http://platformedia.com/oss-blog/gateway-gm6543e-linux-installation/</link>
		<comments>http://platformedia.com/oss-blog/gateway-gm6543e-linux-installation/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 00:34:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[Gateway GM6543E]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2008/10/gateway-gm6543e-linux-installation/</guid>
		<description><![CDATA[Initial Boot Problems
Booting kernel on stock Fedora 9 x64 DVD requires the kernel option : &#8216;intel_iommu=off&#8217; to be appended to the kernel boot line.
Updated kernels (after, say, 2.2.26), no longer need this extra parameter.
USB Keyboard
Unless &#8216;Legacy USB&#8217; is set in the BIOS (which it is by default), the USB keyboard can&#8217;t be used to change [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/gateway-gm6543e-linux-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount Windows (or Samba) share on Linux</title>
		<link>http://platformedia.com/oss-blog/mount-windows-or-samba-share-on-linux/</link>
		<comments>http://platformedia.com/oss-blog/mount-windows-or-samba-share-on-linux/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 22:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2008/09/mount-windows-or-samba-share-on-linux/</guid>
		<description><![CDATA[After a suitable mount-point is created (in this example mkdir -p /mnt/fscapital_server/), into /etc/fstab put the following (all on one line) :
# Mount windows Server drive ://192.168.10.120/server /mnt/fscapital_server/ cifs username=andrewsm,password=whatever 0 0 
where each of the spaces above is really a cntrl-t (Tab) &#8211; just for neatness, really.
Then one can mount /mnt/fscapital_server/ and see the [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/mount-windows-or-samba-share-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Screen Capture for YouTube</title>
		<link>http://platformedia.com/oss-blog/linux-screen-capture-for-youtube/</link>
		<comments>http://platformedia.com/oss-blog/linux-screen-capture-for-youtube/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 06:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bioloid]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[robot]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2008/09/linux-screen-capture-for-youtube/</guid>
		<description><![CDATA[ffmpeg is the command line utility I chose &#8211; does enough, but not too much (like mplayer, for instance).
YouTube and Google ideal input video


640&#215;480 @ 30 fps MPEG4

Preparation
Grab the ffmpeg package from ATrpms.# rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms # scite /etc/yum.repos.d/atrpms.repo# yum install ffmpeg
For speed of capture :# Mount a RAM disk (as su) :mkdir /media/ffmpegmount -t [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/linux-screen-capture-for-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extra keys on Belkin MediaPilot (linux)</title>
		<link>http://platformedia.com/oss-blog/extra-keys-on-belkin-mediapilot-linux/</link>
		<comments>http://platformedia.com/oss-blog/extra-keys-on-belkin-mediapilot-linux/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 06:03:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Belkin]]></category>
		<category><![CDATA[DualScreen]]></category>
		<category><![CDATA[f7]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MediaPilot]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2007/11/extra-keys-on-belkin-mediapilot-linux/</guid>
		<description><![CDATA[Here are the keycodes that I was able to uncover using showkey -k.  
Unfortunately, the kernel logs don&#8217;t complain when I hit the unknown keys so there&#8217;s probably no point in setting up the extra scancodes (particularly since this Belkin MediaPilot keyboard is not the primary keyboard in the system, and the setkeycodes documentation [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/extra-keys-on-belkin-mediapilot-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Verizon USB720 on Fedora</title>
		<link>http://platformedia.com/oss-blog/verizon-usb720-on-fedora/</link>
		<comments>http://platformedia.com/oss-blog/verizon-usb720-on-fedora/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 23:42:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[USB720]]></category>
		<category><![CDATA[Verizon]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2007/08/verizon-usb720-on-fedora/</guid>
		<description><![CDATA[The device was initially registered with Verizon using the VZaccess application on Windows.  This may be a step that requires their annoy-ware.  After that initial stage, the device contains an embedded phone number, that is required to do proper logging-in for National Access / Broadband Access.
Plugging this into a spare USB port on [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/verizon-usb720-on-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Air-H Edge Card H407P Setup</title>
		<link>http://platformedia.com/oss-blog/air-h-edge-card-h407p-setup/</link>
		<comments>http://platformedia.com/oss-blog/air-h-edge-card-h407p-setup/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 18:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[600m]]></category>
		<category><![CDATA[AirH]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[f7]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[H407P]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2007/07/air-h-edge-card-h407p-setup/</guid>
		<description><![CDATA[Situation
Trusting to the power of Linux on my laptop, I blindly ordered an AirH Edge connectivity card from JCR (Air-H (Edge) Data Card for Laptops &#8211; No Airtime or Data Charges).
Prior to leaving the US, I downloaded a few things, anticipating that I&#8217;d be &#8216;flying blind&#8217; since I wouldn&#8217;t be able to connect until it [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/air-h-edge-card-h407p-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
