<?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>cmikavac.net &#187; free</title>
	<atom:link href="http://cmikavac.net/tag/free/feed/" rel="self" type="application/rss+xml" />
	<link>http://cmikavac.net</link>
	<description>pootzkos brlog</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:13:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My first open-source code contribution &#8211; spilp</title>
		<link>http://cmikavac.net/2011/09/17/my-first-open-source-code-contribution-spilp/</link>
		<comments>http://cmikavac.net/2011/09/17/my-first-open-source-code-contribution-spilp/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 09:20:16 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web.log]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[spilp]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=979</guid>
		<description><![CDATA[&#8220;Spilp is a simple Python script that takes IIS logs, parses them and creates statistical reports which can be used to discover unusual IP activity more easily.&#8221; &#8216;Been working on this one for some time now and finally everything I wanted to implement is in place. The whole thing is released under GNU GPL v3 license [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-980" title="spilp" src="http://cmikavac.net/wp-content/uploads/spilp.jpg" alt="simple python IIS log parser" width="239" height="68" /></p>
<p><em>&#8220;<strong><a title="simple python IIS log parser" href="http://code.google.com/p/spilp/">Spilp</a></strong> is a simple Python script that takes IIS logs, parses them and creates statistical reports which can be used to discover unusual IP activity more easily.&#8221;</em></p>
<p>&#8216;Been working on this one for some time now and finally everything I wanted to implement is in place. The whole thing is released under GNU GPL v3 license for everybody to enjoy. You can <strong>download</strong> the script <a title="spilp download" href="http://code.google.com/p/spilp/downloads/list">here</a>. Below is a list of spilp features with links to sample reports.</p>
<p><span class="Apple-style-span" style="font-size: 20px; font-weight: bold;">Features:</span></p>
<ul>
<li>extracts a <a href="http://cmikavac.net/download/spilp/generated_reports/hitsPerIp_110916.txt" rel="nofollow">list of IP addresses</a> with number of hits they made sorted by number of hits</li>
<li>extracts a <a href="http://cmikavac.net/download/spilp/generated_reports/closeIps_110916.txt" rel="nofollow">list of &#8220;close&#8221; IP addresses</a> that made a certain number of hits</li>
<li>extracts a <a href="http://cmikavac.net/download/spilp/generated_reports/agentHits_110916.txt" rel="nofollow">list of user agents</a> sorted by number of hits</li>
<li>extracts a <a href="http://cmikavac.net/download/spilp/generated_reports/methodHits_110916.txt" rel="nofollow">list of cs-method hits</a> (GET method excluded)</li>
<li>extracts a list of file hits sorted by number of hits</li>
<ul>
<li>.pdf, .doc, .xls, .ppt (<a href="http://cmikavac.net/download/spilp/generated_reports/documentDownloads_110916.txt" rel="nofollow">document files</a>) + <a href="http://cmikavac.net/download/spilp/generated_reports/documentDownloadsExtended_110916.txt" rel="nofollow">extended version</a></li>
<li>.js, .htm, .asp (<a href="http://cmikavac.net/download/spilp/generated_reports/webFilesHits_110916.txt" rel="nofollow">web files</a>) + <a href="http://cmikavac.net/download/spilp/generated_reports/webFilesHitsExtended_110916.txt" rel="nofollow">extended version</a></li>
</ul>
<li>extracts extended information for document and web file hits</li>
<ul>
<li>includes timestamps, client IP addresses, methods, ports, user agent details and http status codes</li>
</ul>
<li>extracts a <a href="http://cmikavac.net/download/spilp/generated_reports/hitsByStatus_110916.txt" rel="nofollow">list of &#8220;unusual&#8221; http status code hits</a> sorted by number of hits</li>
<ul>
<li>client IP address list</li>
<li>a list of files hit by an IP and number of hits for that file</li>
</ul>
<li>filtering results (include or exclude filtering &#8211; works in &#8220;either-or&#8221; way)</li>
<ul>
<li>ability to auto-generate an IP range list as a filter</li>
</ul>
<li>reverse DNS country lookup using MaxMinds<a href="http://code.google.com/p/spilp/w/edit/MaxMinds">?</a> GeoIP country downloadable database</li>
<ul>
<li>additional info in certain reports</li>
<li>filtering results by country of origin (as a separate filtering option using spilpconf.py file)</li>
</ul>
<li>ability to process large amount of IIS log files</li>
<li>CONFIG file for performance and output tweaking</li>
</ul>
<div>Rejoice!</div>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2011/09/17/my-first-open-source-code-contribution-spilp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slobodni Festival 4</title>
		<link>http://cmikavac.net/2010/07/04/slobodni-festival-4/</link>
		<comments>http://cmikavac.net/2010/07/04/slobodni-festival-4/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 09:54:03 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[web.log]]></category>
		<category><![CDATA[čakovec]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gathering]]></category>
		<category><![CDATA[hacktivism]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=366</guid>
		<description><![CDATA[Teme? Spameri? Fejkeri? &#8220;ivan_gustin &#8211; najmanje 7 računala s Windows OS-om na #sf4ck&#8220; Pojmovi? Nemam pojma: Xdialog, maltego, xbmc, tinfoil, pipl, panopticlick, haktiva, keykiriki :S, joindiaspora, slock, ixquick, speed tracer, menta, launchpad, splićani, seamlessRDP&#8230; + komad udobno/niskog parketa obloženog tankim slojem tepiha, utičnica na struju i vreća za hrkače spavanje namjenjena ignorantnim padobrancima zavaljujem ponizno, [...]]]></description>
			<content:encoded><![CDATA[<p><img title="wall" src="http://cmikavac.net/wp-content/uploads/wall.jpg" alt="wall" width="400" height="320" /></p>
<p><a title="program" href="http://2010.slobodnifestival.info/program/">Teme</a>? <a title="spameri" href="http://twitter.com/#search?q=%23sf4ck"><br />
 Spameri</a>?</p>
<p>Fejkeri? &#8220;<em><strong><a href="http://twitter.com/ivan_gustin">ivan_gustin</a></strong> &#8211; najmanje 7 računala s Windows  OS-om na <a title="#sf4ck" rel="nofollow" href="http://twitter.com/search?q=%23sf4ck"><em>#sf4ck</em></a></em>&#8220;</p>
<p>Pojmovi? Nemam pojma: <a title="Xdialog" href="http://xdialog.free.fr/" target="_blank">Xdialog</a>, <a title="maltego" href="http://www.paterva.com/web5/" target="_blank">maltego</a>, <a title="xbmc" href="http://xbmc.org/">xbmc</a>, <a title="tinfoil" href="http://cmikavac.net/wp-content/uploads/tinfoil.jpg">tinfoil</a>, <a title="pipl" href="http://pipl.com/">pipl</a>, <a title="panopticlick" href="http://panopticlick.eff.org/">panopticlick</a>, <a title="haktiva" href="http://www.haktiva.org/">haktiva</a>, <a title="keykiriki" href="http://pentestit.com/tag/keykeriki/">keykiriki</a> :S, <a title="joindiaspora" href="http://www.joindiaspora.com/">joindiaspora</a>, <a title="slock" href="http://tools.suckless.org/slock">slock</a>, <a title="ixquick" href="http://www.ixquick.com/">ixquick</a>, <a title="speedtracer" href="http://code.google.com/webtoolkit/speedtracer/">speed tracer</a>, <a title="menta" href="http://www.menta.hr/">menta</a>, <a title="launchpad" href="https://launchpad.net/">launchpad</a>, <a title="splicani" href="http://www.sok.hr/">splićani</a>, <a title="seamlessrdp" href="http://www.cendio.com/seamlessrdp/">seamlessRDP</a>&#8230;</p>
<p>+ komad udobno/niskog parketa obloženog tankim slojem tepiha, utičnica na struju i vreća za hrkače spavanje namjenjena ignorantnim padobrancima</p>
<p>zavaljujem ponizno, vidimo se dozgodine</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/07/04/slobodni-festival-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>free</title>
		<link>http://cmikavac.net/2010/02/09/free/</link>
		<comments>http://cmikavac.net/2010/02/09/free/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:41:39 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[web.log]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[poem]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=314</guid>
		<description><![CDATA[free to run, free to relax, free to be a pirate, free to think for yourself. free to enjoy, dream and to discover. free to care, free to love and to be happy. free to drink tea. free to live and to let live&#8230;]]></description>
			<content:encoded><![CDATA[<p>free to run,<br />
free to relax,<br />
free to be a pirate,<br />
free to think for yourself.<br />
free to enjoy, dream and to discover.<br />
free to care,<br />
free to love and to be happy.<br />
free to drink tea.</p>
<p>free to live and to let live&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/02/09/free/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ništa se nije dogodilo…</title>
		<link>http://cmikavac.net/2008/12/28/nista-se-nije-dogodilo/</link>
		<comments>http://cmikavac.net/2008/12/28/nista-se-nije-dogodilo/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 17:07:01 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[web.log]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gathering]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[moravice]]></category>
		<category><![CDATA[nsnd]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://cmikavac.net/blog/?p=125</guid>
		<description><![CDATA[foto by: Milijana - 19. &#8211; 21. prosinečki, Moravice - utopija svakog über-g33ka - 3 dana anti-događanja - zanimljivi i nadasve ugodni i susretljivi ljudi s previše ideja i znanja o svemu i svačemu (dijele šakom, kapom i šubarom) - 2 birtije (Ramajana za čajeve preko dana (dok im ne nestanu zalihe jer nisu pripremljeni [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cmikavac.net/wp-content/uploads/nsnd2.jpg" alt="nsnd moravice" width="453" height="236" /><br />
<em>foto by: <a href="http://www.flickr.com/people/23458918@N08/">Milijana </a></em><br />
- 19. &#8211; 21. prosinečki, Moravice<br />
- utopija svakog über-g33ka<br />
- 3 dana <a href="http://wiki.razmjenavjestina.org/razmjenavjestina/index.cgi?ni%C5%A1ta_se_ne%C4%87e_dogoditi">anti-događanja</a><br />
- zanimljivi i nadasve ugodni i susretljivi ljudi s previše ideja i znanja o svemu i svačemu (dijele šakom, kapom i šubarom)<br />
- 2 birtije (Ramajana za čajeve preko dana (dok im ne nestanu zalihe jer nisu pripremljeni za napad mušterija), druga-ne-znam-joj-ime (Armando?) za navečer)<br />
- snijeg, jedan vlak &#8211; vlak u snijegu? skoro pa zamalo<br />
- domaći domorodac koji kuha dobre skuhane ručkove za mesojede i biljojede<br />
- nagodinu mogućnost-umnoženost dodatnih duša iz HR i okolne okolice<br />
- pa &#8211; vidimo se (a ako ipak ne &#8211; upalit ćemo svjetlo)</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2008/12/28/nista-se-nije-dogodilo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tjedan slobodnog softvera u Gradskoj i sveučilišnoj knjižnici Osijek</title>
		<link>http://cmikavac.net/2008/12/08/tjedan-slobodnog-softvera-u-gradskoj-i-sveucilisnoj-knjiznici-osijek/</link>
		<comments>http://cmikavac.net/2008/12/08/tjedan-slobodnog-softvera-u-gradskoj-i-sveucilisnoj-knjiznici-osijek/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 13:27:36 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hulk]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[osijek]]></category>

		<guid isPermaLink="false">http://cmikavac.net/blog/?p=120</guid>
		<description><![CDATA[U tjednu od 08. do 12. prosinca 2008. godine osječka podružnica Hrvatske udruga Linux korisnika i Udruga Osijek Wireless u suradnji s Gradskom i sveučilišnom knjižnicom Osijek, Klubom Paklena naranča organizira Tjedan slobodnog softvera. Svako poslijepodne od ponedjeljka do petka organizirat će se projekcija filma “The Codebreakers”. Radi se o BBC-jevom dokumentarnom filmu emitiranom prvi [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://cmikavac.net/wp-content/uploads/otvoreni_tjedan.jpeg" alt="otvoreni tjedan" /></p>
<p>U tjednu od 08. do 12. prosinca 2008. godine osječka podružnica Hrvatske udruga Linux korisnika i Udruga Osijek Wireless u suradnji s Gradskom i sveučilišnom knjižnicom Osijek, Klubom Paklena naranča organizira Tjedan slobodnog softvera.</p>
<p>Svako poslijepodne od ponedjeljka do petka organizirat će se projekcija filma “The Codebreakers”. Radi se o BBC-jevom dokumentarnom filmu emitiranom prvi put u svibnju 2006. godine, a koji govori o uporabi slobodnog softvera i softvera otvorenog koda u zemljama u razvoju te kako uporaba istog potiče njihov daljnji razvoj i napredak. U 40-minutni film uključeni su intervjui i životne priče osoba iz cijeloga svijeta, a glavno je pitanje na koje film želi dati odgovor može li slobodan softver i softver otvorenog koda postati mostom koji će zemljama u razvoju omogućiti što lakše i bezbjednije premošćivanje digitalnog jaza poznatog kao digital divide. Više o filmu možete saznati <a href="http://www.apdip.net/news/fossdoc">ovdje</a>.</p>
<p>Nakon projekcije filma slijedi kraće predavanje o povijesti, nastanku, filozofiji i prednostima slobodnog softvera poznatog kao FOSS (Free and Open Source Software). Termin označava softver čiji se način izrade i cijena razlikuju od konvencionalnog softvera. Ti su softveri licencirani open source licencama koje omogućuju veliku slobodu distribucije, ali i slobodnu doradu softvera i njegovu široku uporabu. Programi otvorenog koda su slobodni i besplatni. Njihova je uporaba za bilo koju svrhu zagarantirana slobodnom licencom te, iako autor zadržava pravo prodavanja i relicenciranja svojeg rada, sve ono što je jednom licencirano kao slobodno i ostaje takvim. Sukladno tome svatko je slobodan pod jasno definiranim uvjetima mijenjati takav softver. Više o slobodnom/besplatnom softveru i softveru otvorenog koda možete saznati na sljedećim adresama: <a href="http://www.ifossf.org/">ifossf</a>, <a href="http://fsfeurope.org/">fseurope</a> te <a href="http://fosswire.com/">fosswire</a>.</p>
<p>Na kraju slijedi podjela besplatnih materijala sudionicima Tjedna slobodnog softvera – različitih Linux distribucija i priručnika u e-formatu te pružanje informacija o djelovanju Hrvatske udruge Linux korisnika i načinima na koji se svatko može uključiti.</p>
<p>Cilj je ovog događaja kroz pet dana upoznati šire građanstvo Osijeka prije svega sa slobodnim softverom kao alternativom, a zatim i s filozofijom koja iza njega stoji kao i prednostima koji isti nudi u svakodnevnoj i profesionalnoj uporabi. Pozivamo sve zainteresirane da prisustvuju ovom događaju i saznaju zašto je slobodni softver bolje, učinkovitije i ekonomičnije rješenje.</p>
<p>Tjedan slobodnog softvera održat će se od 08. do 12. prosinca u Gradskoj i sveučilišnoj knjižnici Osijek (Europske avenije 24), u prostoru Kluba Paklena naranča prema sljedećem rasporedu:</p>
<div style="text-align: center;">PONEDJELJAK, 15.00 &#8211; 16.30 sati<br />
UTORAK, 15.00 &#8211; 16.30 sati<br />
SRIJEDA, 14.00 &#8211; 15.30 sati<br />
ČETVRTAK, 12.00 &#8211; 13.30 sati<br />
PETAK, 14.00 &#8211; 15.30 sati.</div>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2008/12/08/tjedan-slobodnog-softvera-u-gradskoj-i-sveucilisnoj-knjiznici-osijek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clipperz &#8211; online password manager</title>
		<link>http://cmikavac.net/2008/08/22/clipperz-online-password-manager/</link>
		<comments>http://cmikavac.net/2008/08/22/clipperz-online-password-manager/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 17:56:58 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[clipperz]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[password manager]]></category>

		<guid isPermaLink="false">http://cmikavac.net/blog/?p=48</guid>
		<description><![CDATA[What is Clipperz? It&#8217;s an online password manager where you can store your passwords, pins, credit card details, software keys, or any other confidential data without worrying about the security. It solves you the trouble of worrying about too many different passwords you can not (or don&#8217;t want to) remember&#8230; What you are also able [...]]]></description>
			<content:encoded><![CDATA[<p>What is <a href="http://www.clipperz.com/">Clipperz</a>? It&#8217;s an online password manager where you can store your passwords, pins, credit card details, software keys, or any other confidential data without worrying about the security. It solves you the trouble of worrying about too many different passwords you can not (or don&#8217;t want to) remember&#8230;</p>
<p><img class="alignleft" style="float: left; margin: 5px;" src="http://cmikavac.net/wp-content/uploads/clipperz.png" alt="clipperz" /><br style="clear: left;" /><br />
What you are also able to do with Clipperz is &#8211; you can login to online service you use with only &#8220;one click&#8221; without typing any usernames and passwords&#8230; You can create a read-only encrypted portable version of Clipperz to put it on your local hard drive or USB stick in case no Internet connection is available to you. Importing and/or exporting to Clipperz from formats like Excel, Keepass, etc. are also avaliable. You can use it from any computer, any browser, any OS and it&#8217;s completely anonymous. There is also one very very interesting feature &#8211; logging in with a &#8220;<a href="http://www.clipperz.com/support/user_guide/one_time_passphrases">one time keyphrase</a>&#8221; (very useable if logging from soneone elses computer and let&#8217;s say he has a keylogger on it, he gets your keyphrase but after you logout &#8211; it&#8217;s useless).<br />
<img style="visibility: hidden; width: 0px; height: 0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyMTk*MzIxNzkzMDQmcHQ9MTIxOTQzMjE4NjU1MyZwPTEwMTkxJmQ9Jm49Jmc9Mg==.gif" border="0" alt="" width="0" height="0" /><br />
It works in the way that your data is encrypted localy by the browser itself before uploading it to the server. The key to the encryption is a passphrase (kind of like a password) which never even gets sent or saved on the server. Therefore, no one except you can not access your data. Clipperz guarantees 128-bit security level.</p>
<p><em>&#8220;Clipperz password manager is the first <strong>zero-knowledge</strong> web application. This means that Clipperz knows nothing about its users and their data. Not even their usernames!</em>&#8221;</p>
<p>So you&#8217;re probably asking yourself &#8211; &#8220;How come not even Clipperz can se my personal data?&#8221;, right?<br />
It&#8217;s all completely transparent, and you can view the whole source code of the application <a href="http://www.clipperz.com/reviewing_the_code">here</a>. Clipperz developers say not to trust them, but to <strong>check it yourself</strong> =)</p>
<p>A flash introduction to Clipperz</p>
<div id="__ss_527952" style="width: 425px; text-align: left;"><object style="margin: 0px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=clipperzbpopen-1216995584461018-9&amp;stripped_title=an-introduction-to-clipperz" /><param name="allowfullscreen" value="true" /><embed style="margin: 0px;" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=clipperzbpopen-1216995584461018-9&amp;stripped_title=an-introduction-to-clipperz" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2008/08/22/clipperz-online-password-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

