<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>taistor</title>
	<link>http://taistor.wippiesblog.com</link>
	<description>Just another Wippies Blogs weblog</description>
	<lastBuildDate>Mon, 29 Oct 2007 19:21:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>uShare UPnP Media Server</title>
		<description>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 ...
UPnP MediaServer listening on 10.0.0.1:49152
Sending UPnP advertisement for device ...
Listening for ...</description>
		<link>http://taistor.wippiesblog.com/2007/10/29/ushare-upnp-media-server/</link>
			</item>
	<item>
		<title>Virtualbox ja USB</title>
		<description>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 ...</description>
		<link>http://taistor.wippiesblog.com/2007/10/25/virtualbox-ja-usb/</link>
			</item>
	<item>
		<title>Globesurfer Icon / Ubuntu Gutsy</title>
		<description>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 ...</description>
		<link>http://taistor.wippiesblog.com/2007/10/23/globesurfer-icon-ubuntu-gutsy/</link>
			</item>
	<item>
		<title>Artec e48u+ skannerin asennus Ubuntu Gutsyyn</title>
		<description>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>
		<link>http://taistor.wippiesblog.com/2007/10/10/artec-e48u-skannerin-asennus-ubuntu-gutsyyn/</link>
			</item>
	<item>
		<title>NUT</title>
		<description>
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 ...</description>
		<link>http://taistor.wippiesblog.com/2007/09/28/nut/</link>
			</item>
	<item>
		<title>Viallisen levyn korvaaminen Linux softaraidissa</title>
		<description>

	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>
		<link>http://taistor.wippiesblog.com/2007/09/24/viallisen-levyn-korvaaminen-linux-softaraidissa/</link>
			</item>
	<item>
		<title>Flash streamin kaappaus FFMPEG ohjelmalla</title>
		<description>mplayer -dumpstream http://195.248.86.140/areena_fi/81/84/818496_638193.wmv -dumpfile testifile.wmv </description>
		<link>http://taistor.wippiesblog.com/2007/09/21/flash-streamin-kaappaus-ffmpeg-ohjelmalla/</link>
			</item>
	<item>
		<title>Grub asennus Linuxin softaraidia käytettäessä</title>
		<description>    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 ...</description>
		<link>http://taistor.wippiesblog.com/2007/09/06/grub-asennus-linuxin-softaraidia-kaytettaessa/</link>
			</item>
	<item>
		<title>VLC scripti Topfieldin .rec-tiedostojen muunnokseen</title>
		<description>/usr/bin/vlc -vvv /home/taisto/test_in.rec --sub-track=1 --sout="#transcode{vcodec=mp2v,vb=3072,acodec=mpga,ab=128,soverlay}:standard{dst=/home/taisto/muunnettu11.mpg,access=file}" </description>
		<link>http://taistor.wippiesblog.com/2007/08/29/vlc-scripti-topfieldin-rec-tiedostojen-muunnokseen/</link>
			</item>
</channel>
</rss>
