<?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>/kernel_reloaded/</title>
	<atom:link href="http://kernelreloaded.blog385.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://kernelreloaded.blog385.com</link>
	<description>linux, blog, anime, spirituality, windsurf, wireless</description>
	<lastBuildDate>Thu, 17 May 2012 17:03:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>lm-sensors automatic deployment, issue with sensors-detect</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/lm-sensors-deployment-issue-with-sensors-detect/</link>
		<comments>http://kernelreloaded.blog385.com/index.php/archives/lm-sensors-deployment-issue-with-sensors-detect/#comments</comments>
		<pubDate>Wed, 16 May 2012 14:39:26 +0000</pubDate>
		<dc:creator>valent</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips&#038;tricks]]></category>
		<category><![CDATA[lm-sensors]]></category>
		<category><![CDATA[sensors]]></category>
		<category><![CDATA[sensors-detect]]></category>

		<guid isPermaLink="false">http://kernelreloaded.blog385.com/?p=1821</guid>
		<description><![CDATA[&#160; If you wish to deploy lm-sensors on multiple diferent linux machines issue is with sensors-detect what ask you quite a few questions. &#160; I asked on IRC and got few suggestions. First one is if you wish to accept defaults which sensors-detect suggest you need just to press [ENTER] all the time. To automate [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
If you wish to deploy lm-sensors on multiple diferent linux machines issue is with sensors-detect what ask you quite a few questions.<br />
&nbsp;<br />
I asked on IRC and got few suggestions. First one is if you wish to accept defaults which sensors-detect suggest you need just to press [ENTER] all the time. To automate this use this one liner:<br />
&nbsp;<br />
<code>(while :; do echo ""; done ) | sensors-detect</code><br />
&nbsp;<br />
If you wish to override defaults and answer YES to all questions then use this oneliner:<br />
&nbsp;<br />
<code>yes "" | sensors-detect</code><br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kernelreloaded.blog385.com/index.php/archives/lm-sensors-deployment-issue-with-sensors-detect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximum wifi speed with OpenWRT? (802.11a Turbo mode aka Super A)</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/maximum-wifi-speed-with-openwrt-802-11a-turbo-mode-aka-super-a/</link>
		<comments>http://kernelreloaded.blog385.com/index.php/archives/maximum-wifi-speed-with-openwrt-802-11a-turbo-mode-aka-super-a/#comments</comments>
		<pubDate>Wed, 09 May 2012 21:23:01 +0000</pubDate>
		<dc:creator>valent</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://kernelreloaded.blog385.com/?p=1817</guid>
		<description><![CDATA[&#160; Hi, we have been testing what is the absolute maximum speed over wifi when using openwrt, for out test we used this hardware: &#160; - 2 x Ubiquity Router station - 2 x Wistron CM9 802.11a/b/g mini pci cards - 2 x 3dBi omni antennas &#160; - openwrt version &#8211; backfire 10.03.1 - wifi [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
Hi, we have been testing what is the absolute maximum speed over wifi when using openwrt, for out test we used this hardware:<br />
&nbsp;<br />
- 2 x Ubiquity Router station<br />
- 2 x Wistron CM9 802.11a/b/g mini pci cards<br />
- 2 x 3dBi omni antennas<br />
&nbsp;<br />
- openwrt version &#8211; backfire 10.03.1<br />
- wifi driver &#8211; madwifi<br />
- distance &#8211; 2 meters (same room)<br />
- encryption &#8211; psk2<br />
&nbsp;<br />
For benchmarking we installed iperf package and used default settings (tcp packets in one direction).<br />
&nbsp;<br />
First we tested &#8220;plain&#8221; 802.11a mode (hwmode 11a) on channel 40 and we got 30-35Mbit speeds.<br />
&nbsp;<br />
Then we switched to 801.11a turbo (hwmode 11ast) and got 55-60 Mbit speeds.<br />
&nbsp;<br />
Is this the maximum speed possible? Are there any other tweaks we can do to get faster speeds?<br />
&nbsp;<br />
Did you get faster speeds? How? Which gear did you use? We didn&#8217;t make results artificially better by using udp packags, my guess by using udp packages we could get near 100 Mbit speeds.<br />
&nbsp;<br />
Are there any openwrt tutorials for tweaking and benchmarking maximum speed?<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kernelreloaded.blog385.com/index.php/archives/maximum-wifi-speed-with-openwrt-802-11a-turbo-mode-aka-super-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable ad-hoc wifi networking on Android</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/enable-adhoc-wifi-networking-on-android/</link>
		<comments>http://kernelreloaded.blog385.com/index.php/archives/enable-adhoc-wifi-networking-on-android/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 15:29:59 +0000</pubDate>
		<dc:creator>valent</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips&#038;tricks]]></category>
		<category><![CDATA[ad-hoc]]></category>
		<category><![CDATA[adhoc]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://kernelreloaded.blog385.com/?p=1787</guid>
		<description><![CDATA[Get your freaky adhoc wifi on!]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
Google has disabled wireless ad-hoc networking in Android from day one. Underlying Android libraries and wifi stack support adhoc networking and so far Google has provided no explanation why it still, even after four years, leaves adhoc disabled.<br />
&nbsp;<br />
There has been <a href="https://code.google.com/p/android/issues/detail?id=82">huge outcry</a> from Android users over this issue, but there is still no answer from Google Android developers.<br />
&nbsp;<br />
There are few suggestons on <a href="http://forum.xda-developers.com/showthread.php?t=754961">xda-developers forum</a>, and also on <a href="http://stackoverflow.com/questions/1932150/can-android-do-peer-to-peer-ad-hoc-networking">Stackoverflow</a>, but most solution so far consisted of using new rom that had ad-hoc support enabled or manually messing about system config files.<br />
&nbsp;<br />
But wait, there is an app for that!<br />
&nbsp;<br />
There is an app called <a href="https://play.google.com/store/apps/details?id=nl.arendmedia.wifiadhocenabler">WiFi Ad Hoc enabler</a> that should work on <a href="http://www.arenddeboer.com/wifi-ad-hoc-enabler-for-android/">most Android devices</a>.<br />
&nbsp;<br />
If this app works for you, please give it a good review or notify developer of any issues you encounter, but consider that not all Android devices are <a href="http://www.arenddeboer.com/wifi-ad-hoc-enabler-for-android/">supported</a> yet.<br />
&nbsp;<br />
I would be very grateful if you would <a href="http://stackoverflow.com/a/10108812/1031514">vote up</a> my answer on Stackexchange.<br />
&nbsp;<br />
[1] <a href="https://code.google.com/p/android/issues/detail?id=82">https://code.google.com/p/android/issues/detail?id=82</a><br />
[2] <a href="http://forum.xda-developers.com/showthread.php?t=754961">http://forum.xda-developers.com/showthread.php?t=754961</a><br />
[3] <a href="http://stackoverflow.com/questions/1932150/can-android-do-peer-to-peer-ad-hoc-networking">http://stackoverflow.com/questions/1932150/can-android-do-peer-to-peer-ad-hoc-networking</a><br />
[4] <a href="https://play.google.com/store/apps/details?id=nl.arendmedia.wifiadhocenabler">https://play.google.com/store/apps/details?id=nl.arendmedia.wifiadhocenabler</a><br />
[5] <a href="http://www.arenddeboer.com/wifi-ad-hoc-enabler-for-android/">http://www.arenddeboer.com/wifi-ad-hoc-enabler-for-android/</a><br />
[6] <a href="http://stackoverflow.com/a/10108812/1031514">http://stackoverflow.com/a/10108812/1031514</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kernelreloaded.blog385.com/index.php/archives/enable-adhoc-wifi-networking-on-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snježni wifi kraljevi</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/snjezni-wifi-kraljevi/</link>
		<comments>http://kernelreloaded.blog385.com/index.php/archives/snjezni-wifi-kraljevi/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 11:41:05 +0000</pubDate>
		<dc:creator>valent</dc:creator>
				<category><![CDATA[croatian]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://kernelreloaded.blog385.com/?p=1764</guid>
		<description><![CDATA[Od danas Hrvatska uz natjecanje Snježna kraljica ima još jedno novo natjecanje a to su Snježni wifi kraljevi ;) &#160; U natjecanju mogu sudjelovati svi zainteresirani, cilj je u što ekstremnijim uvjetima postaviti što više nove wifi opreme na krovove zgrada. Pravila su jednostavna a nagrade neprocjenjive. &#160; Pogledajte kako je bilo u Osijeku prvom [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kernelreloaded.blog385.com/sadrzaj/snjezni-wifi-kraljevi.jpeg"><img src="http://kernelreloaded.blog385.com/sadrzaj/snjezni-wifi-kraljevi-225x300.jpg" alt="" title="snjezni wifi kraljevi" width="225" height="300" class="aligncenter size-medium wp-image-1771" /></a></p>
<p>Od danas Hrvatska uz natjecanje Snježna kraljica ima još jedno novo natjecanje a to su Snježni wifi kraljevi ;)<br />
&nbsp;<br />
U natjecanju mogu sudjelovati svi zainteresirani, cilj je u što ekstremnijim uvjetima postaviti što više nove wifi opreme na krovove zgrada. Pravila su jednostavna a nagrade neprocjenjive.<br />
&nbsp;<br />
Pogledajte kako je bilo u Osijeku prvom timi iz ekipe OsijekWirelessa koji su se okušali u ovome novome sportu na <a href="http://bit.ly/album-snjezni-wifi-kraljevi  ">ovome</a> online albumu.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kernelreloaded.blog385.com/index.php/archives/snjezni-wifi-kraljevi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Meteo wifi mesh točke</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/meteo-wifi-mesh-tocke/</link>
		<comments>http://kernelreloaded.blog385.com/index.php/archives/meteo-wifi-mesh-tocke/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 15:09:19 +0000</pubDate>
		<dc:creator>valent</dc:creator>
				<category><![CDATA[croatian]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[meteo]]></category>
		<category><![CDATA[stanica]]></category>
		<category><![CDATA[station]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[weather station]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://kernelreloaded.blog385.com/?p=1753</guid>
		<description><![CDATA[&#160; Krenula je zanimljiva rasprava na CWN (Croatian Wireless Networks) google grupi o Meteo stanicama. Prenosim svoj dio rasprave i pošto vjerujem da će ova tema biti biti zanimljiva i široj geek publici ;) Ako nekoga zanima i pristup CWN grupi samo se treba javiti i dobije pozivnicu. &#160; > > @Valent: što to točno [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
Krenula je zanimljiva rasprava na <a href="http://groups.google.com/group/cwn-croatia">CWN</a> (Croatian Wireless Networks) google grupi o Meteo stanicama. Prenosim svoj dio rasprave i pošto vjerujem da će ova tema biti biti zanimljiva i široj geek publici ;) </p>
<p>Ako nekoga zanima i pristup <a href="http://groups.google.com/group/cwn-croatia">CWN</a> grupi samo se treba javiti i dobije pozivnicu.<br />
&nbsp;</p>
<p>><br />
> @Valent: što to točno radite? nisam upućen<br />
&nbsp;</p>
<p>Za prave profi i manje profi vremenske stanice je definitivno najupućenija Istramet ekipa [1] pošto su oni napravili po Istri čitavo čudo meteo stanica i bolje prognoze imaju od DHMZ-a ;) Bili su i na tv-u [2]. Vjerujem da oni najbojle znaju koje stanice valjaju i koje ne, ovisno o kvaliteti i uvjetima u kojima trebaju raditi.<br />
&nbsp;<br />
Ono što se radi preko projekta sa ekipom iz Wlan-Slovenije je da se od malih tp-link routera naprave senzorske stanice za sve tipove podataka, pa tako i za meteo podatke [3] ali i za razne druge tipove podataka. Evo kako to može lijepo izgledati [4].<br />
&nbsp;<br />
Bila je i super usporedba 5 meteo stanica u emisiji Gadget Show u rangu 1000-2000 kn [5] ali emisiju mozes pogledati online jedino ako imas vpn do engleske ;( ali našao sam i komentare na tu emisiju na nekom forumu [6]<br />
&nbsp;<br />
Po meni najbolje uzeti tp-link wr741 i na njega staviti DS18B20+ senzore kao što to radi ekipa iz Wlan-Slovenije [7] i za par sto kuna imaš online meteo stanicu. Mi smo sada naručili 10 senzore i krećemo u<br />
izradu pločice za 1-wire sabirnicu, tako da ćemo uskoro u Osijeku imati 10-ak meteo wifi mesh stanica.<br />
&nbsp;<br />
Pozivam i sve ostale da se uključe i u svoja mjesta postave mesh meteo nodove&#8230; sada dok je snijeg vani je pravo vrijeme, kada se okopni sve treba biti spremno samo za nakačiti na zidove i krovove ;)<br />
&nbsp;</p>
<p>Ako vas zanima više projekt Otvorena mreža možete pročitati članak [8]. Svi novi sudionici na ovome međunarodnome projektu su dobrodošli, ako ste u Slavoniji i Baranji samo se meni javite ili pokrenite ogranak ovog projekta i u svome mjestu ili kvartu ako je veći grad u pitanju. Za sva dodatna pitanja stojim vam na raspolaganju.<br />
&nbsp;</p>
<p>[1] http://www.istramet.com/<br />
[2] http://mojtv.hr/video/v/aTfOKdSGduE/istramet-u-dnevniku-nove-tv.aspx<br />
[3] http://dev.wlan-si.net/wiki/Modifications/SimpleThermometer<br />
[4] https://nodes.wlan-si.net/node/kozolectest/<br />
[5] http://fwd.channel5.com/gadget-show/videos/jon-test/jon-test-weather-stations<br />
[6] http://www.hardytropicals.co.uk/forum/viewtopic.php?f=1&#038;t=8456<br />
[7] http://dev.wlan-si.net/wiki/Modifications/SimpleThermometer<br />
[8] http://kernelreloaded.blog385.com/index.php/archives/projekt-otvorena-mreza/</p>
]]></content:encoded>
			<wfw:commentRss>http://kernelreloaded.blog385.com/index.php/archives/meteo-wifi-mesh-tocke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress post subject name in title (Rhianna theme)</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/wordpress-post-subject-name-in-title/</link>
		<comments>http://kernelreloaded.blog385.com/index.php/archives/wordpress-post-subject-name-in-title/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 10:56:53 +0000</pubDate>
		<dc:creator>valent</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[tips&#038;tricks]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kernelreloaded.blog385.com/?p=1739</guid>
		<description><![CDATA[&#160; Kernelreloaded uses Rihanna WordPress theme by Kineda, and I really love it. &#160; One thing I still didn&#8217;t change from default is the was it displays posts. Currently no matter which page you are on title doesn&#8217;t change, and if you bookmark it you will get only blog name not the post name in [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
Kernelreloaded uses <a href="http://www.kineda.com/rihanna/">Rihanna</a> WordPress theme by <a href="http://www.kineda.com/">Kineda</a>, and I really love it.<br />
&nbsp;<br />
One thing I still didn&#8217;t change from default is the was it displays posts. Currently no matter which page you are on title doesn&#8217;t change, and if you bookmark it you will get only blog name not the post name in the title :(<br />
&nbsp;<br />
I checked the source of the theme and found the culprit in <em>header.php</em> and the default code is:<br />
<code>title ?php bloginfo('name'); ? /title</code><br />
&nbsp;<br />
Because of some protections you can&#8217;t see full code on my blog, but check out examples at wordpress <a href="http://codex.wordpress.org/Function_Reference/wp_title">wp_title blog</a> and how to change it.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kernelreloaded.blog385.com/index.php/archives/wordpress-post-subject-name-in-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Samsung Galaxy S2 vs Apple Iphone 4S TCO</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/android-samsung-galaxy-s2-vs-apple-iphone-4s-tco/</link>
		<comments>http://kernelreloaded.blog385.com/index.php/archives/android-samsung-galaxy-s2-vs-apple-iphone-4s-tco/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 09:03:55 +0000</pubDate>
		<dc:creator>valent</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[općenito]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone 4s]]></category>
		<category><![CDATA[samsung galaxy s2]]></category>

		<guid isPermaLink="false">http://kernelreloaded.blog385.com/?p=1723</guid>
		<description><![CDATA[&#160; I have 2 year old smart phone (iPhone 3GS) and mine 2 year contract is almost over, so I&#8217;, looking at my options for upgrade for next two years. &#160; I really like playing with gadgets but I&#8217;m also cost concious, so I&#8217;m looking at TCO (total cost of ownership) of my next device. [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
I have 2 year old smart phone (iPhone 3GS) and mine 2 year contract is almost over, so I&#8217;, looking at my options for upgrade for next two years.<br />
&nbsp;<br />
I really like playing with gadgets but I&#8217;m also cost concious, so I&#8217;m looking at TCO (total cost of ownership) of my next device.<br />
&nbsp;<br />
I&#8217;m not willing to pay over 200 kn (36$ or 27€) per month for my contract, so these are my options:<br />
&nbsp;<br />
<strong>Samsung Galaxy S2:</strong><br />
T-Mobile with 150 kn contract &#8211; handset 2298 kn + 2 year TCO = 5898 kn<br />
VIP with 200 kn contract &#8211; handset 1999 kn + 2 year TCO = 6799 kn<br />
&nbsp;<br />
<strong>Apple Iphone 4S 16GB:</strong><br />
T-Mobile with 150 kn contract &#8211; handset 1998 kn + 2 year TCO = 5598 kn<br />
VIP with 200 kn contract &#8211; handset 1699 kn + 2 year TCO = 6499 kn<br />
&nbsp;<br />
Maybe our legislative should make it mandatory for everybody to show TCO prices because that is what we pay for.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kernelreloaded.blog385.com/index.php/archives/android-samsung-galaxy-s2-vs-apple-iphone-4s-tco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My favorite Firefox Extensions</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/moje-omiljene-firefox-ekstenzije/</link>
		<comments>http://kernelreloaded.blog385.com/index.php/archives/moje-omiljene-firefox-ekstenzije/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 16:16:24 +0000</pubDate>
		<dc:creator>valent</dc:creator>
				<category><![CDATA[općenito]]></category>
		<category><![CDATA[tips&#038;tricks]]></category>
		<category><![CDATA[bestof]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tumblr]]></category>

		<guid isPermaLink="false">http://kernelreloaded.blog385.com/?p=889</guid>
		<description><![CDATA[&#160; Here are Firefox extensions I use, if you have some good ones that I misses please feel free to suggest. &#160; There is also post showing my favorite Chrome extensions. &#160; Must-have Firefox extensions: Scrollbar Anywhere Download Statusbar Lastpass Omnibar (Integrates location bar and search bar into one) TinEye Reverse Image Search Search by [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
Here are Firefox extensions I use, if you have some good ones that I misses please feel free to suggest.<br />
&nbsp;<br />
There is also post showing my <a href="http://kernelreloaded.blog385.com/index.php/archives/my-favorite-google-chrome-extensions/">favorite Chrome extensions</a>.</p>
<p>&nbsp;<br />
<strong>Must-have Firefox extensions:</strong><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/scrollbar-anywhere/">Scrollbar Anywhere</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/26">Download Statusbar</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/">Lastpass</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/8823/">Omnibar</a> (Integrates location bar and search bar into one)<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/8922/">TinEye Reverse Image Search</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/googlesearch-by-image/">Search by Image for Google</a><br />
<a href="https://addons.mozilla.org/firefox/1122/">Tab Mix Plus</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/flashblock/">Flashblock</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/6543/">Nightly Tester Tools</a> (enable uncompatible plugins)<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/">AdBlock Plus</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/4364">Adblock Plus: Element Hiding Helper</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/session-manager">Session manager</a><br />
&nbsp;</p>
<p><strong>Social bookmarking extensions:</strong><br />
<a href="http://vi.sualize.us/help/extension/">VisualizeUs Image sharing service</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/diigo-web-highlighter-and-stic/">Diigo Toolbar (online bookmarks)</a><br />
<a href="https://addons.mozilla.org/firefox/3615/">del.icio.us online bookmarks</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/shareaholic-share-links-fast/">Shareaholic | share with Google, Facebook and more</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/5760/">Digg Firefox Extension</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/138">StumbleUpon Extension</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/missing-e/">Missing e &#8211; additional Tumblr features</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/tumblr-post/">Tumblr Post</a></p>
<p>&nbsp;<br />
<strong>Anonymity and security Firefox extensions:</strong><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/noscript/">No Script</a><br />
<a href="https://addons.mozilla.org/firefox/1247/">Cookie Button</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/6623">BetterPrivacy</a><br />
&nbsp;</p>
<p><strong>Advanced surfers addons:</strong><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/748">GreaseMonkey</a><br />
<a href="http://galeb.etf.bg.ac.yu/~ks040161d/firefox/extensions/esb/">Extended Statusbar</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/1146">ScreenGrab</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/6076">Better Gmail 2</a><br />
<a href="https://addons.mozilla.org/firefox/4255/">Dugg mirror</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/443">URL suffix</a><br />
<a href="https://addons.mozilla.org/extensions/moreinfo.php?id=220">FlashGot</a><br />
<a href="https://addons.mozilla.org/firefox/427/">ScrapBook</a><br />
<a href="https://addons.mozilla.org/firefox/125/">SwitchProxy</a><br />
<a href="https://addons.mozilla.org/firefox/201/">DownThemAll!</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/">Video DownloadHelper</a><br />
&nbsp;</p>
<p><strong>Interesting addons:</strong><br />
<a href="https://addons.mozilla.org/firefox/1269/">Fasterfox</a><br />
<a href="http://www.cusser.net/extensions/imagetoolbar/">Image Toolbar</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/1407/">Clipmarks</a><br />
<a href="http://roachfiend.com/archives/2005/02/07/bugmenot/">BugMeNot</a><br />
&nbsp;</p>
<p><strong>Addons for blog writers:</strong><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/1730">ScribeFire (previously Performancing for Firefox)</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/1811">Deepest Sender</a><br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kernelreloaded.blog385.com/index.php/archives/moje-omiljene-firefox-ekstenzije/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Ugasite govornu poštu</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/ugasite-govornu-postu/</link>
		<comments>http://kernelreloaded.blog385.com/index.php/archives/ugasite-govornu-postu/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 08:17:55 +0000</pubDate>
		<dc:creator>valent</dc:creator>
				<category><![CDATA[croatian]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[općenito]]></category>
		<category><![CDATA[govorna pošta]]></category>
		<category><![CDATA[sekretarica]]></category>
		<category><![CDATA[vip sekretarica]]></category>
		<category><![CDATA[voice mail]]></category>

		<guid isPermaLink="false">http://kernelreloaded.blog385.com/?p=1709</guid>
		<description><![CDATA[&#160; Mobilni operateri zarađuju korištenjem usluge govorne pošte koju namjerno ili &#8220;slučajno&#8221; uključuju svojim korisnicima. &#160; Evo kako isključiti uslugu govorne pošte kod Hrvatskih mobilnih operatera: * T-Mobile: #70# + tipka za poziv * VIP: ##002# + tipka za poziv * Tele2: *134*0# i tipka za poziv * Tomato: ##002# i tipka za poziv &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
Mobilni operateri zarađuju korištenjem usluge govorne pošte koju namjerno ili &#8220;slučajno&#8221; uključuju svojim korisnicima.<br />
&nbsp;<br />
Evo kako isključiti uslugu govorne pošte kod Hrvatskih mobilnih operatera:<br />
* <a href="http://www.t-mobile.hr/2/20-20-10-50-00.asp">T-Mobile</a>: #70# + tipka za poziv<br />
* <a href="http://www.vipnet.hr/privatni-pretplatnici/pozivi/vip-sekretarica">VIP</a>: ##002# + tipka za poziv<br />
* <a href="http://www.tele2.hr/mobilna_telefonija/govorna_posta.html">Tele2</a>: *134*0# i tipka za poziv<br />
* <a href="http://www.tomato.com.hr/govorna-posta">Tomato</a>: ##002# i tipka za poziv<br />
&nbsp;<br />
Pomognite svojim pritateljima i rodbini da uštede novac i svima im isključite uslugu govorne pošte.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kernelreloaded.blog385.com/index.php/archives/ugasite-govornu-postu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Projekt Otvorena mreža</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/projekt-otvorena-mreza/</link>
		<comments>http://kernelreloaded.blog385.com/index.php/archives/projekt-otvorena-mreza/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 07:22:52 +0000</pubDate>
		<dc:creator>valent</dc:creator>
				<category><![CDATA[croatian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[općenito]]></category>
		<category><![CDATA[windsurf]]></category>
		<category><![CDATA[digital divide]]></category>
		<category><![CDATA[ngo]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://kernelreloaded.blog385.com/?p=1696</guid>
		<description><![CDATA[&#160; Projekt Otvorena mreža Osijeka podržava udruga Osijek Wireless, no projekt ne pripada isključivo udruzi niti ga udruga želi zadržati samo za sebe. Ovo je projekt svih građana i tko god želi može se uključiti u njega. Ishod i uspjeh ovog projekta ovisi o cijeloj zajednici. &#160; Jedan je od najvažnijih ciljeva napraviti platformu koja [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
Projekt Otvorena mreža Osijeka podržava udruga Osijek Wireless, no projekt ne pripada isključivo udruzi niti ga udruga želi zadržati samo za sebe. Ovo je projekt svih građana i tko god želi može se uključiti u njega. Ishod i uspjeh ovog projekta ovisi o cijeloj zajednici.<br />
&nbsp;<br />
Jedan je od najvažnijih ciljeva napraviti platformu koja će biti otvorena za razne druge aktivnosti &#8211; od pristupa internetu za turiste i građane i omogućavanja besplatnih telefonskih razgovora unutar mreže do postavljanja senzoričkih platformi za mjerenje bilo koje vrste podataka (temperatura, buka, padaline, i dr.), postavljanje web kamera i sl.<br />
&nbsp;<br />
Jednako važan cilj ovog projekta jest i edukacija mladih kroz besplatne radionice, a u području novih tehnologija poput rada računalnih žičanih i bežičnih mreža, Linux operativnog sustava, mikroelektronike, programiranja i dr. kroz besplatne edukacije, koje će započeti u rujnu ove godine. Svi koji žele moći će se upoznati s osnovama rada bežičnih mreža i Linux OS-a te kako projekt Otvorena mreža Osijeka radi s tehničke strane.<br />
&nbsp;<br />
<span id="more-1696"></span><br />
Ovaj projekt pomaže u premošćivanju digitalnog jaza koji je obično najizraženiji u ruralnim krajevima i područjima pogođenima finacijskom krizom.<br />
&nbsp;<br />
Projekt Otvorena mreža međunarodni je projekt u kojem sudjelujemo zajedno s Austrijom i Slovenijom. Osijek je trenutno prvi grad u Hrvatskoj uključen u ovaj projekt, no uskoro će se uključiti mnogi drugi gradovi i općine. Mnogi gradovi imaju nekoliko internet pristupnih točaka, neki čak i cijele mreže, ali nitko tu mrežu nije iskoristio kao platformu za ostale projekte.<br />
&nbsp;<br />
Početnu fazu projekta čini postavljanje 100 pristupnih točaka povezanih u cjelovitu mesh mrežu, no to nije cilj projekta, već sredstvo pomoću kojega bi se pravi ciljevi projekta mogli ostvariti.<br />
&nbsp;<br />
Da ne bude nesporazuma, s tehničke strane dobro znamo kako će projekt biti napravljen, no tehnički je dio samo jedan mali dio cjelokupnog projekta.<br />
&nbsp;<br />
Projekt je otvoren za suradnju s učenicima, studentima, građanima, Gradom, Županijom, CARNetom, Sveučilištem J. J. Strossmayera i njegovim sastavnicama (ne isključivo samo tehničkim fakultetima), ISP tvrtkama, informatičkim i drugim tvrtkama, te svima ostalim organizacijama i ustanovama.<br />
&nbsp;<br />
Kako sve ne bi ostalo na razini priče, u sljedećih ćete nekoliko dana moći provjeriti kako je projekt Otvorena mreža osmišljen osobno isprobavajući rad i učinkovitost postavljenih pristupnih točaka.<br />
&nbsp;<br />
Jedna je pristupna točka već postavljena i nalazi se u probnom radu oko dva mjeseca. Tijekom tog vremena točka se pokazala 100% stabilnom i pouzdanom, čak i pri spajanju većeg broja korisnika . Točka je privremeno bila postavljena na Srednjoškolskom igralištu tijekom održavanja Pannonian Challeng-a.<br />
&nbsp;<br />
U projekt Otvorena mreža Osijeka nije uključena niti jedna politička stranka, županija, grad (bilo u Hrvatskoj bilo izvan nje), niti je projekt financijski podržan s bilo čije strane. Radi se prvenstveno o projektu građana volontera te će takav primarno i ostati, uz otvorena vrata svima koji se žele priključiti projektu ili ga na bilo koji način poduprijeti.<br />
&nbsp;<br />
Projekt je organiziran prema meritokratskom načelu gdje osoba koja ima najviše praktičnog znanja iz bilo kojeg područja vodi i snosi odgovornost za taj segment projekta.<br />
&nbsp;<br />
Kako nije ograničen isključivo na područje grada Osijeka, u projekt se može uključiti bilo koja privatna ili pravna osoba iz bilo kojeg grada.<br />
&nbsp;<br />
Pri izradi projekta i financijskog plana svih troškova izračunali smo kako je za postavljanje 100 pristupnih točaka potrebno izdvojiti oko 250,000,00 kuna. To uključuje cijenu za svu opremu, internet linkove te minimalne financijske naknade za dvije osobe koje bi radile na održavanju mreže.<br />
&nbsp;<br />
Također smo izračunali da projekt može biti u potpunosti financijski samoodrživ. Čak i ako bude podržan od strane svakog 10-og građanina Osijeka koji bi donacijom u iznosu od samo 10,00 kuna mjesečno za prve dvije godine i 5,00 kuna mjesečno za naredne godine sudjelovao u projektu, financijska održivost projekta je osigurana.<br />
&nbsp;<br />
Volonteri projekta ne očekuju nikakvu financijsku dobit sa svoje strane, no za nabavku opreme, internet linkova i održavanje mreže potrebno je odvojiti određena sredstva, a ista se namjeravaju prikupljati kroz razne oblike donacija i sponzorstva, prijavom na natječaje za udruge, ali i kroz izravne donacije onih koji podržavaju ovaj projekt.<br />
&nbsp;<br />
Pratite razvoj projekta Otvorena mreža na <a href="https://www.facebook.com/pages/Projekt-Otvorena-mreža/182223955183206">Facebook stranici</a> projekta.</p>
]]></content:encoded>
			<wfw:commentRss>http://kernelreloaded.blog385.com/index.php/archives/projekt-otvorena-mreza/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

