<?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>he, who does not eat fish &#187; linux</title>
	<atom:link href="http://pifostap.org.ua/blog/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://pifostap.org.ua/blog</link>
	<description>linux, math, fun, student&#039;s life</description>
	<lastBuildDate>Mon, 23 Jan 2012 23:30:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Shutdown, Reboot, Suspend or Hibernate with user priviliges via D-Bus</title>
		<link>http://pifostap.org.ua/blog/2011/12/12/shutdown-dbus.html</link>
		<comments>http://pifostap.org.ua/blog/2011/12/12/shutdown-dbus.html#comments</comments>
		<pubDate>Mon, 12 Dec 2011 12:28:14 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[dbus]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=448</guid>
		<description><![CDATA[Some distros don&#8217;t allow you to shutdown -r now from terminal without superuser password. Shutdown/Reboot/Suspend/Hibernate with user priviliges in Linux is possible via D-Bus. You just need consolekit and upower packages installed. Here are the commands: Operation D-Bus command Suspend dbus-send --print-reply --system --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Suspend Hibernate dbus-send --print-reply --system --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Hibernate Reboot dbus-send [...]]]></description>
			<content:encoded><![CDATA[<p>Some distros don&#8217;t allow you to<br />
<code>shutdown -r now</code><br />
from terminal without superuser password.<br />
Shutdown/Reboot/Suspend/Hibernate with user priviliges in Linux is possible via D-Bus. You just need <code><strong>consolekit</strong></code> and <code><strong>upower</strong></code> packages installed.</p>
<p>Here are the commands:</p>
<table>
<thead>
<tr>
<th>Operation</th>
<th>D-Bus command</th>
</tr>
</thead>
<tbody>
<tr>
<td>Suspend</td>
<td><code>dbus-send --print-reply --system --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Suspend</code></td>
</tr>
<tr>
<td>Hibernate</td>
<td><code>dbus-send --print-reply --system --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Hibernate</code></td>
</tr>
<tr>
<td>Reboot</td>
<td><code>dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart</code></td>
</tr>
<tr>
<td>Shutdown</td>
<td><code>dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop</code></td>
</tr>
</tbody>
</table>
<p>Just paste them in your beloved terminal emulator and press enter <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2011/12/12/shutdown-dbus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rutorrent + rTorrent on Debian Server</title>
		<link>http://pifostap.org.ua/blog/2011/07/06/rutorrent-rtorrent-on-debian.html</link>
		<comments>http://pifostap.org.ua/blog/2011/07/06/rutorrent-rtorrent-on-debian.html#comments</comments>
		<pubDate>Wed, 06 Jul 2011 17:10:57 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rtorrent]]></category>
		<category><![CDATA[rutorrent]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=292</guid>
		<description><![CDATA[Once, I&#8217;ve installed it myself. Yes, in the way, everyone did this: checkout, compile with xml-rpc support, install web-server, bind everything together and enable some security. It worked great, but after some updates, it broke up. Don&#8217;t know what happened exactly, I was a bit busy at that time. Several weeks ago, I desperately needed [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="ruTorrent logo" src="https://code.google.com/p/rutorrent/logo" title="ruTorrent logo" class="alignleft" width="55" height="55" />Once, I&#8217;ve installed it myself.<br />
Yes, in the way, everyone did this: checkout, compile with xml-rpc support, install web-server, bind everything together and enable some security.<br />
It worked great, but after some updates, it broke up. Don&#8217;t know what happened exactly, I was a bit busy at that time.</p>
<p>Several weeks ago, I desperately needed torrent client, but in that environment, no applications could be installed. It was a great disappointment to find out, that me own rTorrent is down on the server. So I tried to perform mentioned actions again, but with no luck.</p>
<p>Right at that moment, I found out about an AWESOME!!! script, which does everything you need! It just installs </p>
<ul>
<li>rTorrent</li>
<li>ruTorrent</li>
<li>your favourite web-server</li>
<li>FTP</li>
<li>Webmin</li>
</ul>
<p>It binds everything together, and it just works!</p>
<p>Here&#8217;s the <strong>MAGIC link</strong> to the documentation:<br />
<a href="http://forums.rutorrent.org/index.php?topic=608.msg4427" title="This script installs ruTorrent with rTorrent">http://forums.rutorrent.org/index.php?topic=608.msg4427</a><br />
Everything is pretty strait-forward and troubleless.</p>
<p><strong><em>Hint:</em> run the downloaded script inside <code>screen</code> session. </strong> Script, itself, runs several minutes. It configures and compiles everything. So, please, be patient. If you have poor ssh access, it would be much better to reattach to the running screen process, after connection failure or something.</p>
<p>The only thing, I had to modify afterwards, was a web-server&#8217;s port, &#8217;cause my ISP blocks port #80.<br />
As I&#8217;ve chosen lighttpd, as my webser, I had to modify lighttpd config file<br />
<code>nano /usr/share/lighttpd/lighttpd.conf</code><br />
and set<br />
<code>server.port = 1234</code></p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2011/07/06/rutorrent-rtorrent-on-debian.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 fail</title>
		<link>http://pifostap.org.ua/blog/2011/02/06/windows-7-fail.html</link>
		<comments>http://pifostap.org.ua/blog/2011/02/06/windows-7-fail.html#comments</comments>
		<pubDate>Sat, 05 Feb 2011 23:22:50 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=214</guid>
		<description><![CDATA[I&#8217;ve recently got access to MSDNAA. That&#8217;s MSDN Academic Alliance. This program for universities allows students to get Microsoft tools free of charge for personal use. My dream was to have licensed version of Microsoft Windows. In post-soviet countries, it&#8217;s really that hard to use one. But with msdnaa my dream came true. I&#8217;ve downloaded [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently got access to MSDNAA. That&#8217;s MSDN Academic Alliance. This program for universities allows students to get Microsoft tools free of charge for personal use.</p>
<p>My dream was to have licensed version of Microsoft Windows. In post-soviet countries, it&#8217;s really that hard to use one. But with msdnaa my dream came true. </p>
<p>I&#8217;ve downloaded client application (<500kb). This one is downloading iso-image of the item, I&#8217;ve chosen on microsoft.com. Finally, it downloaded 2,3 Gb Windows 7 Professional Retail x86 iso-file.</p>
<p>Unfortunately, I had no free dvd-r at that moment, and my dvd-drive was in such a horrible state, that it could hardly read any dvd. I don&#8217;t even mention it&#8217;s ability to write smth :/ But lightscribe works as it should <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, I&#8217;ve downloaded Microsoft ISO2USB tool. This one allows users to burn their iso to usb-drive, and install OS from it. Unfortunately, it failed. That one needed some extra libraries, which I couldn&#8217;t find.<br />
I found one third-party tool, which did that for me. </p>
<p>I&#8217;m rebooting my system&#8230; and there it is! Windows 7 installation!<br />
Unfortunately, right after first screen, my setup failed <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It couldn&#8217;t find any drivers for my lapton, so with the message &#8220;Insert dvd/choose location of drivers&#8221; all my dreams fainted.<br />
I&#8217;ve been trying lot&#8217;s of solutions. But nothing could help me.<br />
The only outcome, I&#8217;ve faced was: several new partitions on hard-drive, no OS at all.</p>
<p>Right at that moment, I&#8217;ve found my Ubuntu 10.10 CD. That&#8217;s the only non-brain-damaging solution! It installed from the first time. No pop-alerts! Easy as abc! Even after logging into my braid new ubuntu installation, I wasn&#8217;t satisfied enough. I had a valid Win7 Pro key! I had no Win7 Pro. That&#8217;s ridiculous.</p>
<p>I thought, the only place in internet, where I can find valid iso-image of Win7 can be somewhere in torrents! I&#8217;ve logged into one of the most popular torrent sites out here and quickly found Genuine Win 7 Retail. </p>
<p>But there where no Pro. Only Ultimate revisions. Somewhere, I&#8217;ve read, that Ultimate installation has all the versions inside: from Starter to Ultimate, except Enterprise. And yes! You just have to remove or modify<br />
/isoimage/sources/ei.cfg file! That definitely cool <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve downloaded win 7 ultimate, changed that ei.cfg with the one from the image, which I&#8217;ve got from msdnaa. Finally I&#8217;ve got working Windows 7 Professional installation image. The only problem was, that I installed Ubuntu, and got too accustomed to it. Moreover, my dvd-drive wasn&#8217;t working correctly <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ve downloaded Virtual Box and installed Windows 7 Pro inside it. It completed successfully and passed validation test with the key provided.</p>
<p>Currently, I&#8217;m working under ubuntu, and waiting for the moment, when I&#8217;ll suddenly kill my system with &#8220;rm -rf /&#8221; <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Then, I&#8217;ll try installing Win7 once more <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Have a nice day <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2011/02/06/windows-7-fail.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&#8220;Nothing to do in the university&#8221; problem?</title>
		<link>http://pifostap.org.ua/blog/2010/09/16/nothing-to-do-in-the-university-problem.html</link>
		<comments>http://pifostap.org.ua/blog/2010/09/16/nothing-to-do-in-the-university-problem.html#comments</comments>
		<pubDate>Thu, 16 Sep 2010 08:16:26 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Непочищені]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[rtorrent]]></category>
		<category><![CDATA[rutorrent]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=168</guid>
		<description><![CDATA[My teacher unintentionally formatted his work flash-drive. We tried to recover it with easyrecovery. It was trial version. We found full version, on torrent sites. University is behind proxy, torrents are blocked. Yesterday I installed rtorrent+rutorrent on my debian server. Logged into it, downloaded that torrent file. I can access downloaded file through ftp. Started [...]]]></description>
			<content:encoded><![CDATA[<p>My teacher unintentionally formatted his work flash-drive.<br />
We tried to recover it with easyrecovery.<br />
It was trial version.<br />
We found full version, on torrent sites.<br />
University is behind proxy, torrents are blocked.<br />
Yesterday I installed rtorrent+rutorrent on my debian server.<br />
Logged into it, downloaded that torrent file.<br />
I can access downloaded file through ftp.<br />
Started ftp-transaction&#8230; university proxy blocks 21 port.<br />
Downloaded putty. Logged into web-server.<br />
Moved downloaded file into web-server directory.<br />
Downloaded file from browser in university.<br />
Successfully recovered flash-drive data.<br />
?????<br />
PROFIT!</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2010/09/16/nothing-to-do-in-the-university-problem.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Backspace key in Firefox @ Ubuntu</title>
		<link>http://pifostap.org.ua/blog/2010/09/12/backspace-key.html</link>
		<comments>http://pifostap.org.ua/blog/2010/09/12/backspace-key.html#comments</comments>
		<pubDate>Sun, 12 Sep 2010 14:46:31 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[backspace]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=161</guid>
		<description><![CDATA[I really enjoy using Firefox Web browser. I started using it it&#8217;s 2.0 release. I love that backspace key, which brings me back to the previos page. I was disappointed, when in my lovely Ubuntu it did not! I tried to go back, as I usually did that, and the key didn&#8217;t work. That was [...]]]></description>
			<content:encoded><![CDATA[<p>I really enjoy using Firefox Web browser.<br />
I started using it it&#8217;s 2.0 release.<br />
I love that backspace key, which brings me back to the previos page. </p>
<p>I was disappointed, when in my lovely Ubuntu it did not!<br />
I tried to go back, as I usually did that, and the key didn&#8217;t work.</p>
<p>That was irritating for me, so, if you have the same problem, feel free to use the following fix:</p>
<ol>
<li>Type<br />
<code>about:config</code><br />
in address bar.</li>
<li>Filter properties by:<br />
<code>browser.backspace_action</code></li>
<li>Double-click it and set it to<br />
<code>0</code></li>
</ol>
<p>Have a nice day!</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2010/09/12/backspace-key.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu on hp 6735s: common afterinstall guidelines</title>
		<link>http://pifostap.org.ua/blog/2010/06/18/ubuntu-on-hp-6735s-common-afterinstall-guidelines.html</link>
		<comments>http://pifostap.org.ua/blog/2010/06/18/ubuntu-on-hp-6735s-common-afterinstall-guidelines.html#comments</comments>
		<pubDate>Fri, 18 Jun 2010 18:22:59 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Непочищені]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/2010/06/18/ubuntu-on-hp-6735s-common-afterinstall-guidelines.html</guid>
		<description><![CDATA[After installing ubuntu on your hp6735s laptop it&#8217;s quite good to execute the following commands: sudo gedit /etc/modprobe.d/alsa-base.conf and add options snd-hda-intel model=mobile sudo gedit /etc/modprobe.d/options and add options snd-hda-intel model=mobile that&#8217;s if your sound isn&#8217;t working *will be updating this page with good stuff for ubuntu/hp6735s laptop]]></description>
			<content:encoded><![CDATA[<p>After installing ubuntu on your hp6735s laptop it&#8217;s quite good to execute the following commands:</p>
<ul>
<li><code>sudo gedit /etc/modprobe.d/alsa-base.conf </code><br />
and add<br />
options snd-hda-intel model=mobile</li>
<li><code>sudo gedit /etc/modprobe.d/options </code><br />
and add<br />
options snd-hda-intel model=mobile</li>
<p>that&#8217;s if your sound isn&#8217;t working <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>*will be updating this page with good stuff for ubuntu/hp6735s laptop</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2010/06/18/ubuntu-on-hp-6735s-common-afterinstall-guidelines.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hp6735s and ATI display driver in ubuntu</title>
		<link>http://pifostap.org.ua/blog/2010/06/14/hp6735s-and-ati-display-driver-in-ubuntu.html</link>
		<comments>http://pifostap.org.ua/blog/2010/06/14/hp6735s-and-ati-display-driver-in-ubuntu.html#comments</comments>
		<pubDate>Mon, 14 Jun 2010 16:07:02 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[hp6735s]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=150</guid>
		<description><![CDATA[Situation: I enjoy using Ubuntu! I enjoy using Ubuntu 9.10 (cos&#8217; I still haven&#8217;t upgraded to 10.04) I have hp6735s laptop I use ATI proprietary driver everything is too smoothed on the screen font look like shit windows *** works fine After digging a little I found out that the problem is: not with the [...]]]></description>
			<content:encoded><![CDATA[<p>Situation:</p>
<ul>
<li>I enjoy using Ubuntu!</li>
<li>I enjoy using Ubuntu 9.10 (cos&#8217; I still haven&#8217;t upgraded to 10.04)</li>
<li>I have hp6735s laptop</li>
<li>I use ATI proprietary driver</li>
<li>everything is too smoothed on the screen</li>
<li>font look like shit</li>
<li>windows *** works fine</li>
</ul>
<p>After digging a little I found out that the problem is:</p>
<ul>
<li>not with the fonts</li>
<li>Ubuntu set wrong screen resolution for me: 1280&#215;768</li>
<li>right screen resolution 1280&#215;800 is not in the list in System > Parameters > Screen </li>
<li>right screen resolution is not available in ATI Catalyst either</li>
</ul>
<p>Here&#8217;s how I fixed it:</p>
<ol>
<li>run <code>sudo gedit /etc/X11/xorg.conf</code> in terminal</li>
<li>found something like <code>Section "Monitor" ... Option "PreferredMode" "1280x768"</code></li>
<li>changed 1280&#215;768 to 1280&#215;800</li>
<li>everything works fine after reboot!</li>
<li>compiz and all 3D effects work nice too!</li>
<li>&#8230;and hey, it&#8217;s the first time I edited xorg.conf by hands!</li>
</ol>
<p>Enjoy using linux!<br />
That the OS you really need!</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2010/06/14/hp6735s-and-ati-display-driver-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch your webcam in console!</title>
		<link>http://pifostap.org.ua/blog/2010/01/08/mplayer-is-superman-of-mediaplayers.html</link>
		<comments>http://pifostap.org.ua/blog/2010/01/08/mplayer-is-superman-of-mediaplayers.html#comments</comments>
		<pubDate>Fri, 08 Jan 2010 11:38:18 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tty]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=121</guid>
		<description><![CDATA[Wow! I really love linux! I feel that with every minute spent inside linux my love to this OS grows up! It&#8217;s so outrageous! You can do almost everything!!! Today, I was really shocked with the abilities of the mplayer! Here&#8217;s a short video of what I&#8217;ve done:So, here&#8217;s a list of what I was [...]]]></description>
			<content:encoded><![CDATA[<p>Wow! I really love linux! I feel that with every minute spent inside linux my love to this OS grows up! It&#8217;s so outrageous! You can do almost everything!!!</p>
<p>Today, I was really shocked with the abilities of the <a href="http://www.mplayerhq.hu/">mplayer</a>!<br /> Here&#8217;s a short video of what I&#8217;ve done:<br/><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/yZEW_QCPTDc&#038;hl=ru_RU&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/yZEW_QCPTDc&#038;hl=ru_RU&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br/>So, here&#8217;s a list of what I was doing with it (everything is done in tty-conole->[Ctrl]+[Alt]+[F5]):</p>
<ol>
<li>I wondered if I can watch films in console. That&#8217;s real! You just have to specify the special output driver. It&#8217;s the ASCII-Art driver:<br /><code>mplayer <strong>-vo aa</strong> nameOfYourFile.avi</code><br />You can enjoy colour video in console, just replace <strong>aa</strong> driver with the Colour ASCII-Art driver <strong>caca</strong>!</li>
<li>I felt it&#8217;s not enough! So, I tried to watch my web-cam in console! Obviously, mplayer is able to do it! You just need to specify the tv:// protocol, instead of filename:<br /><code>mplayer <strong>tv:// </strong> -vo caca</code></li>
<li>Here&#8217;s the first problem. The output is alright, but that stats information always updates, and the video is blinking:( So, it makes impossible for you to watch your wab-cam normally. I started to investigate the mplayer&#8217;s man page:<br/><code>man mplayer</code><br/>it&#8217;s so huge! (read it if you want <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )<br/>I quickly found the solution! Here is it: the parameter -really-quiet:<br/><code>mplayer tv:// -vo caca -really-quiet</code></li>
<li>But that was not enough! I wish I can watch the web-cam, as  I look at mirror! I found the parameter -flip. But it just turns everything upside-down. The real solution for that is the video-filter Mirror! Specify it &#038; enjoy:<br/><code>mplayer tv:// -vo caca <strong>-vf mirror</strong> -really-quiet</code></li>
<li>There&#8217;s one more improvement, you can do to your output. You can make it better by specifing the font. The smaller the font &#8211; the better&#8217;s the output. I usually use Uni1-VGA8: <br/><code>setfont Uni1-VGA8</code></li>
</ol>
<p>That&#8217;s all, folks! Go and watch your favourite videos in console!</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2010/01/08/mplayer-is-superman-of-mediaplayers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Genius G-Pen 4500 &amp;&amp; Ubuntu 9.10</title>
		<link>http://pifostap.org.ua/blog/2009/12/10/genius-g-pen-4500-ubuntu.html</link>
		<comments>http://pifostap.org.ua/blog/2009/12/10/genius-g-pen-4500-ubuntu.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 02:08:01 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[4500]]></category>
		<category><![CDATA[g-pen]]></category>
		<category><![CDATA[genius]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=99</guid>
		<description><![CDATA[I&#8217;m about to use my Genius G-Pen 4500 with Ubuntu. And here is my experience in installing this tablet. Everything is pretty stright-forward. Go to http://code.google.com/p/linuxgenius/ Get the source for wizardpen. I used http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz wget http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz Unpack. tar -xvf wizardpen-0.7.0-alpha2.tar.gz Move into the unpacked dir: cd wizardpen-0.7.0-alpha2 Configure, make and install: sudo ./configure --with-xorg-module-dir=/usr/lib/xorg/modules &#38;&#38; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m about to use my Genius G-Pen 4500 with Ubuntu. And here is my experience in installing this tablet.</p>
<p>Everything is pretty stright-forward.</p>
<ol>
<li>Go to <a title="http://code.google.com/p/linuxgenius/" href="http://code.google.com/p/linuxgenius/" target="_blank">http://code.google.com/p/linuxgenius/</a></li>
<li>Get the source for wizardpen. I used <a title="http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz" href="http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz" target="_blank">http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz</a><br /> <code>wget http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz</code></li>
<li>Unpack.<br /> <code>tar -xvf wizardpen-0.7.0-alpha2.tar.gz</code></li>
<li>Move into the unpacked dir:<br /> <code>cd wizardpen-0.7.0-alpha2</code></li>
<li>Configure, make and install:<br /> <code>sudo ./configure --with-xorg-module-dir=/usr/lib/xorg/modules &amp;&amp; make &amp;&amp; make install</code></li>
<li>Check for wizardpen.la and wizardpen.so (driver installed correctly):<br /> <code>ls /usr/lib/xorg/modules/input/wizardpen.*</code></li>
<li>Connect your tablet (if not yet connected)</li>
<li>Create file <code>/etc/hal/fdi/policy/99-wizardpen.fdi</code></li>
<li>I used the following data inside the file:<br /> <code><span style="font-family: Courier New; color: black; font-size: x-small;"><span style="color: #0000ff;">&lt;?</span><span style="color: #800000;">xml</span> <span style="color: #ff0000;">version</span><span style="color: #0000ff;">="1.0"</span> <span style="color: #ff0000;">encoding</span><span style="color: #0000ff;">="ISO-8859-1"</span> ?<span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">deviceinfo</span> <span style="color: #ff0000;">version</span><span style="color: #0000ff;">="0.2"</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">device</span><span style="color: #0000ff;">&gt;</span><br /> <span class="rem">&lt;!-- This MUST match with the name of your tablet --&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">match</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="info.product"</span> <span style="color: #ff0000;">contains</span><span style="color: #0000ff;">="UC-LOGIC Tablet WP5540U"</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_driver"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>wizardpen<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.SendCoreEvents"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>true<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.TopX"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>0<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.TopY"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>0<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.TopZ"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>40<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_identifier"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>stylus<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.BottomX"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>32739<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.BottomY"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>32745<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.BottomZ"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>1024<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.MaxX"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>32739<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">merge</span> <span style="color: #ff0000;">key</span><span style="color: #0000ff;">="input.x11_options.MaxY"</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="string"</span><span style="color: #0000ff;">&gt;</span>32745<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">merge</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">match</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">device</span><span style="color: #0000ff;">&gt;</span><br /> <span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">deviceinfo</span><span style="color: #0000ff;">&gt;</span><br /> </span><br /> <span style="color: gray; font-size: xx-small;">* This source code was highlighted with <a href="http://virtser.net/blog/post/source-code-highlighter.aspx"><span style="color: gray; font-size: xx-small;">Source Code Highlighter</span></a>.</span></code> </li>
<li>After all this You should reboot and start using your Genius G-Pen 4500.</li>
<li>FIXED: <span style="text-decoration: line-through;">I still have one unsolved problem. The stylus starts working a bit far from the tablet. Can&#8217;t resolve this. Under Windows I found quite unique driver, which let me set sensitivity for it. FIX: Add</span><span style="text-decoration: line-through;"> TopZ and BottomZ values to the file<br /></span></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2009/12/10/genius-g-pen-4500-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>День Вільного Програмного Забезпечення у Львові відбувся!</title>
		<link>http://pifostap.org.ua/blog/2009/09/18/sfd2009-lviv-wow.html</link>
		<comments>http://pifostap.org.ua/blog/2009/09/18/sfd2009-lviv-wow.html#comments</comments>
		<pubDate>Sat, 19 Sep 2009 01:50:45 +0000</pubDate>
		<dc:creator>::pif</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[osum]]></category>
		<category><![CDATA[sfd2009]]></category>

		<guid isPermaLink="false">http://pifostap.org.ua/blog/?p=81</guid>
		<description><![CDATA[Вітаю усіх з успішним проведенням SFD2009&#8242;Lviv! Отже, відбулась перша зустріч нашого OSUM-клубу. З упевненістю можу стверджувати, що SFD2009 було проведено) Спочатку Андрусів Остап зробив невеличке вступне слово, поділився з усіма присутніми своїми ідеями, і дещо розказав про open-source i OSUM. Було дуже приємно, коли викладачі з легкістю погодились допомогти нам у проведенні SFD, і виступили [...]]]></description>
			<content:encoded><![CDATA[<p><b>Вітаю усіх з успішним проведенням SFD2009&#8242;Lviv!</b></p>
<p>Отже, відбулась перша зустріч нашого OSUM-клубу.<br />
З упевненістю можу стверджувати, що SFD2009 було проведено)</p>
<p>Спочатку Андрусів Остап зробив невеличке вступне слово, поділився з усіма присутніми своїми ідеями, і дещо розказав про open-source i OSUM.</p>
<p>Було дуже приємно, коли викладачі з легкістю погодились допомогти нам у проведенні SFD, і виступили із своїми доповідями.</p>
<p>Годич Олесь Васильович цікаво і в дуже доступній формі розповів усім про філософію open-source, типи free/open-source ліцензій,які на даний момент може вибрати лдя себе розробник (особисто мені запам*яиалась історія про &#8220;вірусну&#8221; GPL, нарешті зрозумів у чому її така унікальність), пояснив, чому проекти, які зв*язані з foundations набагато краще підтримуються і розвиваються, коротко розказав про найпопулярніші дистрибутиви linux, а також поділився своїм досвідом у використанні linux <img src='http://pifostap.org.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Наступною була доповідь Гарасима Ярослава Степановича &#8220;Розв’язування наукових задач на платформі операційної системи Linux&#8221;. Ярослав Степанович коротко зупинився на безкоштовних дистрибутивах linux. Потім розказав усім про різні безкоштовні IDE, які можна використовувати у розробці під linux&#8217;ом: NetBeans, Lazarus, KDevelop, Eclipse, Mono&#8230; Відразу після цього було розказано про спеціалізовані вільні математичні пакети з підтримкою символьних обчислень і порівнях їх з платними аналогами. Хто уважно слухав &#8211; домашні з ДР/РМФ робить за 10 хвилин&#8230;</p>
<p>Як для першої зустрічі &#8211; досить непогано)</p>
<p><span style="color:#f00;">Слайдшоу з фоток із зустрічі:</span><br />
<embed class="xg_slideshow" src="http://static.ning.com/studentdevelopers/widgets/photo/slideshowplayer/slideshowplayer.swf?v=4.0.10%3A20718" quality="high" bgcolor="#050505" width="500" height="394" allowscriptaccess="never" scale="noscale" wmode="opaque" flashvars="feed_url=http%3A%2F%2Fosum.sun.com%2Fphoto%2Fphoto%2FslideshowFeedAlbum%3Fid%3D2181626%253AAlbum%253A1133488%26x%3DBgOrjfO3SJEIyDMSpcoitw688KHt9rUV%26photo_width%3D500%26photo_height%3D371&amp;autoplay=1&amp;config_url=http%3A%2F%2Fosum.sun.com%2Fphoto%2Fphoto%2FshowPlayerConfig%3Fx%3DBgOrjfO3SJEIyDMSpcoitw688KHt9rUV%26feed_url%3Dhttp%253A%252F%252Fosum.sun.com%252Fphoto%252Fphoto%252FslideshowFeedAlbum%253Fid%253D2181626%25253AAlbum%25253A1133488%2526x%253DBgOrjfO3SJEIyDMSpcoitw688KHt9rUV%26showPreview%3D%26ck%3D716842488&amp;slideshow_title=&amp;fullsize_url=http%3A%2F%2Fosum.sun.com%2Fphoto%2Fphoto%2Fslideshow%3Ffeed_url%3Dhttp%253A%252F%252Fosum.sun.com%252Fphoto%252Fphoto%252FslideshowFeedAlbum%253Fid%253D2181626%25253AAlbum%25253A1133488" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed><br />
<br/><small><a href="http://osum.sun.com/photo/albums/software-freedom-day-lviv-2009">Посилання на альбом</a></small><br/></p>
<p>+прикріпив файли презентацій)</p>
<p>Пишемо свої враження від SoftwareFreedomDay2009)<br />
Чекаю на ваші побажання і критику :Р</p>
]]></content:encoded>
			<wfw:commentRss>http://pifostap.org.ua/blog/2009/09/18/sfd2009-lviv-wow.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

