<?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>Karlosp.net&#187; Linux</title>
	<atom:link href="http://www.karlosp.net/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.karlosp.net/blog</link>
	<description>Malo mešano na žaru</description>
	<lastBuildDate>Sun, 05 Feb 2012 08:12:05 +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>Arch Linux: warning: Setting locale failed</title>
		<link>http://www.karlosp.net/blog/2009/05/05/arch-linux-settings-locale-failed/</link>
		<comments>http://www.karlosp.net/blog/2009/05/05/arch-linux-settings-locale-failed/#comments</comments>
		<pubDate>Tue, 05 May 2009 19:38:42 +0000</pubDate>
		<dc:creator>karlosp</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[locale]]></category>

		<guid isPermaLink="false">http://www.karlosp.net/blog/?p=609</guid>
		<description><![CDATA[PLAIN TEXT C: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = &#40;unset&#41;, LC_ALL = &#40;unset&#41;, LC_COLLATE = "C", edit /etc/locale.gen (sample file) *and then* run locale-gen]]></description>
			<content:encoded><![CDATA[<div class="igBar"><span id="lc-2"><a href="#" onclick="javascript:showPlainTxt('c-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C:</span>
<div id="c-2">
<div class="c">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">perl: warning: Setting locale failed.</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #202020;">perl</span>: warning: Please check that your locale settings:</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">LANGUAGE = <span style="color: #66cc66;">&#40;</span>unset<span style="color: #66cc66;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">LC_ALL = <span style="color: #66cc66;">&#40;</span>unset<span style="color: #66cc66;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">LC_COLLATE = <span style="color: #ff0000;">"C"</span>, </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>edit /etc/locale.gen (sample file) *and then* run locale-gen</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karlosp.net/blog/2009/05/05/arch-linux-settings-locale-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Extract Script</title>
		<link>http://www.karlosp.net/blog/2009/03/13/linux-extract-script/</link>
		<comments>http://www.karlosp.net/blog/2009/03/13/linux-extract-script/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 09:58:03 +0000</pubDate>
		<dc:creator>karlosp</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.karlosp.net/blog/?p=576</guid>
		<description><![CDATA[PLAIN TEXT CODE: The following function will decompress a wide range of compressed filetypes. Add the function to '~/.bashrc' and then run with the syntax 'extract MyCompressedFile' &#160; &#160;extract &#40;&#41; &#123; &#160; &#160;if &#91; -f $1 &#93; ; then &#160; &#160; &#160; &#160;case $1 in &#160; &#160; &#160; &#160; &#160; &#160;*.tar.bz2&#41;&#160; &#160;tar xvjf $1&#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<div class="igBar"><span id="lcode-4"><a href="#" onclick="javascript:showPlainTxt('code-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-4">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">The following function will decompress a wide range of compressed filetypes. <span style="">Add</span> the function to <span style="color:#CC0000;">'~/.bashrc'</span> and then run with the syntax <span style="color:#CC0000;">'extract MyCompressedFile'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;extract <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;if <span style="color:#006600; font-weight:bold;">&#91;</span> -f $<span style="color:#800000;color:#800000;">1</span> <span style="color:#006600; font-weight:bold;">&#93;</span> ; then</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp;case $<span style="color:#800000;color:#800000;">1</span> in</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*.<span style="">tar</span>.<span style="">bz2</span><span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp;tar xvjf $<span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp; ;;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*.<span style="">tar</span>.<span style="">gz</span><span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp; tar xvzf $<span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp; ;;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*.<span style="">bz2</span><span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp; &nbsp; &nbsp;bunzip2 $<span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp; &nbsp;;;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*.<span style="">rar</span><span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp; &nbsp; &nbsp;rar x $<span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp; &nbsp; &nbsp;;;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*.<span style="">gz</span><span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp; &nbsp; &nbsp; gunzip $<span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp; &nbsp; ;;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*.<span style="">tar</span><span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp; &nbsp; &nbsp;tar xvf $<span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp; &nbsp;;;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*.<span style="">tbz2</span><span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp; &nbsp; tar xvjf $<span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp; ;;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*.<span style="">tgz</span><span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp; &nbsp; &nbsp;tar xvzf $<span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp; ;;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*.<span style="">zip</span><span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp; &nbsp; &nbsp;unzip $<span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp; &nbsp; &nbsp;;;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*.<span style="">Z</span><span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;uncompress $<span style="color:#800000;color:#800000;">1</span>&nbsp; ;;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*.7z<span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp; &nbsp; &nbsp; 7z x $<span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp; &nbsp; &nbsp; ;;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*<span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;echo <span style="color:#CC0000;">"don't know how to extract '$1'..."</span> ;;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp;esac</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;else</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp;echo <span style="color:#CC0000;">"'$1' is not a valid file!"</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;fi</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;<span style="color:#006600; font-weight:bold;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.karlosp.net/blog/2009/03/13/linux-extract-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Bash &#8211; sed substring</title>
		<link>http://www.karlosp.net/blog/2009/02/13/linux-bash-sed-substring/</link>
		<comments>http://www.karlosp.net/blog/2009/02/13/linux-bash-sed-substring/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 14:50:58 +0000</pubDate>
		<dc:creator>karlosp</dc:creator>
				<category><![CDATA[Ideo page]]></category>
		<category><![CDATA[Malo mešano]]></category>
		<category><![CDATA[egrep]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[substring]]></category>

		<guid isPermaLink="false">http://www.karlosp.net/blog/?p=549</guid>
		<description><![CDATA[PLAIN TEXT CODE: echo "This is the TEST(Message(with some tricky word)) from which i want to search." &#124;&#160; &#60;acronym title="Stream Editor"&#62;sed&#60;/acronym&#62; 's/.*\(TEST.*))\).*$/\1/' PLAIN TEXT CODE: echo `expr match "abba (album)" '.*(\(.*\)).*'` -&#62; album PLAIN TEXT CODE: stringZ=abcABC123ABCabc #&#160; &#160; &#160; &#160;=======&#160;&#160; &#160; &#160; echo `expr match "$stringZ" '\(.[b-c]*[A-Z]..[0-9]\)'`&#160; &#160;# abcABC1 echo `expr "$stringZ" : '\(.[b-c]*[A-Z]..[0-9]\)'`&#160; [...]]]></description>
			<content:encoded><![CDATA[<div class="igBar"><span id="lcode-8"><a href="#" onclick="javascript:showPlainTxt('code-8'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-8">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">echo <span style="color:#CC0000;">"This is the TEST(Message(with some tricky word)) from which i want to search."</span> |&nbsp; &lt;acronym title=<span style="color:#CC0000;">"Stream Editor"</span>&gt;sed&lt;/acronym&gt; <span style="color:#CC0000;">'s/.*<span style="color:#000099; font-weight:bold;">\(</span>TEST.*))<span style="color:#000099; font-weight:bold;">\)</span>.*$/<span style="color:#000099; font-weight:bold;">\1</span>/'</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<div class="igBar"><span id="lcode-9"><a href="#" onclick="javascript:showPlainTxt('code-9'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-9">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">echo `expr match <span style="color:#CC0000;">"abba (album)"</span> <span style="color:#CC0000;">'.*(<span style="color:#000099; font-weight:bold;">\(</span>.*<span style="color:#000099; font-weight:bold;">\)</span>).*'</span>` -&gt; <span style="">album</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<div class="igBar"><span id="lcode-10"><a href="#" onclick="javascript:showPlainTxt('code-10'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-10">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">stringZ=abcABC123ABCabc</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">#&nbsp; &nbsp; &nbsp; &nbsp;=======&nbsp;&nbsp; &nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">echo `expr match <span style="color:#CC0000;">"$stringZ"</span> <span style="color:#CC0000;">'<span style="color:#000099; font-weight:bold;">\(</span>.[b-c]*[A-Z]..[0-9]<span style="color:#000099; font-weight:bold;">\)</span>'</span>`&nbsp; &nbsp;# abcABC1</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">echo `expr <span style="color:#CC0000;">"$stringZ"</span> : <span style="color:#CC0000;">'<span style="color:#000099; font-weight:bold;">\(</span>.[b-c]*[A-Z]..[0-9]<span style="color:#000099; font-weight:bold;">\)</span>'</span>`&nbsp; &nbsp; &nbsp; &nbsp;# abcABC1</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">echo `expr <span style="color:#CC0000;">"$stringZ"</span> : <span style="color:#CC0000;">'<span style="color:#000099; font-weight:bold;">\(</span>.......<span style="color:#000099; font-weight:bold;">\)</span>'</span>`&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;# abcABC1 </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p><a href="http://tldp.org/LDP/abs/html/string-manipulation.html">String manipulating</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.karlosp.net/blog/2009/02/13/linux-bash-sed-substring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arch</title>
		<link>http://www.karlosp.net/blog/2009/02/02/arch/</link>
		<comments>http://www.karlosp.net/blog/2009/02/02/arch/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:03:07 +0000</pubDate>
		<dc:creator>karlosp</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[sshd]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://www.karlosp.net/blog/?p=542</guid>
		<description><![CDATA[Change Webmin user password /opt/webmin/changepass.pl /etc/webmin &#60;user&#62; &#60;pwd&#62; Allow connection from IP vi /etc/webmin/miniserv.conf]]></description>
			<content:encoded><![CDATA[<p>Change Webmin user password</p>
<p>/opt/webmin/changepass.pl /etc/webmin &lt;user&gt; &lt;pwd&gt;</p>
<p>Allow connection from IP</p>
<p>vi /etc/webmin/miniserv.conf</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karlosp.net/blog/2009/02/02/arch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nastavitve za FRI eduroam linux wpa supplicant</title>
		<link>http://www.karlosp.net/blog/2008/04/22/nastavitve-za-fri-eduroam-linux-wpa-supplicant/</link>
		<comments>http://www.karlosp.net/blog/2008/04/22/nastavitve-za-fri-eduroam-linux-wpa-supplicant/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 09:40:53 +0000</pubDate>
		<dc:creator>karlosp</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[eduroam]]></category>
		<category><![CDATA[fri]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[supplicant]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wpa]]></category>
		<category><![CDATA[wpa2]]></category>

		<guid isPermaLink="false">http://www.karlosp.net/blog/2008/04/22/nastavitve-za-fri-eduroam-linux-wpa-supplicant/</guid>
		<description><![CDATA[wpa_supplicant.conf PLAIN TEXT CODE: ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 eapol_version=1 ap_scan=1 network=&#123; &#160; &#160; &#160;ssid="eduroam" &#160; &#160; &#160;proto=WPA WPA2 &#160; &#160; &#160;key_mgmt=WPA-EAP &#160; &#160; &#160;group=CCMP TKIP &#160; &#160; &#160;eap=TTLS &#160; &#160; &#160;phase2="auth=PAP" &#160; &#160; &#160;identity="fri63050XXX@campus.fri.uni-lj.si" &#160; &#160; &#160;password="geslo" &#125; Prijava v omrežje PLAIN TEXT CODE: wpa_supplicant -iwifi0 –Dwext –c/etc/wpa_supplicant.conf Nekatere distribucije zahtevajo da proces teče v ozadju. PLAIN [...]]]></description>
			<content:encoded><![CDATA[<p>wpa_supplicant.conf</p>
<div class="igBar"><span id="lcode-16"><a href="#" onclick="javascript:showPlainTxt('code-16'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-16">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ctrl_interface=/var/run/wpa_supplicant</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ctrl_interface_group=<span style="color:#800000;color:#800000;">0</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">eapol_version=<span style="color:#800000;color:#800000;">1</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ap_scan=<span style="color:#800000;color:#800000;">1</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">network=<span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;ssid=<span style="color:#CC0000;">"eduroam"</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;proto=WPA WPA2</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;key_mgmt=WPA-EAP</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;group=CCMP TKIP</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;eap=TTLS</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;phase2=<span style="color:#CC0000;">"auth=PAP"</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;identity=<span style="color:#CC0000;">"fri63050XXX@campus.fri.uni-lj.si"</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;password=<span style="color:#CC0000;">"geslo"</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Prijava v omrežje</p>
<div class="igBar"><span id="lcode-17"><a href="#" onclick="javascript:showPlainTxt('code-17'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-17">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">wpa_supplicant -iwifi0 –Dwext –c/etc/wpa_supplicant.<span style="">conf</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Nekatere distribucije zahtevajo da proces teče v ozadju.</p>
<div class="igBar"><span id="lcode-18"><a href="#" onclick="javascript:showPlainTxt('code-18'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-18">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">wpa_supplicant -iwifi0 –Dwext –c/etc/wpa_supplicant.<span style="">conf</span> -B </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Če povezava ni uspešno vzpostavljena in bi radi preverili, kje je težava, vpišite ukaz in preverite, kje je težava:</p>
<div class="igBar"><span id="lcode-19"><a href="#" onclick="javascript:showPlainTxt('code-19'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-19">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">wpa_supplicant -iwifi0 –Dwext –c/etc/wpa_supplicant.<span style="">conf</span> –dd </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Če je potrebno: Nastavite še vmesnik na nivoju IP z ukazom:</p>
<div class="igBar"><span id="lcode-20"><a href="#" onclick="javascript:showPlainTxt('code-20'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-20">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">dhclient wifi0 </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.karlosp.net/blog/2008/04/22/nastavitve-za-fri-eduroam-linux-wpa-supplicant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Set Mouse Speed</title>
		<link>http://www.karlosp.net/blog/2007/11/11/linux-set-mouse-speed/</link>
		<comments>http://www.karlosp.net/blog/2007/11/11/linux-set-mouse-speed/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 16:32:17 +0000</pubDate>
		<dc:creator>karlosp</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mouse]]></category>
		<category><![CDATA[Set]]></category>
		<category><![CDATA[Speed]]></category>

		<guid isPermaLink="false">http://www.karlosp.net/blog/2007/11/11/linux-set-mouse-speed/</guid>
		<description><![CDATA[xset m 3/2 1]]></description>
			<content:encoded><![CDATA[<p><code>xset m 3/2 1</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.karlosp.net/blog/2007/11/11/linux-set-mouse-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess &amp; .htpasswd</title>
		<link>http://www.karlosp.net/blog/2007/09/28/htaccess-htpasswd/</link>
		<comments>http://www.karlosp.net/blog/2007/09/28/htaccess-htpasswd/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 12:28:20 +0000</pubDate>
		<dc:creator>karlosp</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Malo mešano]]></category>
		<category><![CDATA[geslo]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[karlosp.net]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[zaščita]]></category>

		<guid isPermaLink="false">http://www.karlosp.net/blog/2007/09/28/htaccess-htpasswd/</guid>
		<description><![CDATA[htpasswd-generator htaccess-authentication]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.htaccesstools.com/htpasswd-generator/">htpasswd-generator</a><br />
<a href="http://www.htaccesstools.com/htaccess-authentication/">htaccess-authentication</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.karlosp.net/blog/2007/09/28/htaccess-htpasswd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

