<?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>Aleksandar Gvozden Info &#187; Informacione tehnologije</title>
	<atom:link href="http://www.gvozden.info/category/informacione-tehnologije/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gvozden.info</link>
	<description>Moje crtice... &#124; Otpor do pobede!</description>
	<lastBuildDate>Fri, 13 Jan 2012 09:54:29 +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>Testiranje swap-a na USB-u</title>
		<link>http://www.gvozden.info/testiranje-swap-a-na-usb-u/</link>
		<comments>http://www.gvozden.info/testiranje-swap-a-na-usb-u/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 18:47:18 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Informacione tehnologije]]></category>
		<category><![CDATA[Istraživanja]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=546</guid>
		<description><![CDATA[Poznajemo performanse računara, ali i USB-a u verziji 2. Ne očekujem da će se nešto revolucionarno desiti, posebno što koristim 4GB memorije, a sistem ponekad tek ponekad pređe 3gb, ali hajde da probamo. Za početak postavimo konfiguraciju: If you don&#8217;t have time to change an existing system, than at least, make sure that you use [...]<p><a href="http://www.gvozden.info/testiranje-swap-a-na-usb-u/">Testiranje swap-a na USB-u</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Poznajemo performanse računara, ali i USB-a u verziji 2. Ne očekujem da će se nešto revolucionarno desiti, posebno što koristim 4GB memorije, a sistem ponekad tek ponekad pređe 3gb, ali hajde da probamo.</p>
<p>Za početak postavimo konfiguraciju:</p>
<p>If you don&#8217;t have time to change an existing system, than at least,  make sure that you use a USB stick for your swap space. It increases  performance because</p>
<ol>
<li>swap is on a different device. It does not block the access to your harddisk to operate.</li>
<li>swap performance is much faster on USB stick.<span id="more-546"></span></li>
</ol>
<p>I have a SanDisk 8G as swap space. My machine is doing swaps 200 times faster!</p>
<p>You must have heard that USB sticks have limited writes. True. You&#8217;ll replacing your $5 swap stick every 6 months.</p>
<p>Create a partition as you normally would. Then format it with mkfs.swap</p>
<p>Normally you don&#8217;t create partitions? Then simply install (apt-get) and use <strong>qtparted</strong> to create your partition. Let&#8217;s say you created partition <strong>sdb1</strong>. Then execute:</p>
<div><code>sudo mkswap /dev/sdb1</code></div>
<p>To see the uuid of your swap, execute</p>
<div><code>ls -l /dev/disk/by-uuid/ | grep sdb1</code></div>
<p>Mine reads, &#8220;dbceaa30-73cc-45a0-9b11-dade7131d192&#8243;. So go to your <strong>/etc/fstab</strong> (sudo kate /etc/fstab) and add the line:</p>
<div><code># usb swap<br />
UUID=dbceaa30-73cc-45a0-9b11-dade7131d192 none            swap    sw,pri=5              0       0</code></div>
<p>Also comment out the other line which specifies the swap partition on  your hard disk. You don&#8217;t need it anymore. In case you are keeping it <strong>pri=5</strong> above makes usb to take over swapping.</p>
<p>Enable the new swap space</p>
<div><code>sudo swapon -a</code></div>
<p>You can see the current swap configuration of your machine</p>
<div><code>swapon -s</code></div>
<p>When my swap went USB, I found out that I could launch around virtual  machines for testing purposes and live them around freely. With less  concern. Ubuntu has a &#8220;swappiness&#8221; setting. When it&#8217;s 100, it will swap  out any idle process ASAP and use the freed memory for data caches. So  with a fast swap space, you can increase the storage cache memory to  increase the performance of the computer once more. How useful this  trick depends on how CPU intensive your processes are. But in general,  things are just idling around. So give the memory to cache and get  better harddisk performance.</p>
<div><code>sudo sysctl -w vm.swappiness=100</code></div>
<p>The default value of swappiness is 60. You can experiment values  between 60 and 100 to get a better result depending on your CPU usage  ratio.</p>
<p>http://conceptspace.wikidot.com/blog:20</p>
<p><a href="http://www.gvozden.info/testiranje-swap-a-na-usb-u/">Testiranje swap-a na USB-u</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/testiranje-swap-a-na-usb-u/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kopiranje VPN konekcije Windows 7</title>
		<link>http://www.gvozden.info/kopiranje-vpn-konekcije-windows-7/</link>
		<comments>http://www.gvozden.info/kopiranje-vpn-konekcije-windows-7/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 09:29:35 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Softver]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=539</guid>
		<description><![CDATA[Ukoliko imate potrebu da kopirate VPN konekcije sa računara na računar, postojeće konekcije ćete naći u fajlu: C:\Users\%USER%\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk Fajl je običan tekst koji se može editovati. Struktura je ista kao i kod prethodnih verzija vindouza, samo što je lokacija fajla promenjena. Ukoliko koristite XP ova lokacija je: C:\Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\Pbk\rasphone.pbk Kopiranje VPN konekcije [...]<p><a href="http://www.gvozden.info/kopiranje-vpn-konekcije-windows-7/">Kopiranje VPN konekcije Windows 7</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Ukoliko imate potrebu da kopirate VPN konekcije sa računara na računar, postojeće konekcije ćete naći u fajlu:</p>
<p>C:\Users\%USER%\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk</p>
<p>Fajl je običan tekst koji se može editovati. Struktura je ista kao i kod prethodnih verzija vindouza, samo što je lokacija fajla promenjena.</p>
<p>Ukoliko koristite XP ova lokacija je:</p>
<p>C:\Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\Pbk\rasphone.pbk</p>
<p><a href="http://www.gvozden.info/kopiranje-vpn-konekcije-windows-7/">Kopiranje VPN konekcije Windows 7</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/kopiranje-vpn-konekcije-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Koristite Gugl fontove u svojim aplikacijama</title>
		<link>http://www.gvozden.info/koristite-gugl-fontove-u-svojim-aplikacijama/</link>
		<comments>http://www.gvozden.info/koristite-gugl-fontove-u-svojim-aplikacijama/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 18:50:19 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Drugi pišu]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=537</guid>
		<description><![CDATA[Integrate Google Web Font selection into your apps By Jeremie Lenfant-Engelmann, Google Web Fonts Engineer We’ve received lots of requests from developers for a dynamic feed of the most recent web fonts offered via Google Web Fonts. Such a feed would ensure that you can incorporate Google Web Fonts into applications and menus dynamically, without [...]<p><a href="http://www.gvozden.info/koristite-gugl-fontove-u-svojim-aplikacijama/">Koristite Gugl fontove u svojim aplikacijama</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<blockquote>
<h3>Integrate Google Web Font selection into your apps</h3>
<p><img src="http://1.bp.blogspot.com/-KbcjVdDEm9Q/ToIAe03J6AI/AAAAAAAAAzk/MVmiPVxzP7g/s1600/Google%2BChromeScreenSnapz006.png" alt="" height="80" /><br />
<em>By Jeremie Lenfant-Engelmann, Google Web Fonts Engineer<span id="more-537"></span></em></p>
<p>We’ve received lots of requests from developers for a dynamic feed of the most recent web fonts offered via <a href="http://www.google.com/webfonts">Google Web Fonts</a>.  Such a feed would ensure that you can incorporate Google Web Fonts into  applications and menus dynamically, without the need to hardcode any  URLs. The benefits of this approach are clear. As Google Web Fonts  continues to add fonts, these fonts can become immediately available  within your applications and sites.</p>
<p>To address this need, we’ve built the <a href="http://code.google.com/apis/webfonts/docs/developer_api.html">Google Web Fonts Developer API</a>,  which provides a list of fonts offered via Google Web Fonts. Results  can be sorted by alpha, date added, popularity, number of styles  available, and trending (which is a measure of fonts growing rapidly in  usage). Check out the <a href="http://code.google.com/apis/webfonts/docs/developer_api.html">documentation</a> to get started.</p>
<p>Some developers have helped us test this new API over the last few months, and the results are already public. Take a look at <a href="http://typedna.com/video/">TypeDNA’s photoshop plugin</a> as well as <a href="http://faviconist.com/">Faviconist</a>, an app that makes generating favicons as simple as can be, and <a href="http://somadesign.ca/demos/better-google-fonts/">Google Web Fonts Families</a>, a list of Google Web Fonts that have more than one style.</p></blockquote>
<p>http://googlecode.blogspot.com/2011/09/integrate-google-web-font-selection.html</p>
<p><a href="http://www.gvozden.info/koristite-gugl-fontove-u-svojim-aplikacijama/">Koristite Gugl fontove u svojim aplikacijama</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/koristite-gugl-fontove-u-svojim-aplikacijama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Module Pattern</title>
		<link>http://www.gvozden.info/javascript-module-pattern/</link>
		<comments>http://www.gvozden.info/javascript-module-pattern/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 21:32:07 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Drugi pišu]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Softver]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=534</guid>
		<description><![CDATA[Smanjivanje broja globalnih promenljivih i njihovo premeštanje u lokalne (privatne) promenljive donosi više reda u svim jezicima, pa tako i u JavaScript kodu. Ako znamo da se na stranicama često nalazi više različitih skripti ovakvo označavanje ima više smisla. Module Pattern //Single Global Variable "Module" var Module = ( function ( ) { var privateVariable [...]<p><a href="http://www.gvozden.info/javascript-module-pattern/">JavaScript Module Pattern</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Smanjivanje broja globalnih promenljivih i njihovo premeštanje u lokalne (privatne) promenljive donosi više reda u svim jezicima, pa tako i u <em>JavaScript</em> kodu. Ako znamo da se na stranicama često nalazi više različitih skripti ovakvo označavanje ima više smisla.</p>
<p><span id="more-534"></span><strong>Module Pattern</strong></p>
<pre id="pre1" lang="jscript">//Single Global Variable "Module"
var Module = ( function ( ) {
    var privateVariable = "some value";
    var privateMethod = function ( ) {
        //do something.
    }
    //returning one anonymous object that will expose public methods.
    return {
        publicMethod : function ( ) {
            //this method can access its private variable and method
            //by using the principle of closure.
            alert(privateVariable);
            privateMethod( );
        }
    }
})( );</pre>
<p><strong>Primer za Module Pattern</strong></p>
<pre id="pre2" lang="jscript">//One Global object exposed.
var SearchEngine = (function ( ) {
    //Private Method.
    var luckyAlgo = function ( ){
        //create one random number.
        return Math.floor(Math.random()*11);
    }
    //Returning the object
    return {
        //Public method.
        getYourLuckyNumber : function ( ){
            //Has access to its private method because of closure.
            return luckyAlgo();
        }
    }
} ) ( );//Self executing method.</pre>
<p>Detaljnije pročitajte <a href="http://www.codeproject.com/KB/scripting/ModulePattern.aspx" target="_blank">ovde</a></p>
<p><a href="http://www.gvozden.info/javascript-module-pattern/">JavaScript Module Pattern</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/javascript-module-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Kernel 3.0 is out (with KVM and Xen included)</title>
		<link>http://www.gvozden.info/linux-kernel-3-0-is-out-with-kvm-and-xen-included/</link>
		<comments>http://www.gvozden.info/linux-kernel-3-0-is-out-with-kvm-and-xen-included/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 19:02:00 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Virtualizacija]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=531</guid>
		<description><![CDATA[Last week, Linux kernel father Linus Torvalds announced the release of version 3.0 of the Linux Kernel. This release does not introduce any binary incompatibility neither major changes. Virtualization.info already covered the 3.0 release with regards to the integration of both KVM and Xen in the mainline tree of the kernel sources. &#160; For Xen, this [...]<p><a href="http://www.gvozden.info/linux-kernel-3-0-is-out-with-kvm-and-xen-included/">Linux Kernel 3.0 is out (with KVM and Xen included)</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xen.org/"><img src="http://cdn1.virtualization.info/en/logos/xen.gif" alt="" /></a></p>
<p>Last week, Linux kernel father Linus Torvalds <a href="https://lkml.org/lkml/2011/7/21/455">announced</a> the release of version 3.0 of the Linux Kernel. This release does not  introduce any binary incompatibility neither major changes.</p>
<p>Virtualization.info already <a href="http://virtualization.info/en/news/2011/06/xen-and-kvm-both-included-in-upcoming-linux-3-0.html">covered</a> the 3.0 release with regards to the integration of both KVM and Xen in the mainline tree of the kernel sources.</p>
<p>&nbsp;</p>
<p>For Xen, this release means no more patches to the Linux kernel in  order to make Linux virtual machines run as guests. In fact, Xen is a  Type-1 hypervisor, so hosted operating systems need to have proper  support built-in to run smoothly on virtualized hardware. Until now, a  substantial Linux kernel patch had to be applied in order to add this  support in the linux guest.</p>
<p>KVM, instead, is a Type-2 hypervisor, which runs itself on top of and operating system.</p>
<p>A full list of Xen related changes in the Linux kernel can be found <a href="http://wiki.xensource.com/xenwiki/XenParavirtOps">here</a> on the Xen wiki.</p>
<p><a href="http://virtualization.info" target="_blank">http://virtualization.info</a></p>
<p><a href="http://www.gvozden.info/linux-kernel-3-0-is-out-with-kvm-and-xen-included/">Linux Kernel 3.0 is out (with KVM and Xen included)</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/linux-kernel-3-0-is-out-with-kvm-and-xen-included/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure linux for windows users</title>
		<link>http://www.gvozden.info/configure-linux-for-windows-users/</link>
		<comments>http://www.gvozden.info/configure-linux-for-windows-users/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 08:02:51 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Softver]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=525</guid>
		<description><![CDATA[0 Install general software for linux ubuntu http://tips-linux.net/en/linux-ubuntu/linux-distribution/install-ubuntu &#160; 1 Theme Windows 7 Download Here Extract and execute $ ./GUIInstall.sh &#160; 2 Software Install Office 2007 with CrossOver Nero 4 For linux Adobe reader Skype Google chrome Ares for linux Fireworks CS3 3 Enable windows button Press ALT+F2 gconftool-2 &#8211;set /apps/metacity/global_keybindings/panel_main_menu &#8211;type string &#8220;Super_L&#8221; Now you can [...]<p><a href="http://www.gvozden.info/configure-linux-for-windows-users/">Configure linux for windows users</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>0 Install general software for linux ubuntu</strong></p>
<p><a href="http://tips-linux.net/en/linux-ubuntu/linux-distribution/install-ubuntu" target="_blank">http://tips-linux.net/en/linux-ubuntu/linux-distribution/install-ubuntu</a></p>
<p>&nbsp;</p>
<p><strong> 1 Theme Windows 7</strong></p>
<p>Download <a href="http://www.megaupload.com/?d=JS5MSBCX" target="_blank">Here</a></p>
<p>Extract and execute</p>
<p>$ ./GUIInstall.sh</p>
<p>&nbsp;</p>
<p><strong>2 Software </strong></p>
<ul>
<li>Install Office 2007 with <a href="http://tips-linux.net/en/linux-ubuntu/linux-software/linux-cross-platform/crossover-v9" target="_blank">CrossOver</a></li>
<li><a href="http://tips-linux.net/en/linux-ubuntu/linux-software/linux-multimedia/nero-4-linux-ubuntu" target="_blank">Nero 4 For linux</a></li>
<li><a href="http://tips-linux.net/en/linux-ubuntu/linux-software/linux-multimedia/adobe-reader-921" target="_blank">Adobe reader</a></li>
<li><a href="http://tips-linux.net/en/linux-ubuntu/linux-software/linux-internet/skype-21" target="_blank">Skype</a></li>
<li><a href="http://tips-linux.net/en/linux-ubuntu/linux-software/linux-internet/google-chrome" target="_blank">Google chrome</a></li>
<li><a href="http://tips-linux.net/en/linux-ubuntu/linux-software/linux-windows-softwarewine/ares-linux" target="_blank">Ares for linux</a></li>
<li> <a href="http://tips-linux.net/en/linux-ubuntu/linux-software/linux-multimedia/adobe-fireworks-linux" target="_blank">Fireworks CS3</a></li>
</ul>
<p><strong> 3 Enable windows button </strong></p>
<p>Press ALT+F2</p>
<p>gconftool-2 &#8211;set /apps/metacity/global_keybindings/panel_main_menu &#8211;type string &#8220;Super_L&#8221;</p>
<p>Now you can lauch the main menu with the windows button</p>
<p>&nbsp;</p>
<p>If you really miss windows install a virus XD. After all this configurations your linux will be like this:</p>
<p><img src="http://tips-linux.net/sites/default/files/Ubuntu7.jpg" alt="windows linux" width="500" /></p>
<p>&nbsp;</p>
<p><a href="http://www.gvozden.info/configure-linux-for-windows-users/">Configure linux for windows users</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/configure-linux-for-windows-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aleksinac.Net &#8211; 5 godina kasnije</title>
		<link>http://www.gvozden.info/aleksinac-net-5-godina-kasnije/</link>
		<comments>http://www.gvozden.info/aleksinac-net-5-godina-kasnije/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 20:26:22 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Generalno]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=520</guid>
		<description><![CDATA[Prvi sajt koji sam lansirao u sopstvenoj režiji (ne računam one koji su radili na internim mrežama, makar one bile i velike) jeste Aleksinac.net. U vreme kada sam ga startovao internet slika o ovom gradu je bila očajna. Nakon ovih godina mogu biti zadovoljan postignutim. Detaljnije Aleksinac.Net &#8211; 5 godina kasnije :: Aleksandar Gvozden Info<p><a href="http://www.gvozden.info/aleksinac-net-5-godina-kasnije/">Aleksinac.Net &#8211; 5 godina kasnije</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.aleksinac.net/blog/pet-godina-rada-sajta-aleksinac-net.html"><img class="alignleft" src="http://static.aleksinac.net/files/aleksinac_net_120x60.gif" alt="" width="120" height="60" style="border:none" /></a></p>
<p>Prvi sajt koji sam lansirao u sopstvenoj režiji (ne računam one koji su radili na internim mrežama, makar one bile i velike) jeste <a href="http://www.aleksinac.net/">Aleksinac.net</a>. U vreme kada sam ga startovao internet slika o ovom gradu je bila očajna. Nakon ovih godina mogu biti zadovoljan postignutim.</p>
<p><a href="http://www.aleksinac.net/blog/pet-godina-rada-sajta-aleksinac-net.html">Detaljnije</a></p>
<p><a href="http://www.gvozden.info/aleksinac-net-5-godina-kasnije/">Aleksinac.Net &#8211; 5 godina kasnije</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/aleksinac-net-5-godina-kasnije/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem sa nedostajućim &#8220;apache parent&#8221; procesom</title>
		<link>http://www.gvozden.info/problem-sa-nedostajucim-apache-parent-procesom/</link>
		<comments>http://www.gvozden.info/problem-sa-nedostajucim-apache-parent-procesom/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 12:27:08 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Softver]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[httpd]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=515</guid>
		<description><![CDATA[Ukoliko dobijate status da apači server nije startovan, a start ne uspeva jer: apache port 80 already in use problem je zbog nepostojećeg osnovnog-roditeljskog (parent) procesa apači servera. U slučaju problema sa konfigurisanjem servera (najverovatnije zbog memorije) prvo će pući osnovni proces, a zatim jedan po jedan i ostali (child) procesi sve do momenta kada [...]<p><a href="http://www.gvozden.info/problem-sa-nedostajucim-apache-parent-procesom/">Problem sa nedostajućim &#8220;apache parent&#8221; procesom</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Ukoliko dobijate status da apači server nije startovan, a start ne uspeva jer:</p>
<blockquote><p>apache port 80 already in use</p></blockquote>
<p>problem je zbog nepostojećeg osnovnog-roditeljskog (parent) procesa apači servera. U slučaju problema sa konfigurisanjem servera (najverovatnije zbog memorije) prvo će pući osnovni proces, a zatim jedan po jedan i ostali (child) procesi sve do momenta kada ne ostane ni jedan. Napomena &#8211; tekst se odnosi na linuks servere, tako da eliminišemo desktop probleme tipa: skajp je zauzeo port 80 i slično.</p>
<p><span id="more-515"></span></p>
<p>Da bi ste obezbedili persistentnost veb servera potrebno je formirati kron koji će osvežiti apači procese. Naravno, ovo je samo privremeno rešenje, funkcionalno rešenje jeste ispitivanje apači intalacije i konfiguracije.</p>
<p>najjednostavnija komanda za ovako nešto jeste:</p>
<blockquote><p>killall -9 httpd &amp;&amp; service httpd start</p></blockquote>
<p>httpd je servisi kod RPM zasnovanih distrbucija, za debian-based koristite apache2.</p>
<p>alternativa ovoj komandi jeste</p>
<blockquote><p>ps -e | grep httpd | awk &#8216;{print $1}&#8217; | xargs -i kill -9 {} &amp;&amp; /etc/init.d/httpd start</p></blockquote>
<p>Ovako nešto se može ubaciti u kron, zavisno od broja pucanja procesa, na nedelju dana.</p>
<p>Ponavljam, ovo je privremeno rešenje, pokušajte da naštelujete vaš server. Proverite MPM (Multi-Process Modules) i ostale parametre koji kontrolišu broj procesa.</p>
<p><a href="http://www.gvozden.info/problem-sa-nedostajucim-apache-parent-procesom/">Problem sa nedostajućim &#8220;apache parent&#8221; procesom</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/problem-sa-nedostajucim-apache-parent-procesom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XenServer &#8211; Adding a local Iso Storage</title>
		<link>http://www.gvozden.info/xenserver-adding-a-local-iso-storage/</link>
		<comments>http://www.gvozden.info/xenserver-adding-a-local-iso-storage/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 18:04:02 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Virtualizacija]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=509</guid>
		<description><![CDATA[Login to your Xenserver with ssh and create a iso folder mkdir -p /var/opt/xen/iso_import Then, create the ISO store like this xe sr-create name-label=&#8221;Local ISO&#8221; type=iso device-config:location=/var/opt/xen/iso_import/ device-config:legacy_mode=true content-type=iso &#8212; If You want to install Debian Lenny, as defined VM, maybe is better to use Remote URL: http://ftp.de.debian.org/debian/ XenServer &#8211; Adding a local Iso Storage [...]<p><a href="http://www.gvozden.info/xenserver-adding-a-local-iso-storage/">XenServer &#8211; Adding a local Iso Storage</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<p><em>Login to your Xenserver with ssh and create a iso folder</em></p>
<blockquote><p>mkdir -p /var/opt/xen/iso_import</p></blockquote>
<p><em>Then, create the ISO store like this</em></p>
<blockquote><p>xe sr-create name-label=&#8221;Local ISO&#8221; type=iso  device-config:location=/var/opt/xen/iso_import/  device-config:legacy_mode=true content-type=iso</p></blockquote>
<p>&#8212;</p>
<p>If You want to install Debian Lenny, as defined VM, maybe is better to use Remote URL:</p>
<p><em>http://ftp.de.debian.org/debian/</em></p>
<p><a href="http://www.gvozden.info/xenserver-adding-a-local-iso-storage/">XenServer &#8211; Adding a local Iso Storage</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/xenserver-adding-a-local-iso-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interfejs bez kliktanja mišem</title>
		<link>http://www.gvozden.info/interfejs-bez-kliktanja-misem/</link>
		<comments>http://www.gvozden.info/interfejs-bez-kliktanja-misem/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 17:28:48 +0000</pubDate>
		<dc:creator>Aleksandar</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.gvozden.info/?p=475</guid>
		<description><![CDATA[Navikli smo na sajtovima da klićemo na linkove i tako izazivamo akcije na sajtu. Međutim, Institut za istraživanje interakcija nam nudi drugačiji interfejs. Ovim sajtom se upravlja gestikulacijom mišem, dakle pokretima ruke&#8230; Pogledajete: dontclick.it Interfejs bez kliktanja mišem :: Aleksandar Gvozden Info<p><a href="http://www.gvozden.info/interfejs-bez-kliktanja-misem/">Interfejs bez kliktanja mišem</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Navikli smo na sajtovima da klićemo na linkove i tako izazivamo akcije na sajtu.</p>
<p><a href="http://www.gvozden.info/wp-content/uploads/Dont-Click-It.jpg"><img class="alignleft size-full wp-image-476" title="Dont-Click-It" src="http://www.gvozden.info/wp-content/uploads/Dont-Click-It.jpg" alt="" width="553" height="442" /></a><span id="more-475"></span>Međutim, <em>Institut za istraživanje interakcija</em> nam nudi drugačiji interfejs. Ovim sajtom se upravlja gestikulacijom mišem, dakle pokretima ruke&#8230;</p>
<p>Pogledajete: <a href="http://www.dontclick.it/" target="_blank">dontclick.it</a></p>
<p><a href="http://www.gvozden.info/interfejs-bez-kliktanja-misem/">Interfejs bez kliktanja mišem</a> :: <a href="http://www.gvozden.info">Aleksandar Gvozden Info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gvozden.info/interfejs-bez-kliktanja-misem/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/

Served from: www.gvozden.info @ 2012-02-06 12:50:28 -->
