<?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>taistor</title>
	<atom:link href="http://taistor.wippiesblog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://taistor.wippiesblog.com</link>
	<description>Just another Wippies Blogs weblog</description>
	<lastBuildDate>Mon, 29 Oct 2007 19:21:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>uShare UPnP Media Server</title>
		<link>http://taistor.wippiesblog.com/2007/10/29/ushare-upnp-media-server/</link>
		<comments>http://taistor.wippiesblog.com/2007/10/29/ushare-upnp-media-server/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 19:21:54 +0000</pubDate>
		<dc:creator>taistor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://taistor.wippiesblog.com/2007/10/29/ushare-upnp-media-server/</guid>
		<description><![CDATA[http://ushare.geexbox.org/
http://ubuntuforums.org/archive/index.php/t-165288.html
http://cotton5415.wordpress.com/2007/07/05/upnp-av-media-server-on-ubuntu/
taisto@edubuntu:~$ cd /home/taisto/Videoita/Twonkymedia
taisto@edubuntu:~/Videoita/Twonkymedia$ sudo route add -net 10.0.0.0 netmask 255.0.0.0 dev eth0
[sudo] password for taisto:
taisto@edubuntu:~/Videoita/Twonkymedia$ sudo ushare -c ./ -i eth0uShare (version 1.0), a lightweight UPnP Media Server.
Benjamin Zores (C) 2005-2007, for GeeXboX Team.
See http://ushare.geexbox.org/ for updates.
Initializing UPnP subsystem &#8230;
UPnP MediaServer listening on 10.0.0.1:49152
Sending UPnP advertisement for device &#8230;
Listening for control point connections &#8230;
Building Metadata [...]]]></description>
			<content:encoded><![CDATA[<p>http://ushare.geexbox.org/</p>
<p>http://ubuntuforums.org/archive/index.php/t-165288.html</p>
<p>http://cotton5415.wordpress.com/2007/07/05/upnp-av-media-server-on-ubuntu/</p>
<p>taisto@edubuntu:~$ cd /home/taisto/Videoita/Twonkymedia<br />
taisto@edubuntu:~/Videoita/Twonkymedia$ sudo route add -net 10.0.0.0 netmask 255.0.0.0 dev eth0<br />
[sudo] password for taisto:<br />
taisto@edubuntu:~/Videoita/Twonkymedia$ sudo ushare -c ./ -i eth0uShare (version 1.0), a lightweight UPnP Media Server.<br />
Benjamin Zores (C) 2005-2007, for GeeXboX Team.<br />
See http://ushare.geexbox.org/ for updates.<br />
Initializing UPnP subsystem &#8230;<br />
UPnP MediaServer listening on 10.0.0.1:49152<br />
Sending UPnP advertisement for device &#8230;<br />
Listening for control point connections &#8230;<br />
Building Metadata List &#8230;<br />
Looking for files in content directory : ./<br />
Found 561 files and subdirectories.</p>
]]></content:encoded>
			<wfw:commentRss>http://taistor.wippiesblog.com/2007/10/29/ushare-upnp-media-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Virtualbox ja USB</title>
		<link>http://taistor.wippiesblog.com/2007/10/25/virtualbox-ja-usb/</link>
		<comments>http://taistor.wippiesblog.com/2007/10/25/virtualbox-ja-usb/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 19:09:38 +0000</pubDate>
		<dc:creator>taistor</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://taistor.wippiesblog.com/2007/10/25/virtualbox-ja-usb/</guid>
		<description><![CDATA[By default, USB support doesn’t work in Gutsy even if you download the latest and greatest here.
To remedy this:

alt+f2, gksudo gedit /etc/init.d/mountdevsubfs.sh
Look for the part about magic and make it say this:
#
# Magic to make /proc/bus/usb work
#
mkdir -p /dev/bus/usb/.usbfs
domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb
Save the file and run the script [...]]]></description>
			<content:encoded><![CDATA[<p>By default, USB support doesn’t work in Gutsy even if you download the latest and greatest <a href="http://www.virtualbox.org/" title="&gt;VirtualBox&lt;/a&gt; 1.5.2 released today.  More info on the reasoning &lt;a mce_thref=">here</a>.</p>
<p>To remedy this:</p>
<ol>
<li>alt+f2, gksudo gedit /etc/init.d/mountdevsubfs.sh</li>
<li>Look for the part about magic and make it say this:</li>
<p><code>#<br />
# Magic to make /proc/bus/usb work<br />
#<br />
mkdir -p /dev/bus/usb/.usbfs<br />
domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644<br />
ln -s .usbfs/devices /dev/bus/usb/devices<br />
mount --rbind /dev/bus/usb /proc/bus/usb</code></p>
<li>Save the file and run the script via alt+f2, gksudo /etc/init.d/mountdevsubfs.sh</li>
<li>Restart VirtualBox and bask in the glory of a USB icon under Settings for your virtual machine</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://taistor.wippiesblog.com/2007/10/25/virtualbox-ja-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Globesurfer Icon / Ubuntu Gutsy</title>
		<link>http://taistor.wippiesblog.com/2007/10/23/globesurfer-icon-ubuntu-gutsy/</link>
		<comments>http://taistor.wippiesblog.com/2007/10/23/globesurfer-icon-ubuntu-gutsy/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 14:40:04 +0000</pubDate>
		<dc:creator>taistor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://taistor.wippiesblog.com/2007/10/23/globesurfer-icon-ubuntu-gutsy/</guid>
		<description><![CDATA[taisto@edubuntu:~/Asennuspaketit/umtsmon-0.7$ lsusb
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 004: ID 05c6:1000 Qualcomm, Inc.
Bus 001 Device 003: ID 05d8:4003 Ultima Electronics Corp. Artec E+ 48U
Bus 001 Device 001: ID 0000:0000
taisto@edubuntu:~/Asennuspaketit/umtsmon-0.7$ sudo ./icon_switch
* icon_switch: tool for changing USB mode of Option Icon 3G+ box
* (C) Josua Dietze 2006
* Works with libusb 0.1.12 and probably other versions
Looking [...]]]></description>
			<content:encoded><![CDATA[<p>taisto@edubuntu:~/Asennuspaketit/umtsmon-0.7$ lsusb<br />
Bus 002 Device 001: ID 0000:0000<br />
Bus 001 Device 004: ID 05c6:1000 Qualcomm, Inc.<br />
Bus 001 Device 003: ID 05d8:4003 Ultima Electronics Corp. Artec E+ 48U<br />
Bus 001 Device 001: ID 0000:0000<br />
taisto@edubuntu:~/Asennuspaketit/umtsmon-0.7$ sudo ./icon_switch</p>
<p>* icon_switch: tool for changing USB mode of Option Icon 3G+ box<br />
* (C) Josua Dietze 2006<br />
* Works with libusb 0.1.12 and probably other versions</p>
<p>Looking for Option Icon USB 3G+ box &#8230;<br />
Found box in storage mode. Preparing for switching &#8230;<br />
Looking for active storage driver &#8230;<br />
OK, driver found (&#8221;usb-storage&#8221;), attempting to detach it &#8230;<br />
OK, driver &#8220;usb-storage&#8221; successfully detached<br />
icon_switch: icon_switch.c:126: main: Assertion `ret == 0&#8242; failed.<br />
Device change command returned error -19Aborted (core dumped)<br />
taisto@edubuntu:~/Asennuspaketit/umtsmon-0.7$ lsusb<br />
Bus 002 Device 001: ID 0000:0000<br />
Bus 001 Device 005: ID 0af0:6600 Option<br />
Bus 001 Device 003: ID 05d8:4003 Ultima Electronics Corp. Artec E+ 48U<br />
Bus 001 Device 001: ID 0000:0000<br />
taisto@edubuntu:~/Asennuspaketit/umtsmon-0.7$ ./umtsmon<br />
X Error: BadDevice, invalid or uninitialized input device 178<br />
Major opcode:  147<br />
Minor opcode:  3<br />
Resource id:  0&#215;0<br />
Failed to open device<br />
X Error: BadDevice, invalid or uninitialized input device 178<br />
Major opcode:  147<br />
Minor opcode:  3<br />
Resource id:  0&#215;0<br />
Failed to open device<br />
umtsmon version 0.7 .<br />
installing GUI SIGABRT handler<br />
##P1 t=247: binary &#8216;/sbin/pccardctl&#8217; is not SUID -&gt; needs fixing<br />
##P1 t=247: binary &#8216;./icon_switch&#8217; is not SUID -&gt; needs fixing</p>
]]></content:encoded>
			<wfw:commentRss>http://taistor.wippiesblog.com/2007/10/23/globesurfer-icon-ubuntu-gutsy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Artec e48u+ skannerin asennus Ubuntu Gutsyyn</title>
		<link>http://taistor.wippiesblog.com/2007/10/10/artec-e48u-skannerin-asennus-ubuntu-gutsyyn/</link>
		<comments>http://taistor.wippiesblog.com/2007/10/10/artec-e48u-skannerin-asennus-ubuntu-gutsyyn/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 06:17:04 +0000</pubDate>
		<dc:creator>taistor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://taistor.wippiesblog.com/2007/10/10/artec-e48u-skannerin-asennus-ubuntu-gutsyyn/</guid>
		<description><![CDATA[Tämä olikin helppoa:

Tiedoston /etc/sane.d/artec_eplus48u.conf mukaan skannerin firmware tiedosto pitää olla kansiossa
/usr/share/sane/artec_eplus48u/Artec48.usb
Tee kansio:
sudo mkdir /usr/share/sane/artec_eplus48u
Kopioi tiedosto ko. kansioon:
sudo cp /home/taisto/Artec48.usb /usr/share/sane/artec_eplus48u/Artec48.usb

]]></description>
			<content:encoded><![CDATA[<p>Tämä olikin helppoa:</p>
<ol>
<li>Tiedoston /etc/sane.d/artec_eplus48u.conf mukaan skannerin firmware tiedosto pitää olla kansiossa
<p>/usr/share/sane/artec_eplus48u/Artec48.usb</li>
<li>Tee kansio:
<p>sudo mkdir /usr/share/sane/artec_eplus48u</li>
<li>Kopioi tiedosto ko. kansioon:
<p>sudo cp /home/taisto/Artec48.usb /usr/share/sane/artec_eplus48u/Artec48.usb</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://taistor.wippiesblog.com/2007/10/10/artec-e48u-skannerin-asennus-ubuntu-gutsyyn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>NUT</title>
		<link>http://taistor.wippiesblog.com/2007/09/28/nut/</link>
		<comments>http://taistor.wippiesblog.com/2007/09/28/nut/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 05:20:01 +0000</pubDate>
		<dc:creator>taistor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://taistor.wippiesblog.com/2007/09/28/nut/</guid>
		<description><![CDATA[Network UPS Tools (NUT) on Ubuntu
September 25th, 2006
NUT is a handy system for monitoring almost any UPS. Unfortunately the configuration process is tweaky and the included documentation is minimal and cryptic.
Here is a process that worked for me:
(Adapted from Engadget)
Open the Synaptic Package Manager (under the System-&#62;Administration menu) and search for ‘nut’. Select the package for [...]]]></description>
			<content:encoded><![CDATA[<h2><a href="http://keystoneit.wordpress.com/2006/09/25/network-ups-tools-nut-on-ubuntu/" rel="bookmark" title="Permanent Link to Network UPS Tools (NUT) on Ubuntu">Network UPS Tools (NUT) on Ubuntu</a></h2>
<p>September 25th, 2006</p>
<p><p>NUT is a handy system for monitoring almost any UPS. Unfortunately the configuration process is tweaky and the included documentation is minimal and cryptic.</p>
<p>Here is a process that worked for me:</p>
<p>(Adapted from <a href="http://www.engadget.com/2006/07/25/how-to-network-your-ups/">Engadget</a>)</p>
<p>Open the Synaptic Package Manager (under the System-&gt;Administration menu) and search for ‘nut’. Select the package for installation and click on Apply.<br />
Now log in as the superuser, then create and edit five configuration files:</p>
<p>sudo su</p>
<p><strong>1: /etc/default/nut</strong></p>
<pre>nano /etc/default/nut</pre>
<p>Change this:</p>
<p># start upsd<br />
START_UPSD=no</p>
<p># start upsmon<br />
START_UPSMON=no<br />
to this:</p>
<p># start upsd<br />
START_UPSD=yes</p>
<p># start upsmon<br />
START_UPSMON=yes<br />
(Ctrl-x, then y to exit and save)</p>
<p><strong>2:  /etc/nut/ups.conf</strong></p>
<pre>nano /etc/nut/ups.conf</pre>
<p>The configuration is pretty simple. Check the <a href="http://www.networkupstools.org/compat/stable.html">compatibility list</a> to find out what driver/upstype to specify. For my APC SmartUPS, I used the apcsmart driver, and serial port ttyS0:</p>
<p>[ups1]<br />
driver=apcsmart<br />
port=/dev/ttyS0</p>
<p>(Ctrl-x, then y to exit and save)<br />
to test:</p>
<pre>upsdrvctl start</pre>
<p>I got this message:</p>
<blockquote><p>Unable to open /dev/ttyS0: Permission denied</p>
<p>Current user id: nut (120)<br />
Serial port owner: root (0)<br />
Serial port group: dialout (20)<br />
Mode of port: 0660</p></blockquote>
<p>To resolve it permanently, a quick workaround is to add nut to the dialout group in Users and Groups (under the System-&gt;Administration menu).</p>
<p>Now test again:</p>
<pre>upsdrvctl start</pre>
<p>and I got:</p>
<blockquote><p>Detected SMART-UPS 1000 [WS9730021313] on /dev/ttyS0</p></blockquote>
<p>now stop upsdrvctl:</p>
<pre>upsdrvctl stop</pre>
<p>Done with that!</p>
<p><strong>3:  /etc/nut/upsd.conf</strong></p>
<pre>nano /etc/nut/upsd.conf</pre>
<p>If you want to allow your local network, put in the network address (i.e. 10.0.1.0/24)</p>
<pre>ACL all 0.0.0.0/0ACL remote 10.0.1.0/24

ACL localhost 127.0.0.1/32ACCEPT localhost

ACCEPT remote

REJECT all</pre>
<p>(Ctrl-x, then y to exit and save)</p>
<p><strong> 4:  /etc/nut/upsd.users</strong></p>
<p>nano /etc/nut/upsd.users</p>
<p>Add the following:</p>
<pre>[monuser]

password = changeme

allowfrom = local

upsmon master</pre>
<p>(replace <em>changeme</em> with a good password)</p>
<p><strong>5:  /etc/nut/upsmon.conf</strong></p>
<pre>nano /etc/nut/upsmon.conf</pre>
<p>Add the following:</p>
<pre>MONITOR ups1@localhost 1 monuser changeme master</pre>
<pre>SHUTDOWNCMD "/sbin/shutdown -h +0"</pre>
<p>(replace <em>changeme</em> with the good password you used in step 4)</p>
<p>Now start the service:</p>
<pre> /etc/init.d/nut start</pre>
<p>and test the settings:</p>
<pre>upsc ups1@localhost</pre>
<p>You should get a slew of readings and settings from the ups:</p>
<blockquote><p>battery.alarm.threshold: 0<br />
battery.charge: 100.0<br />
battery.charge.restart: 00<br />
battery.date: 07/24/97<br />
battery.packs: 000<br />
battery.runtime: 2640<br />
battery.runtime.low: 120<br />
battery.voltage: 27.74<br />
battery.voltage.nominal: 024<br />
driver.name: apcsmart<br />
driver.parameter.port: /dev/ttyS0<br />
driver.version: 2.0.3<br />
driver.version.internal: 1.99.7<br />
input.frequency: 60.00<br />
input.quality: FF<br />
input.sensitivity: H<br />
input.transfer.high: 132<br />
input.transfer.low: 103<br />
input.transfer.reason: S<br />
input.voltage: 119.6<br />
input.voltage.maximum: 120.2<br />
input.voltage.minimum: 119.6<br />
output.voltage: 119.6<br />
output.voltage.target.battery: 115<br />
ups.delay.shutdown: 020<br />
ups.delay.start: 000<br />
ups.firmware: 60.9.D<br />
ups.id: UPS_IDEN<br />
ups.load: 033.2<br />
ups.mfr: APC<br />
ups.mfr.date: 07/24/97<br />
ups.model: SMART-UPS 1000<br />
ups.serial: WS9730021313<br />
ups.status: OL<br />
ups.temperature: 029.7<br />
ups.test.interval: 0<br />
ups.test.result: NO<br />
root@ubuntusrv:/etc# upsc ups1@localhost<br />
battery.alarm.threshold: 0<br />
battery.charge: 100.0<br />
battery.charge.restart: 00<br />
battery.date: 07/24/97<br />
battery.packs: 000<br />
battery.runtime: 2700<br />
battery.runtime.low: 120<br />
battery.voltage: 27.74<br />
battery.voltage.nominal: 024<br />
driver.name: apcsmart<br />
driver.parameter.port: /dev/ttyS0<br />
driver.version: 2.0.3<br />
driver.version.internal: 1.99.7<br />
input.frequency: 60.00<br />
input.quality: FF<br />
input.sensitivity: H<br />
input.transfer.high: 132<br />
input.transfer.low: 103<br />
input.transfer.reason: S<br />
input.voltage: 120.2<br />
input.voltage.maximum: 120.2<br />
input.voltage.minimum: 119.6<br />
output.voltage: 120.2<br />
output.voltage.target.battery: 115<br />
ups.delay.shutdown: 020<br />
ups.delay.start: 000<br />
ups.firmware: 60.9.D<br />
ups.id: UPS_IDEN<br />
ups.load: 033.2<br />
ups.mfr: APC<br />
ups.mfr.date: 07/24/97<br />
ups.model: SMART-UPS 1000<br />
ups.serial: WS9730021313<br />
ups.status: OL<br />
ups.temperature: 029.7<br />
ups.test.interval: 0<br />
ups.test.result: NO</p></blockquote>
<p>Another test: Push and hold the test button on the smartups, or briefly unplug the ups from the wall. You should see messages pop up in the terminal window:</p>
<blockquote><p>Broadcast Message from nut@ubuntusrv<br />
(somewhere) at 13:58 …</p>
<p>UPS ups1@localhost on battery</p>
<p>Broadcast Message from nut@ubuntusrv<br />
(somewhere) at 13:58 …</p>
<p>UPS ups1@localhost on line power</p></blockquote>
<p>It is working!</p>
<p>To add a windows client, download and install <a href="http://www.csociety.org/%7Edelpha/winnut/">WinNUT.</a></p>
<p>At the configuration tool,you can leave everything at the defaults. All you need to do is edit the configuration file. (Click the Edit button to the right of the Configuration File Path).</p>
<p>Enter the same line as in upsmon.conf, changing localhost to the actual IP address of the ubuntu machine, and use ’slave’ instead of ‘master’:</p>
<pre>MONITOR ups1@10.0.1.105 1 monuser changeme slave</pre>
<p>(replace <em>changeme</em> with the good password you used in step 4)</p>
<p>You should be good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://taistor.wippiesblog.com/2007/09/28/nut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Viallisen levyn korvaaminen Linux softaraidissa</title>
		<link>http://taistor.wippiesblog.com/2007/09/24/viallisen-levyn-korvaaminen-linux-softaraidissa/</link>
		<comments>http://taistor.wippiesblog.com/2007/09/24/viallisen-levyn-korvaaminen-linux-softaraidissa/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 18:29:56 +0000</pubDate>
		<dc:creator>taistor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://taistor.wippiesblog.com/2007/09/24/viallisen-levyn-korvaaminen-linux-softaraidissa/</guid>
		<description><![CDATA[
Varmista että vanha levy on REMOVED tilassa:

sudo mdadm -d /dev/md2
Asenna uusi levy fyysisesti.
Kopioi vanhan (vastaavan)  levyn osiotaulu uudelle esimerkiksi livecd avulla:
sudo sfdisk /dev/sdb &#62; osiot
sudo sfdisk /dev/sda &#60; osiot
Lisää levyn osiot uudelleenkäynnistyksen jälkeen
sudo mdadm -a /dev/md0 /dev/sda1
sudo mdadm -a /dev/md1 /dev/sda2
sudo mdadm -a /dev/md2 /dev/sda3
Uudelleensynkronointi alkaa automaattisesti

]]></description>
			<content:encoded><![CDATA[<ol>
<li>Varmista että vanha levy on REMOVED tilassa:<br />
<em><br />
sudo mdadm -d /dev/md2</em></li>
<li>Asenna uusi levy fyysisesti.</li>
<li>Kopioi vanhan (vastaavan)  levyn osiotaulu uudelle esimerkiksi livecd avulla:
<p>sudo sfdisk /dev/sdb &gt; osiot</p>
<p>sudo sfdisk /dev/sda &lt; osiot</li>
<li>Lisää levyn osiot uudelleenkäynnistyksen jälkeen
<p>sudo mdadm -a /dev/md0 /dev/sda1<br />
sudo mdadm -a /dev/md1 /dev/sda2<br />
sudo mdadm -a /dev/md2 /dev/sda3</li>
<li>Uudelleensynkronointi alkaa automaattisesti</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://taistor.wippiesblog.com/2007/09/24/viallisen-levyn-korvaaminen-linux-softaraidissa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Flash streamin kaappaus FFMPEG ohjelmalla</title>
		<link>http://taistor.wippiesblog.com/2007/09/21/flash-streamin-kaappaus-ffmpeg-ohjelmalla/</link>
		<comments>http://taistor.wippiesblog.com/2007/09/21/flash-streamin-kaappaus-ffmpeg-ohjelmalla/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 15:47:33 +0000</pubDate>
		<dc:creator>taistor</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://taistor.wippiesblog.com/2007/09/21/flash-streamin-kaappaus-ffmpeg-ohjelmalla/</guid>
		<description><![CDATA[mplayer -dumpstream http://195.248.86.140/areena_fi/81/84/818496_638193.wmv -dumpfile testifile.wmv
]]></description>
			<content:encoded><![CDATA[<p>mplayer -dumpstream http://195.248.86.140/areena_fi/81/84/818496_638193.wmv -dumpfile testifile.wmv</p>
]]></content:encoded>
			<wfw:commentRss>http://taistor.wippiesblog.com/2007/09/21/flash-streamin-kaappaus-ffmpeg-ohjelmalla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Grub asennus Linuxin softaraidia käytettäessä</title>
		<link>http://taistor.wippiesblog.com/2007/09/06/grub-asennus-linuxin-softaraidia-kaytettaessa/</link>
		<comments>http://taistor.wippiesblog.com/2007/09/06/grub-asennus-linuxin-softaraidia-kaytettaessa/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 19:53:24 +0000</pubDate>
		<dc:creator>taistor</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://taistor.wippiesblog.com/2007/09/06/grub-asennus-linuxin-softaraidia-kaytettaessa/</guid>
		<description><![CDATA[    To fix a non-bootable system and ensure GRUB is installed on both drives, manually install GRUB as follows:

Reboot the server from the original Ubuntu Server CDROM
From the Ubuntu boot menu, select “Rescue a broken system”
Continue through the prompts until the screen “Device to use as a root file system” appears
Press Alt-F2 [...]]]></description>
			<content:encoded><![CDATA[<p>    To fix a non-bootable system and ensure GRUB is installed on both drives, manually install GRUB as follows:</p>
<ul>
<li>Reboot the server from the original Ubuntu Server CDROM</li>
<li>From the Ubuntu boot menu, select “Rescue a broken system”</li>
<li>Continue through the prompts until the screen “Device to use as a root file system” appears</li>
<li>Press Alt-F2 to switch to a second console screen then press Enter to activate it.</li>
<li>Mount the md0 RAID device and use chroot and grub to install the bootloader onto both sda and sdb using the following commands</li>
</ul>
<blockquote><p> 	 	 	 	 mount /dev/md0 /mnt<br />
chroot /mnt<br />
grub<br />
device (hd0) /dev/sda<br />
root (hd0,0)<br />
setup (hd0)<br />
device (hd1) /dev/sdb<br />
root (hd1,0)<br />
setup (hd1)<br />
quit</p></blockquote>
<blockquote><p> 	 	 	 	(many thanks to <a href="http://bigdiver.wordpress.com/2007/03/15/software-raid-on-ubuntu-and-debian/">BigDiver</a> for the above)</p></blockquote>
<ul>
<li>Reboot the system with command “shutdown -r now”, remove the CDROM and allow the system to boot from the hard drive.</li>
</ul>
<h4></h4>
]]></content:encoded>
			<wfw:commentRss>http://taistor.wippiesblog.com/2007/09/06/grub-asennus-linuxin-softaraidia-kaytettaessa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>VLC scripti Topfieldin .rec-tiedostojen muunnokseen</title>
		<link>http://taistor.wippiesblog.com/2007/08/29/vlc-scripti-topfieldin-rec-tiedostojen-muunnokseen/</link>
		<comments>http://taistor.wippiesblog.com/2007/08/29/vlc-scripti-topfieldin-rec-tiedostojen-muunnokseen/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 07:34:51 +0000</pubDate>
		<dc:creator>taistor</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://taistor.wippiesblog.com/2007/08/29/vlc-scripti-topfieldin-rec-tiedostojen-muunnokseen/</guid>
		<description><![CDATA[/usr/bin/vlc -vvv /home/taisto/test_in.rec &#8211;sub-track=1 &#8211;sout=&#8221;#transcode{vcodec=mp2v,vb=3072,acodec=mpga,ab=128,soverlay}:standard{dst=/home/taisto/muunnettu11.mpg,access=file}&#8221;
]]></description>
			<content:encoded><![CDATA[<p>/usr/bin/vlc -vvv /home/taisto/test_in.rec &#8211;sub-track=1 &#8211;sout=&#8221;#transcode{vcodec=mp2v,vb=3072,acodec=mpga,ab=128,soverlay}:standard{dst=/home/taisto/muunnettu11.mpg,access=file}&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://taistor.wippiesblog.com/2007/08/29/vlc-scripti-topfieldin-rec-tiedostojen-muunnokseen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
	</channel>
</rss>
