<?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>Stas Sușcov Journal &#187; Mint rubbing</title>
	<atom:link href="http://stas.nerd.ro/category/mint-rubbing/feed" rel="self" type="application/rss+xml" />
	<link>http://stas.nerd.ro</link>
	<description>Boy meets computer...</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:21:08 +0000</lastBuildDate>
	<language>ro-RO</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19814</generator>
	<atom:link rel='hub' href='http://stas.nerd.ro/?pushpress=hub'/>
		<item>
		<title>Sysadmin&#8217;s Day</title>
		<link>http://stas.nerd.ro/read/552</link>
		<comments>http://stas.nerd.ro/read/552#comments</comments>
		<pubDate>Thu, 28 Jul 2011 22:17:47 +0000</pubDate>
		<dc:creator>Stas Sușcov</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mint rubbing]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://stas.nerd.ro/?p=552</guid>
		<description><![CDATA[Reposted! Originally posted on 29th of July 2009. Happy sysadmin day! :) Credits: pic and clip (click the pic to hear the clip).]]></description>
			<content:encoded><![CDATA[<p>Reposted! Originally posted on 29th of July 2009.</p>
<a href="http://stas.nerd.ro/read/552" title="Watch Flash video!"><img src="http://farm1.static.flickr.com/63/178384326_536e7aa755.jpg" alt="preview image"/></a><br />
Happy <a href="http://www.sysadminday.com/">sysadmin day</a>!<br />
:)</p>
<p>Credits: <a href="http://www.flickr.com/photos/ladypain/178384326/">pic</a> and <a href="http://www.absoluteradio.co.uk/">clip</a> (click the pic to hear the clip).</p>
]]></content:encoded>
			<wfw:commentRss>http://stas.nerd.ro/read/552/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking a Samsung Galaxy S (GT-I9000)</title>
		<link>http://stas.nerd.ro/read/894</link>
		<comments>http://stas.nerd.ro/read/894#comments</comments>
		<pubDate>Sat, 09 Jul 2011 19:05:31 +0000</pubDate>
		<dc:creator>Stas Sușcov</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mint rubbing]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://stas.nerd.ro/?p=894</guid>
		<description><![CDATA[Ok, so I have a friend that calls me today. He owns a Galaxy S, and his phone is totally locked, because he was using a visible pattern lock and some noob was trying to guess that pattern until the &#8230; <a href="http://stas.nerd.ro/read/894">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok, so I have a friend that calls me today. He owns a Galaxy S, and his phone is totally locked, because he was using a visible pattern lock and some noob was trying to guess that pattern until the phone locked away.</p>
<p>The problem would not be a problem if he was using Google&#8217;s service for backing up the data, but he was not using it. So he calls me and asks if I can help him recover his phone, ideally preserving the data on it.</p>
<p>Challenge accepted!</p>
<p>First I rooted the device, that can be done easy by downloading <a href="http://shortfuse.org/?page_id=2">SuperOneClick</a> (search for exploit folder, where you will find the binary to be uploaded and executed). Later I installed <code>su</code> and <code>busybox</code>, to get some tools available.</p>
<p>Samsung guys are smart, if you boot into recovery, you will only have access to the system file-system, and not anything else. What I was looking for, was the place where Android stores the settings values, later, I found that what I was looking is an sqlite database, but we are getting there soon.</p>
<p>On a standard Android, the settings database we are interested in, should be available in your <code>/data/data/com.android.providers.settings</code>, but that&#8217;s not the case with Galaxy S, the Samsung engineers, created a dedicated partition for settings/contacts/etc databases, so all you are going to find using the standard path is a dummy place-holder. To get access to the real database, you will need to find the name of the device that has to be mounted.</p>
<p>The OS <code>init.rc</code> and <code>recovery.rc</code> files are the files that are &#8220;poked&#8221; when booting into normal and recovery modes. Knowing that recovery mode doesn&#8217;t help me much, I consulted <code>init.rc</code>. The device name was <code>/dev/block/stl10</code>. If you mount it, inside databases folder, you will find the real settings provider database.</p>
<p>Download that file (<code>settings.db</code>), and change the value of key <code>lockscreen.lockedoutpermanently</code> from <code>1</code> to <code>0</code> using <code>sqlite3</code> tool. Once done, upload the file back to the phone. Replace the old file, <code>chmod</code> it to <code>0666</code> and <code>chown</code> it to the same <code>uid</code> and <code>gid</code> as it&#8217;s parent directory.</p>
<p>Reboot the phone! Done!</p>
<p>In the end, I can say that it took me some hours, and saved a complete Android reinstall, with a big probability of loosing all the data. Anyway, it was nice playing with the device.</p>
<p>:)</p>
]]></content:encoded>
			<wfw:commentRss>http://stas.nerd.ro/read/894/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Softwareliber.ro pe github</title>
		<link>http://stas.nerd.ro/read/879</link>
		<comments>http://stas.nerd.ro/read/879#comments</comments>
		<pubDate>Mon, 11 Apr 2011 21:15:11 +0000</pubDate>
		<dc:creator>Stas Sușcov</dc:creator>
				<category><![CDATA[Mint rubbing]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://stas.nerd.ro/?p=879</guid>
		<description><![CDATA[În caz că a trecut știrea ignorată, s-a decis mutarea proiectelor softwareliber.ro pe github. Happy forking! Prin această decizie, ne așteptăm la ceva mai multe contribuții în viitor.]]></description>
			<content:encoded><![CDATA[<p>În caz că a trecut <a href="http://liste.softwareliber.ro/pipermail/gsl/2011-April/003838.html">știrea</a> ignorată, s-a decis mutarea proiectelor <a href="http://softwareliber.ro">softwareliber.ro</a> pe github.</p>
<p>Happy forking!<br />
Prin această decizie, ne așteptăm la ceva mai multe contribuții în viitor.</p>
]]></content:encoded>
			<wfw:commentRss>http://stas.nerd.ro/read/879/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publish git repository to svn easily</title>
		<link>http://stas.nerd.ro/read/861</link>
		<comments>http://stas.nerd.ro/read/861#comments</comments>
		<pubDate>Fri, 28 Jan 2011 01:24:56 +0000</pubDate>
		<dc:creator>Stas Sușcov</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Mint rubbing]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://stas.nerd.ro/?p=861</guid>
		<description><![CDATA[I&#8217;m using git a lot, and lately I started to publish my WordPress stuff on github. Some of that code are plugins, and as you may know WordPress.org are using SVN a lot. I&#8217;ve googled a lot of solutions on &#8230; <a href="http://stas.nerd.ro/read/861">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using git a lot, and lately I started to publish my WordPress stuff on <a href="https://github.com/stas">github</a>.</p>
<p>Some of that code are plugins, and as you may know <a href="http://WordPress.org">WordPress.org</a> are using SVN a lot. I&#8217;ve googled a lot of solutions on how to publish code from git to svn, untill I discovered the steps below.</p>
<p>First you will need to know the revision of your initial repo (you can also call it repository creation commit). You can find it by searching <a href="http://trac.edgewall.org/">trac</a> or any other web interface that handles the SVN log. Let&#8217;s say in my example I had to search for some-maps plugin creation commit. Go to this link, by replacing <code>KEYWORD</code> with your repo name:<br />
<a href="http://plugins.trac.wordpress.org/search?q=">http://plugins.trac.wordpress.org/search?q=<em>KEYWORD</em><br />
</a></p>
<p><img src="http://stas.nerd.ro/blog/data/kep7P.png" alt="" title="kep7P" width="266" height="59" class="aligncenter size-full wp-image-862" /><br />
The revision number you need is the one in squared brackets.</p>
<p>Now it&#8217;s easy. Open your .git/config file, and append/modify the <code>svn-remote</code> part:</p>
<pre>[svn-remote "svn"]
        url = https://plugins.svn.wordpress.org
        fetch = KEYWORD/trunk:refs/remotes/trunk
        branches = KEYWORD/branches/*:refs/remotes/*
        tags = KEYWORD/tags/*:refs/remotes/tags/*
</pre>
<p>Once you&#8217;re finished, use the git svn fetch command, like this:<br />
<code>git svn fetch -r REVISION_NUMBER</code></p>
<p>Now all you need is to switch to svn branch, I suggest you creating a new banch that will be synced with svn trunk:<br />
<code>git checkout trunk -b svn</code></p>
<p>Now you can merge master to svn, commit and tag:</p>
<pre>git checkout svn
git merge master
git svn dcommit
git svn tag TAG_NAME
</pre>
<p>Happy forking!</p>
]]></content:encoded>
			<wfw:commentRss>http://stas.nerd.ro/read/861/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Thin Lizzy</title>
		<link>http://stas.nerd.ro/read/807</link>
		<comments>http://stas.nerd.ro/read/807#comments</comments>
		<pubDate>Mon, 08 Nov 2010 13:29:17 +0000</pubDate>
		<dc:creator>Stas Sușcov</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mint rubbing]]></category>

		<guid isPermaLink="false">http://stas.nerd.ro/?p=807</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<a href="http://stas.nerd.ro/read/807" title="Watch Flash video!"><img src="http://stas.nerd.ro/stuff/Thin_Lizzy_-_Get_out_of_here.jpg" alt="preview image"/></a>
]]></content:encoded>
			<wfw:commentRss>http://stas.nerd.ro/read/807/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dacă Bono știa să programeze&#8230;</title>
		<link>http://stas.nerd.ro/read/787</link>
		<comments>http://stas.nerd.ro/read/787#comments</comments>
		<pubDate>Tue, 31 Aug 2010 23:40:18 +0000</pubDate>
		<dc:creator>Stas Sușcov</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Mint rubbing]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://stas.nerd.ro/?p=787</guid>
		<description><![CDATA[&#8230;era ca Adi. Fără glume, acu seara eram la cineva și am prins un clip pe VH1: U2 Where The Streets Have No Name. Asemănarea e izbitoare :)]]></description>
			<content:encoded><![CDATA[<p>&#8230;era ca <a href="http://adi.roiban.ro/">Adi</a>. Fără glume, acu seara eram la cineva și am prins un clip pe VH1: <a href="http://www.youtube.com/watch?v=GzZWSrr5wFI">U2  Where The Streets Have No Name</a>.<br />
<a href="http://stas.nerd.ro/blog/data/zaOuR.png"><img src="http://stas.nerd.ro/blog/data/zaOuR-500x331.png" alt="" title="Bono vs Adi" width="500" height="331" class="aligncenter size-medium wp-image-788" /></a></p>
<p>Asemănarea e izbitoare :)</p>
]]></content:encoded>
			<wfw:commentRss>http://stas.nerd.ro/read/787/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FLOSSCamp 2010 într-o săptămână</title>
		<link>http://stas.nerd.ro/read/779</link>
		<comments>http://stas.nerd.ro/read/779#comments</comments>
		<pubDate>Fri, 30 Jul 2010 21:32:22 +0000</pubDate>
		<dc:creator>Stas Sușcov</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Mint rubbing]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[Romania]]></category>
		<category><![CDATA[Susțin]]></category>

		<guid isPermaLink="false">http://stas.nerd.ro/?p=779</guid>
		<description><![CDATA[Eu merg, tu ce planuri ai?]]></description>
			<content:encoded><![CDATA[<p>Eu <a href="http://camp.softwareliber.ro/2010/">merg</a>, tu ce planuri ai?</p>
]]></content:encoded>
			<wfw:commentRss>http://stas.nerd.ro/read/779/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cum se devine liber…</title>
		<link>http://stas.nerd.ro/read/736</link>
		<comments>http://stas.nerd.ro/read/736#comments</comments>
		<pubDate>Sun, 16 May 2010 16:47:38 +0000</pubDate>
		<dc:creator>Stas Sușcov</dc:creator>
				<category><![CDATA[Mint rubbing]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[Romania]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://stas.nerd.ro/?p=736</guid>
		<description><![CDATA[Mai nou, prin repetarea muncii altora. Nicu acum 2 zile a scris că Ceata lansează o nouă pagină web despre cum e să „fii liber”, pe facebook primesc invitație să plac inițiativa deși nu îi văd rostul. Să mă explic&#8230; &#8230; <a href="http://stas.nerd.ro/read/736">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Mai nou, prin repetarea muncii altora.<br />
<a href="http://nicubunu.blogspot.com/2010/05/we-are-free-you.html">Nicu acum 2 zile a scris</a> că <a href="http://ceata.org/">Ceata</a> lansează o nouă pagină web despre cum e să „<a href="http://fii-liber.ro/">fii liber</a>”, pe facebook primesc invitație să plac inițiativa deși nu îi văd rostul. Să mă explic&#8230;</p>
<div id="attachment_737" class="wp-caption aligncenter" style="width: 500px"><a href="http://www.wordle.net/show/wrdl/2046417/%C3%8Encearc%C4%83"><img class="size-full wp-image-737" title="incearca-wordle" src="http://stas.nerd.ro/blog/data/incearca-wordle.png" alt="Încearcă" width="490" height="818" /></a><p class="wp-caption-text">Încearcă</p></div>
<p>Acum imediat 2 ani (ZOMG!!!), <a href="http://incearca.softwareliber.ro/2008/06/24/hello-world/">Alex anunță</a> primul proiect gen Deb-a-Day în .ro care are menirea:</p>
<blockquote><p>„Încearcă software liber!” este pagina pe care găsești prezentări ale programelor libere, descrise de către cei care le folosesc și le iubesc. Scopul acestei pagini este de a promova software-ul liber într-o manieră prietenoasă și practică. Chiar dacă majoritatea programelor libere rulează pe sisteme GNU/Linux sau *BSD, aici vor fi prezentate aplicații indiferent de platforma pe care rulează.</p></blockquote>
<p>În 2 ani proiectul:</p>
<ul>
<li>a schimbat <a href="http://incearca.softwareliber.ro/despre/">3 redactori</a>,</li>
<li>a avut câteva <a href="http://incearca.softwareliber.ro/contribuie/">contribuții</a> de la colegii din comunitate,</li>
<li>are <a href="http://incearca.softwareliber.ro/arhiva/">cam 70 de articole</a>,</li>
<li>are peste 25 mii de unici,</li>
<li>are aprox. 60 mii de vizualizări,</li>
<li>are aprox. 50 (+ ~30 de pe planet) de abonați la flux constant (neoficial de la google) și <a href="http://twitter.com/incearca">65 pe twitter</a>.</li>
</ul>
<p>Toate acestea nu ar fi posibile dacă nu erau 2 Alex (<a href="http://alex.burlacu.blogsite.org/blog/">1</a> și <a href="http://alex.eftimie.ro/">2</a>) și o comunitate care a susținut și consideră proiectul o resursă inedită pentru informare. Acum să nu fiu luat drept nașpa, explicați-mi și mie cineva de ce este nevoie o copie a proiectului „Încearcă”?</p>
<p>Să revin la întrebarea lui Nicu, „We&#8217;ve been free since 2008, good morning darling&#8230;”.</p>
]]></content:encoded>
			<wfw:commentRss>http://stas.nerd.ro/read/736/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Ubuntu Countdown Banners on Facebook</title>
		<link>http://stas.nerd.ro/read/711</link>
		<comments>http://stas.nerd.ro/read/711#comments</comments>
		<pubDate>Wed, 14 Apr 2010 14:56:31 +0000</pubDate>
		<dc:creator>Stas Sușcov</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Mint rubbing]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[Susțin]]></category>

		<guid isPermaLink="false">http://stas.nerd.ro/?p=711</guid>
		<description><![CDATA[[There is a video that cannot be displayed in this feed. Visit the blog entry to see the video.] Ubuntu Countdown Banners App Check the code on Launchpad: bzr branch lp:~sushkov/ubuntu-website/ubuntu-countdown-fb]]></description>
			<content:encoded><![CDATA[<p>[There is a video that cannot be displayed in this feed. <a href="http://stas.nerd.ro/read/711">Visit the blog entry to see the video.]</a></p>
<p><a href="http://apps.facebook.com/ubuntu-countdown-fb/">Ubuntu Countdown Banners App</a></p>
<p>Check the code on Launchpad:<br />
<code>bzr branch lp:~sushkov/ubuntu-website/ubuntu-countdown-fb</code></p>
]]></content:encoded>
			<wfw:commentRss>http://stas.nerd.ro/read/711/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ubuntuone.com/p/dj/" length="2721217" type="video/x-flv" />
		</item>
		<item>
		<title>Stellify</title>
		<link>http://stas.nerd.ro/read/672</link>
		<comments>http://stas.nerd.ro/read/672#comments</comments>
		<pubDate>Thu, 25 Feb 2010 11:41:41 +0000</pubDate>
		<dc:creator>Stas Sușcov</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Mint rubbing]]></category>

		<guid isPermaLink="false">http://stas.nerd.ro/?p=672</guid>
		<description><![CDATA[Ian Brown is a godlike genius aka King Monkey who influenced bands like Arctic Monkeys, Kasabian, Babyshambles (Yep, Pete Doherty). On Arctic Monkeys I had a crush in late 2007 and Kasabian is most of the music I listen for &#8230; <a href="http://stas.nerd.ro/read/672">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<a href="http://stas.nerd.ro/read/672" title="Watch Flash video!"><img src="http://stas.nerd.ro/stuff/ian_brown.jpg" alt="preview image"/></a>
<p>Ian Brown is a godlike genius aka King Monkey who <a href="http://en.wikipedia.org/wiki/Ian_Brown#Influence">influenced</a> bands like Arctic Monkeys, Kasabian, Babyshambles (Yep, Pete Doherty). On Arctic Monkeys I had a crush in late 2007 and Kasabian is most of <a href="http://www.last.fm/user/c00l2sv/charts">the music I listen</a> for the last year. You never know the roots of your infamy pleasures.</p>
]]></content:encoded>
			<wfw:commentRss>http://stas.nerd.ro/read/672/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/30 queries in 0.011 seconds using disk: basic
Object Caching 732/800 objects using disk: basic

Served from: stas.nerd.ro @ 2012-02-09 16:14:16 -->
