<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4428755348728623549</id><updated>2011-11-28T03:02:59.288+01:00</updated><category term='last.fm terminal script linux ubuntu'/><category term='awesome window manager linux configuration scripts widgets'/><title type='text'>JDIN's</title><subtitle type='html'>Software Developer</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>19</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-2812422768984594054</id><published>2009-06-26T18:44:00.002+02:00</published><updated>2009-06-26T18:45:22.075+02:00</updated><title type='text'>Simple but very flexible and usefull terminal encoding converter</title><content type='html'>&lt;pre&gt;&lt;br /&gt;#!/usr/bin/jruby&lt;br /&gt;&lt;br /&gt;require "java"&lt;br /&gt;&lt;br /&gt;def help&lt;br /&gt;        p "cnvrt &lt;encoding&gt; &lt;...&gt;"&lt;br /&gt;end&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if (ARGV.size &gt; 0)&lt;br /&gt;        begin&lt;br /&gt;                charset = java.nio.charset.Charset.for_name ARGV[0]&lt;br /&gt;                ARGV.delete_at 0&lt;br /&gt;                ARGV.each {|a|&lt;br /&gt;                        bytes = java.lang.String.new(a).getBytes&lt;br /&gt;                        buffer = java.nio.ByteBuffer.wrap(bytes)&lt;br /&gt;                        puts charset.decode(buffer)&lt;br /&gt;                }&lt;br /&gt;        rescue&lt;br /&gt;                p $!&lt;br /&gt;        end&lt;br /&gt;else&lt;br /&gt;        help&lt;br /&gt;end&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-2812422768984594054?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/2812422768984594054/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=2812422768984594054' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/2812422768984594054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/2812422768984594054'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2009/06/simple-but-very-flexible-and-usefull.html' title='Simple but very flexible and usefull terminal encoding converter'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-3382413490256984231</id><published>2009-05-10T20:01:00.004+02:00</published><updated>2009-05-10T20:14:09.379+02:00</updated><title type='text'>Rapidshare terminal downloader for linux</title><content type='html'>&lt;a href="http://sites.google.com/site/jdinproject/Home/opensource/rapiddownloader.rb?attredirects=0"&gt;rapiddownloader&lt;/a&gt; - is a small rapidshare console utility for linux written in JRuby. What it can do - is to handle multiple links and wait for timing in free account. So you can just leave it with a bunch of urls and be busy with your stuff.&lt;br /&gt;&lt;br /&gt;Usage is quite simple:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;rapiddownloader.rb {site1} {site2} {site3}&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Just place it in your $PATH location, make it executable and thats it. &lt;br /&gt;Depends on JRuby, Java and Wget&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-3382413490256984231?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/3382413490256984231/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=3382413490256984231' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/3382413490256984231'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/3382413490256984231'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2009/05/rapidshare-terminal-downloader-for.html' title='Rapidshare terminal downloader for linux'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-4698870497725505761</id><published>2009-05-10T19:59:00.003+02:00</published><updated>2009-05-10T20:01:30.511+02:00</updated><title type='text'>Google Site</title><content type='html'>I have made my google site where i plan to upload my dotfiles and utilities.&lt;br /&gt;Here is the &lt;a href="http://sites.google.com/site/jdinproject/Home"&gt; link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-4698870497725505761?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/4698870497725505761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=4698870497725505761' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/4698870497725505761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/4698870497725505761'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2009/05/google-site.html' title='Google Site'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-4678247068182387078</id><published>2009-05-04T11:16:00.006+02:00</published><updated>2009-05-04T13:17:34.885+02:00</updated><title type='text'>Adobe Flex Builder Alpha is available for Linux</title><content type='html'>I am very happy that it is already possible (seems like it is available already for a long time - but somehow I couldn't find it before):&lt;br /&gt;&lt;br /&gt; &lt;a href="http://labs.adobe.com/downloads/flexbuilder_linux.html"&gt;http://labs.adobe.com/downloads/flexbuilder_linux.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;But note that eclipse 3.3.x is required&lt;br /&gt;&lt;br /&gt;P.S. &lt;br /&gt;1/ workaround: &lt;a href="http://bugs.adobe.com/jira/browse/FBE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel"&gt;http://bugs.adobe.com/jira/browse/FBE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2/ there is a patch - but probably for the eariler version:&lt;br /&gt;(Some details about mxml editor and eclipse 3.4: &lt;a href="http://www.tekool.net/blog/2008/06/28/flex-builder-3-plugin-dont-work-with-eclipse-34/"&gt;http://www.tekool.net/blog/2008/06/28/flex-builder-3-plugin-dont-work-with-eclipse-34/&lt;/a&gt; )&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-4678247068182387078?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/4678247068182387078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=4678247068182387078' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/4678247068182387078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/4678247068182387078'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2009/05/adobe-flex-builder-alpha-is-available.html' title='Adobe Flex Builder Alpha is available for Linux'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-7612810582506823011</id><published>2009-03-25T23:07:00.004+01:00</published><updated>2009-03-25T23:18:21.815+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='last.fm terminal script linux ubuntu'/><title type='text'>my small last.fm script</title><content type='html'>it's a pity that lastfm is not going to be free anymore but still... here is my small script that i usually use to listen to last.fm:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;#!/usr/bin/env bash&lt;br /&gt;# shell-fm helper&lt;br /&gt;#* lastfm://user/${user}/loved&lt;br /&gt;#* lastfm://user/${user}/personal&lt;br /&gt;#* lastfm://usertags/${user}/${usertag}&lt;br /&gt;#* lastfm://artist/${artist}/similarartists&lt;br /&gt;#* lastfm://artist/${artist}/fans&lt;br /&gt;#* lastfm://globaltags/${globaltag}&lt;br /&gt;killall -9 shell-fm&lt;br /&gt;&lt;br /&gt;function usage() {&lt;br /&gt; printf "Usage: %s: [-u username] [[-p(ersonal)] [-l(oved)]] [-g globaltag] [-a artist]\n" $(basename $0) &gt;&amp;2&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt; command="lastfm:/"&lt;br /&gt; artflag=&lt;br /&gt; while getopts 'u:plg:a' OPTION&lt;br /&gt;&lt;br /&gt; do&lt;br /&gt;   case $OPTION in&lt;br /&gt;   u) command="$command/user/$OPTARG"&lt;br /&gt;   ;;&lt;br /&gt;   l)    command="$command/loved"&lt;br /&gt;  break&lt;br /&gt;   ;;&lt;br /&gt;   p)  command="$command/personal"&lt;br /&gt;  break&lt;br /&gt;   ;;&lt;br /&gt;   a) artflag=1&lt;br /&gt;  command="$command/artist/$artist"&lt;br /&gt;  break&lt;br /&gt;   ;;&lt;br /&gt;   ?)  usage&lt;br /&gt;   exit 2&lt;br /&gt;   ;;&lt;br /&gt;   esac&lt;br /&gt; done&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; #printf "Remaining arguments are: %s\n" "$*"&lt;br /&gt;&lt;br /&gt;shift $(($OPTIND - 1))&lt;br /&gt;rest=""&lt;br /&gt;if [ $artflag ] &lt;br /&gt;then&lt;br /&gt;     while [ $# -ge 1 ]; do&lt;br /&gt;         if [ "$rest" != "" ]; then&lt;br /&gt;             rest="$rest+"&lt;br /&gt;         fi&lt;br /&gt;        rest="$rest${1}"&lt;br /&gt;        shift&lt;br /&gt;     done&lt;br /&gt;fi&lt;br /&gt;&lt;br /&gt;shell-fm -d $command$rest&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;(In order to use you need to install also a small "shell-fm" application.)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-7612810582506823011?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/7612810582506823011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=7612810582506823011' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/7612810582506823011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/7612810582506823011'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2009/03/my-small-lastfm-script.html' title='my small last.fm script'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-7161912102985716740</id><published>2009-03-25T22:56:00.005+01:00</published><updated>2009-05-29T23:53:52.865+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='awesome window manager linux configuration scripts widgets'/><title type='text'>and now awesome ...</title><content type='html'>here it is:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_aQn77DyBs2I/ScqpqfUPoFI/AAAAAAAAABw/LPzARXCQ2p8/s1600-h/screen.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 200px;" src="http://1.bp.blogspot.com/_aQn77DyBs2I/ScqpqfUPoFI/AAAAAAAAABw/LPzARXCQ2p8/s320/screen.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5317248857490301010" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-7161912102985716740?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/7161912102985716740/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=7161912102985716740' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/7161912102985716740'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/7161912102985716740'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2009/03/and-now-awesome.html' title='and now awesome ...'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_aQn77DyBs2I/ScqpqfUPoFI/AAAAAAAAABw/LPzARXCQ2p8/s72-c/screen.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-3241265393087562024</id><published>2009-01-22T17:33:00.003+01:00</published><updated>2009-01-22T17:44:02.414+01:00</updated><title type='text'>Youtube feature</title><content type='html'>Have found a new feature in youtube - adding the following parameter to the url will improve the quality of music (and probably video as well):&lt;br /&gt;&lt;pre&gt;&amp;amp;fmt=18 &lt;/pre&gt;&lt;br /&gt;Didn't play that much and don't know if it works for all the videos - probably not.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-3241265393087562024?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/3241265393087562024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=3241265393087562024' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/3241265393087562024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/3241265393087562024'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2009/01/youtube-feature.html' title='Youtube feature'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-1623756543189628948</id><published>2008-10-15T15:07:00.002+02:00</published><updated>2008-10-15T15:30:31.113+02:00</updated><title type='text'>My XFWM4 Theme</title><content type='html'>Recently I have created my first xfce theme for XFWM4 window manager. You can find it &lt;a href="http://xfce-look.org/content/show.php/Soft%26ClearXfwm4?content=91214"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-1623756543189628948?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/1623756543189628948/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=1623756543189628948' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/1623756543189628948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/1623756543189628948'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2008/10/my-xfwm4-theme.html' title='My XFWM4 Theme'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-5292015591192454108</id><published>2008-10-15T14:54:00.000+02:00</published><updated>2008-10-15T14:55:25.164+02:00</updated><title type='text'>Xubuntu RELEASE SOON with XFCE "Pinkie"!</title><content type='html'>&lt;a href="http://xubuntu.org" title="Learn more about Xubuntu..."&gt;&lt;img src="http://xubuntu.org/xubuntu-static/intrepid-countdown/index.php" alt="Countdown to Xubuntu (xubuntu.org) 8.10, by Pasi Lallinaho"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-5292015591192454108?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/5292015591192454108/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=5292015591192454108' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/5292015591192454108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/5292015591192454108'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2008/10/xubuntu-release-soon-with-xfce-pinkie.html' title='Xubuntu RELEASE SOON with XFCE &quot;Pinkie&quot;!'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-1240737404211741056</id><published>2008-07-27T12:47:00.001+02:00</published><updated>2008-07-27T13:08:39.728+02:00</updated><title type='text'>My deskbar-applet plugin for XFCE</title><content type='html'>Here is what i have done a couple of weeks ago. Maybe someone can find it also suitable:&lt;br /&gt;&lt;a href="http://xfce-look.org/content/show.php/deskbar+applet+xfce-menu+plugin+?content=83905"&gt;click here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-1240737404211741056?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/1240737404211741056/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=1240737404211741056' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/1240737404211741056'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/1240737404211741056'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2008/07/my-deskbar-applet-plugin-for-xfce.html' title='My deskbar-applet plugin for XFCE'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-656703014783525897</id><published>2008-07-27T12:02:00.001+02:00</published><updated>2008-07-27T13:07:58.934+02:00</updated><title type='text'>How to share internet between smartphone (T-mobile MDA  with windows 6) and linux (ubuntu)</title><content type='html'>There are 2 ways to do that.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;First one is using USB.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;a couple of simple steps for that:&lt;br /&gt;&lt;br /&gt;1. install usb-rndis-lite tool&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;svn co https://synce.svn.sourceforge.net/svnroot/synce/trunk/usb-rndis-lite&lt;br /&gt;cd usb-rndis-lite&lt;br /&gt;make&lt;br /&gt;sudo ./clean.sh&lt;br /&gt;sudo make install&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;2. enable USB internet sharing in a smartphone&lt;br /&gt;3. connect smartphone to your pc&lt;br /&gt;4. probably you also need to do that:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;sudo dhclient&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;to get the ip address&lt;br /&gt;&lt;br /&gt;Also make sure that your activesync is not running on pocketPC- close it if it is started.&lt;br /&gt;&lt;br /&gt;That's it for the first step.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Second one is using Bluetooth.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;This one is more tricky.&lt;br /&gt;I don't remember how did i do it exactly at the moment - but here the main steps:&lt;br /&gt;&lt;br /&gt;1. install bluez-utils:&lt;br /&gt;&lt;pre&gt;sudo apt-get install bluez-utils&lt;/pre&gt;&lt;br /&gt;2. then you need to enable bluetooth on your mobile phone and type in on your pc in a terminal:&lt;br /&gt;&lt;pre&gt;hcitool inq&lt;/pre&gt;&lt;br /&gt;you should get something like :&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;Inquiring ...&lt;br /&gt; 00:17:83:80:DA:CB clock offset: 0x5426 class: 0x5a020c&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;the string &lt;pre&gt;00:17:83:80:DA:CB&lt;/pre&gt; in your case should be different and this is the physical address of your mobile device.&lt;br /&gt;3. create the file &lt;pre&gt;/etc/bluetooth/pan/dev-up&lt;/pre&gt; with the contents:&lt;br /&gt;&lt;pre&gt;#!/bin/bash &lt;br /&gt;ifup bnep0&lt;/pre&gt;&lt;br /&gt;and the file &lt;pre&gt;/etc/bluetooth/pan/dev-down&lt;/pre&gt; with the contents:&lt;br /&gt;&lt;pre&gt;#!/bin/bash &lt;br /&gt;ifdown bnep0&lt;/pre&gt;&lt;br /&gt;4. open &lt;pre&gt;/etc/default/bluetooth&lt;/pre&gt; find the line with the &lt;pre&gt;PAND_ENABLED=0&lt;/pre&gt; and change it to &lt;pre&gt;PAND_ENABLED=1&lt;/pre&gt; Then find the line &lt;pre&gt;PAND_OPTIONS=""&lt;/pre&gt; and change it to &lt;pre&gt;PAND_OPTIONS="--listen --role=PANU --devup /etc/bluetooth/pan/dev-up --devdown /etc/bluetooth/pan/dev-down&lt;/pre&gt;&lt;br /&gt;5. enable bluetooth internet sharing on your mobile device and in terminal on PC type in:&lt;br /&gt;&lt;pre&gt;sudo pand -c {your physical device address}&lt;/pre&gt;&lt;br /&gt;for the first time it will ask for the pin but afterwards it is not needed.&lt;br /&gt;6. probably you will also need &lt;pre&gt;sudo dhclient bnep0&lt;/pre&gt;&lt;br /&gt;P.S. sometimes it is needed to clean up the bluetooth pair devices on PC and mobile device. I also use &lt;pre&gt;kbluetooth&lt;/pre&gt; for that.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-656703014783525897?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/656703014783525897/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=656703014783525897' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/656703014783525897'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/656703014783525897'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2008/07/how-to-share-internet-between.html' title='How to share internet between smartphone (T-mobile MDA  with windows 6) and linux (ubuntu)'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-8417240403159097267</id><published>2007-11-10T22:01:00.000+01:00</published><updated>2007-11-10T22:12:41.915+01:00</updated><title type='text'>My New Lightweight Desktop</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_aQn77DyBs2I/RzYeuPCTmEI/AAAAAAAAAAc/6a7g2S_vscA/s1600-h/xfce.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_aQn77DyBs2I/RzYeuPCTmEI/AAAAAAAAAAc/6a7g2S_vscA/s320/xfce.jpg" alt="" id="BLOGGER_PHOTO_ID_5131322605094279234" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;During this week I have decided to upgrade my system on a week end. Wanted to get smth new. So thought to upgrade my Edgy to latest Gutsy. But just for fun at half an hour installed yesterday xubuntu-desktop. And it is amazing! It is really LIGHTWEIHGT, saves all the features that I like in gnome and has some new that is really cool!&lt;br /&gt;Also it has it's own Compositor - that hasn't so many effects as Beryl or Compiz, but do you really use it?&lt;br /&gt;So my wish to start to upgrade to Gutsy disappear. At least for the next week. XFCE is now my default session on my laptop!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-8417240403159097267?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/8417240403159097267/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=8417240403159097267' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/8417240403159097267'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/8417240403159097267'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2007/11/my-new-lightweight-desktop.html' title='My New Lightweight Desktop'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_aQn77DyBs2I/RzYeuPCTmEI/AAAAAAAAAAc/6a7g2S_vscA/s72-c/xfce.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-3376718513610370791</id><published>2007-08-30T19:31:00.000+02:00</published><updated>2007-10-13T13:41:00.726+02:00</updated><title type='text'>my current sources list on my ubuntu</title><content type='html'># Automatically generated sources.list&lt;br /&gt;# http://www.ubuntu-nl.org/source-o-matic/&lt;br /&gt;#&lt;br /&gt;# If you get GPG errors with this sources.list, locate the GPG key in this file&lt;br /&gt;# and run these commands (where KEY is replaced with that key)&lt;br /&gt;#&lt;br /&gt;# gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY&lt;br /&gt;# gpg --export --armor KEY | sudo apt-key add -&lt;br /&gt;#&lt;br /&gt;# If you don't know what to do with this file, read&lt;br /&gt;# https://help.ubuntu.com/community/Repositories/CommandLine&lt;br /&gt;&lt;br /&gt;# Ubuntu supported packages&lt;br /&gt;# GPG key: 437D05B5&lt;br /&gt;deb http://nl.archive.ubuntu.com/ubuntu edgy main restricted&lt;br /&gt;deb http://nl.archive.ubuntu.com/ubuntu edgy-updates main restricted&lt;br /&gt;deb http://security.ubuntu.com/ubuntu edgy-security main restricted&lt;br /&gt;&lt;br /&gt;deb-src http://nl.archive.ubuntu.com/ubuntu edgy main restricted&lt;br /&gt;deb-src http://nl.archive.ubuntu.com/ubuntu edgy-updates main restricted&lt;br /&gt;deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted&lt;br /&gt;&lt;br /&gt;# Ubuntu community supported packages&lt;br /&gt;# GPG key: 437D05B5&lt;br /&gt;deb http://nl.archive.ubuntu.com/ubuntu edgy universe multiverse&lt;br /&gt;deb http://nl.archive.ubuntu.com/ubuntu edgy-updates universe multiverse&lt;br /&gt;deb http://security.ubuntu.com/ubuntu edgy-security universe multiverse&lt;br /&gt;&lt;br /&gt;deb-src http://nl.archive.ubuntu.com/ubuntu edgy universe multiverse&lt;br /&gt;deb-src http://nl.archive.ubuntu.com/ubuntu edgy-updates universe multiverse&lt;br /&gt;deb-src http://security.ubuntu.com/ubuntu edgy-security universe multiverse&lt;br /&gt;&lt;br /&gt;# Seveas' Ubuntu Packages&lt;br /&gt;# GPG key: 1135D466&lt;br /&gt;deb http://seveas.theplayboymansion.net/seveas edgy-seveas all&lt;br /&gt;&lt;br /&gt;deb-src http://seveas.theplayboymansion.net/seveas edgy-seveas all&lt;br /&gt;&lt;br /&gt;# Ubuntu backports project&lt;br /&gt;# GPG key: 437D05B5&lt;br /&gt;deb http://nl.archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse&lt;br /&gt;&lt;br /&gt;deb-src http://nl.archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse&lt;br /&gt;&lt;br /&gt;# Kubuntu.org bleeding edge Koffice&lt;br /&gt;# GPG key: DD4D5088&lt;br /&gt;deb http://kubuntu.org/packages/koffice-latest edgy main&lt;br /&gt;&lt;br /&gt;deb-src http://kubuntu.org/packages/koffice-latest edgy main&lt;br /&gt;&lt;br /&gt;# Kubuntu.org bleeding edge amaroK&lt;br /&gt;# GPG key: DD4D5088&lt;br /&gt;deb http://kubuntu.org/packages/amarok-latest edgy main&lt;br /&gt;&lt;br /&gt;deb-src http://kubuntu.org/packages/amarok-latest edgy main&lt;br /&gt;&lt;br /&gt;# Upstream Wine&lt;br /&gt;# GPG key: 387EE263&lt;br /&gt;deb http://wine.budgetdedicated.com/apt edgy main&lt;br /&gt;&lt;br /&gt;deb-src http://wine.budgetdedicated.com/apt edgy main&lt;br /&gt;&lt;br /&gt;# Upstream Opera&lt;br /&gt;# GPG key: 6A423791&lt;br /&gt;deb http://deb.opera.com/opera etch non-free&lt;br /&gt;&lt;br /&gt;# Upstream Beryl&lt;br /&gt;# GPG key: ed8a569e&lt;br /&gt;deb http://media.blutkind.org/xgl/ edgy main-edgy&lt;br /&gt;&lt;br /&gt;deb-src http://media.blutkind.org/xgl/ edgy main-edgy&lt;br /&gt;&lt;br /&gt;deb http://ubuntu.beryl-project.org/ edgy main&lt;br /&gt;&lt;br /&gt;# Medibuntu multimedia packages&lt;br /&gt;# GPG key: 0C5A2783&lt;br /&gt;deb http://medibuntu.sos-sts.com/repo/ edgy free non-free&lt;br /&gt;&lt;br /&gt;deb-src http://medibuntu.sos-sts.com/repo/ edgy free non-free&lt;br /&gt;&lt;br /&gt;# Canonical Commercial packages&lt;br /&gt;# GPG key: 437D05B5&lt;br /&gt;deb http://archive.canonical.com edgy-commercial main&lt;br /&gt;&lt;br /&gt;deb-src http://archive.canonical.com edgy-commercial main&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#AUTOMATIX REPOS START&lt;br /&gt;&lt;br /&gt;deb http://www.getautomatix.com/apt edgy main&lt;br /&gt;&lt;br /&gt;deb http://archive.canonical.com/ubuntu edgy-commercial main&lt;br /&gt;&lt;br /&gt;deb http://archive.ubuntu.com/ubuntu edgy-security main restricted universe multiverse&lt;br /&gt;#AUTOMATIX REPOS END&lt;br /&gt;&lt;br /&gt;## Avant Window Navigator&lt;br /&gt;deb http://download.tuxfamily.org/syzygy42/ edgy avant-window-navigator&lt;br /&gt;deb-src http://download.tuxfamily.org/syzygy42/ edgy avant-window-navigator&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;## Fonts&lt;br /&gt;deb http://www.telemail.fi/mlind/ubuntu edgy fonts&lt;br /&gt;deb-src http://www.telemail.fi/mlind/ubuntu edgy fonts&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;## NTFS http://linux.cpms.ru/page.php?id=162&lt;br /&gt;## wget http://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add -&lt;br /&gt;deb http://givre.cabspace.com/ubuntu/ edgy main main-all&lt;br /&gt;deb http://ntfs-3g.sitesweetsite.info/ubuntu/ edgy main main-all&lt;br /&gt;deb http://flomertens.keo.in/ubuntu/ edgy main main-all&lt;br /&gt;&lt;br /&gt;## rus mp3 tags&lt;br /&gt;## sudo wget http://rusxmms.sf.net/ubuntu/rusxmms/key.gpg -O - | sudo apt-key add -&lt;br /&gt;## sudo wget ttp://rusxmms.sf.net/ubuntu/rusxmms/key.gpg-q -O - | sudo apt-key add -&lt;br /&gt;deb http://rusxmms.sourceforge.net/ubuntu/rusxmms dapper main&lt;br /&gt;#deb http://ubuntu.root.od.ua/rusxmms edgy main&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# Eternity Screensaver&lt;br /&gt;deb http://parker1.co.uk/apt edgy main&lt;br /&gt;deb-src http://parker1.co.uk/apt edgy main&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-3376718513610370791?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/3376718513610370791/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=3376718513610370791' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/3376718513610370791'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/3376718513610370791'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2007/08/my-corrent-sources-list-on-my-ubuntu.html' title='my current sources list on my ubuntu'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-8477759847240421897</id><published>2007-08-29T21:58:00.000+02:00</published><updated>2007-08-29T22:00:01.393+02:00</updated><title type='text'>The best iconset for ubuntu</title><content type='html'>&lt;a href="http://www12.asphost4free.com/yop12345/download.htm"&gt;http://www12.asphost4free.com/yop12345/download.htm&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-8477759847240421897?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/8477759847240421897/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=8477759847240421897' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/8477759847240421897'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/8477759847240421897'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2007/08/best-iconset-for-ubuntu.html' title='The best iconset for ubuntu'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-8090263245656006145</id><published>2007-08-29T20:33:00.000+02:00</published><updated>2007-08-29T20:35:08.386+02:00</updated><title type='text'>how to make skype more "gnomeish"</title><content type='html'>Also have found a fine article about how to make skype more "gnomeish" :&lt;br /&gt;http://ubuntuos.com/?p=29#comments&lt;br /&gt;&lt;br /&gt;(Had this question quite a long time :) ).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-8090263245656006145?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/8090263245656006145/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=8090263245656006145' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/8090263245656006145'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/8090263245656006145'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2007/08/how-to-make-skype-more-gnomeish.html' title='how to make skype more &quot;gnomeish&quot;'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-1990250089140354810</id><published>2007-08-29T20:16:00.000+02:00</published><updated>2007-08-29T20:18:50.683+02:00</updated><title type='text'>keep your theme consistent when running apps as root</title><content type='html'>Just want to add a simple post, not to forget in the future  how easy you can keep your theme consistent when running apps as root:&lt;br /&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 82px; text-align: left;"&gt;sudo rm -R /root/.themes&lt;br /&gt;sudo rm -R /root/.icons&lt;br /&gt;sudo ln -s /home/$USER/.themes /root&lt;br /&gt;sudo ln -s /home/$USER/.icons /root&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-1990250089140354810?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/1990250089140354810/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=1990250089140354810' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/1990250089140354810'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/1990250089140354810'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2007/08/keep-your-theme-consistent-when-running.html' title='keep your theme consistent when running apps as root'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-3453890241230004895</id><published>2007-08-22T20:37:00.000+02:00</published><updated>2007-08-22T21:47:18.042+02:00</updated><title type='text'>How did I improve fonts rendering on my Ubuntu Edgy</title><content type='html'>I have already been almost 3 months working only with linux ubuntu, and I really love it! Just decided right now to make some short articles where I will try to collect some thoughts about how did I achieve different results.&lt;br /&gt;&lt;br /&gt;This is how does it look right now on my laptop:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_aQn77DyBs2I/RsyQ9YVrjKI/AAAAAAAAAAU/2H3TjnNWLH4/s1600-h/Screenshot.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_aQn77DyBs2I/RsyQ9YVrjKI/AAAAAAAAAAU/2H3TjnNWLH4/s320/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5101611862083734690" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The first thing that I really didn't like when you just install Ubuntu - it is font. So this is what have I done to improve that.&lt;br /&gt;&lt;br /&gt;First we need to add some new repos to our sources list. Open gnome-terminal and type:&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;gksudo gedit /etc/apt/sources.list&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you have edgy - add this lines:&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;deb http://www.telemail.fi/mlind/ubuntu edgy fonts&lt;br /&gt;deb-src http://www.telemail.fi/mlind/ubuntu edgy fonts&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Or if you have Fiesty:&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;(Fiesty)&lt;br /&gt;deb http://www.telemail.fi/mlind/ubuntu feisty fonts&lt;br /&gt;deb-src http://www.telemail.fi/mlind/ubuntu feisty fonts&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;After that we need to add gpg keys:&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;gpg --keyserver subkeys.pgp.net --recv-keys 937215FF&lt;br /&gt;gpg --export --armor 937215FF | sudo apt-key add -&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Then update/upgrade:&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;sudo aptitude update&lt;br /&gt;sudo aptitude upgrade&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;We installed all the updates, so now we need to reconfigure our fonts:&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;sudo dpkg-reconfigure fontconfig-config&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Choose next options: Native, Automatic, No bitmapped fonts&lt;br /&gt;&lt;br /&gt;After that:&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;sudo dpkg-reconfigure fontconfig&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now we create a fonts.conf file in our home directory:&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;sudo gedit ~/.fonts.conf&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;and add next lines there:&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;&amp;lt;fontconfig&amp;gt;&lt;br /&gt;&amp;lt;match target="font"&amp;gt;&lt;br /&gt;&amp;lt;test name="weight" compare="more"&amp;gt;&amp;lt;const&amp;gt;medium&amp;lt;/const&amp;gt;&amp;lt;/test&amp;gt;&lt;br /&gt;&amp;lt;edit mode="assign" name="autohint"&amp;gt;&amp;lt;bool&amp;gt;false&amp;lt;/bool&amp;gt;&amp;lt;/edit&amp;gt;&lt;br /&gt;&amp;lt;/match&amp;gt;&lt;br /&gt;&amp;lt;/fontconfig&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You also can add this peace of code directly to the /etc/fonts/fonts.conf. But i prefer the previous method.&lt;br /&gt;&lt;br /&gt;After that we need to make some changes to /etc/X11/xorg.conf file. By the way - don't forget to make a backup of the xorg.conf file, just for emergency.&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_my_todays_backup&lt;br /&gt;gksudo gedit /etc/X11/xorg.conf&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;In Monitor section we need to add:&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;DisplaySize   370.4 277.8 #1400x1050&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;this is for 1400x1050 resolution or&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;DisplaySize   381 238.125 #1440x900&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;(This is exactly my case right now:). By the way , if you have another resolution - just use this formula to count your numbers:&lt;br /&gt;&lt;b&gt;X = [horizontal resolution] X 25.4 / 96;&lt;/b&gt;&lt;br /&gt;1400 х 25.4 / 96 = ~370.4&lt;br /&gt;&lt;b&gt;Y = [vertical resolution] X 25.4 / 96;&lt;/b&gt;&lt;br /&gt;1050 х 25.4 / 96 = ~277.8&lt;br /&gt;&lt;br /&gt;So that's it!&lt;br /&gt;Just close and save everything. Type Ctrl-Alt-Bksp (to reload Gnome) and see the result. For me it was really impressive.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-3453890241230004895?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/3453890241230004895/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=3453890241230004895' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/3453890241230004895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/3453890241230004895'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2007/08/how-did-i-improve-fonts-rendering-on-my.html' title='How did I improve fonts rendering on my Ubuntu Edgy'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_aQn77DyBs2I/RsyQ9YVrjKI/AAAAAAAAAAU/2H3TjnNWLH4/s72-c/Screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-6173071742371117116</id><published>2007-06-11T15:35:00.001+02:00</published><updated>2007-06-11T15:39:33.105+02:00</updated><title type='text'>Where I leave</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_aQn77DyBs2I/Rm1QQEbldzI/AAAAAAAAAAM/e3CENIxOtH4/s1600-h/IMG_8764a.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_aQn77DyBs2I/Rm1QQEbldzI/AAAAAAAAAAM/e3CENIxOtH4/s320/IMG_8764a.jpg" alt="" id="BLOGGER_PHOTO_ID_5074800592113989426" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;this is my hotel here. (You can see it on the left side)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-6173071742371117116?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/6173071742371117116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=6173071742371117116' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/6173071742371117116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/6173071742371117116'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2007/06/where-i-leave.html' title='Where I leave'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_aQn77DyBs2I/Rm1QQEbldzI/AAAAAAAAAAM/e3CENIxOtH4/s72-c/IMG_8764a.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4428755348728623549.post-460490078112631793</id><published>2007-05-16T22:06:00.000+02:00</published><updated>2007-05-16T22:08:51.167+02:00</updated><title type='text'>Мое первое сообщение</title><content type='html'>Ну что ж.&lt;br /&gt;Пора начать вести свою страничку?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4428755348728623549-460490078112631793?l=jdin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdin.blogspot.com/feeds/460490078112631793/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4428755348728623549&amp;postID=460490078112631793' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/460490078112631793'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4428755348728623549/posts/default/460490078112631793'/><link rel='alternate' type='text/html' href='http://jdin.blogspot.com/2007/05/blog-post.html' title='Мое первое сообщение'/><author><name>JDIN</name><uri>http://www.blogger.com/profile/11889486414131410231</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://bp2.blogger.com/_aQn77DyBs2I/SIxVp9pRc-I/AAAAAAAAAAo/vcnFzT5W36I/S220/sun29x50.jpg'/></author><thr:total>0</thr:total></entry></feed>
