<?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>Here be dragons...</title>
	<atom:link href="http://neziric.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://neziric.org</link>
	<description>Haris Nezirić Homepage</description>
	<lastBuildDate>Wed, 28 Dec 2011 19:30:51 +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>The Neath Way of Setting Meld as Default Git Diff Tool</title>
		<link>http://neziric.org/2011/07/the-neath-way-of-setting-meld-as-default-git-diff-tool/</link>
		<comments>http://neziric.org/2011/07/the-neath-way-of-setting-meld-as-default-git-diff-tool/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 09:01:53 +0000</pubDate>
		<dc:creator>neziric</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[difftool]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[meld]]></category>

		<guid isPermaLink="false">http://neziric.org/?p=312</guid>
		<description><![CDATA[Install Meld if you don&#8217;t have it already sudo apt-get install meld Configure git to skip the difftool prompt, suggesting diff tools. Set meld as default diff tool git config --global difftool.prompt false git config --global diff.tool meld Run following command to open and see the diff files in meld git difftool]]></description>
		<wfw:commentRss>http://neziric.org/2011/07/the-neath-way-of-setting-meld-as-default-git-diff-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Selection With CSS</title>
		<link>http://neziric.org/2011/06/disable-selection-with-css/</link>
		<comments>http://neziric.org/2011/06/disable-selection-with-css/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 08:13:06 +0000</pubDate>
		<dc:creator>neziric</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[selection]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://neziric.org/?p=307</guid>
		<description><![CDATA[* { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }]]></description>
		<wfw:commentRss>http://neziric.org/2011/06/disable-selection-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing Samba Share from Console</title>
		<link>http://neziric.org/2011/06/accessing-samba-share-from-console/</link>
		<comments>http://neziric.org/2011/06/accessing-samba-share-from-console/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 11:21:45 +0000</pubDate>
		<dc:creator>neziric</dc:creator>
				<category><![CDATA[Samba]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://neziric.org/?p=294</guid>
		<description><![CDATA[First, list all shared folders on a remote computer $ smbclient -L 192.168.1.16 Response looks like this: Enter haris's password: Anonymous login successful Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.34] Sharename Type Comment --------- ---- ------- Public Disk My Public folder Then hook right to Public folder, for example $ smbclient //192.168.1.16/Public After successful login, you will get [...]]]></description>
		<wfw:commentRss>http://neziric.org/2011/06/accessing-samba-share-from-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing Apache Virtual Host from VirtualBox</title>
		<link>http://neziric.org/2011/06/accessing-apache-virtual-host-from-virtualbox/</link>
		<comments>http://neziric.org/2011/06/accessing-apache-virtual-host-from-virtualbox/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 10:08:09 +0000</pubDate>
		<dc:creator>neziric</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[vhost]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://neziric.org/?p=273</guid>
		<description><![CDATA[On my Ubuntu I run Apache vhost for each of my projects. Now, wouldn&#8217;t it be cool if you could access your Apache vhost from IE running in VirtualBox!? I managed to solve this problem by editing a Vbox instance settings: Settings: Network: Adapter 1: Attached to: Bridged Adapter Start a VirtualBox instance and type [...]]]></description>
		<wfw:commentRss>http://neziric.org/2011/06/accessing-apache-virtual-host-from-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Init-d Template</title>
		<link>http://neziric.org/2011/05/init-d-template/</link>
		<comments>http://neziric.org/2011/05/init-d-template/#comments</comments>
		<pubDate>Sat, 28 May 2011 14:44:28 +0000</pubDate>
		<dc:creator>neziric</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[rc.d]]></category>
		<category><![CDATA[runlevel]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://neziric.org/?p=265</guid>
		<description><![CDATA[Create a new file $ sudo vim /etc/init.d/$NAME Change the template to suit your needs #!/bin/bash case "$1" in start) # start commands here ;; stop) # stop commands here ;; restart) # restart commands here ;; *) # no parameter specified echo "Usage: /etc/init.d/$NAME start&#124;stop&#124;restart" exit 1 ;; esac exit 0 Hook the script [...]]]></description>
		<wfw:commentRss>http://neziric.org/2011/05/init-d-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relational Database Tables Indexed With SOLR</title>
		<link>http://neziric.org/2011/05/relational-database-tables-indexed-with-solr/</link>
		<comments>http://neziric.org/2011/05/relational-database-tables-indexed-with-solr/#comments</comments>
		<pubDate>Wed, 25 May 2011 14:37:24 +0000</pubDate>
		<dc:creator>neziric</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[solr]]></category>

		<guid isPermaLink="false">http://neziric.org/?p=262</guid>
		<description><![CDATA[Let&#8217;s say you have a gallery and it consists of three database tables (photos, category and gallery). Each of these tables has lots of related data, obviously&#8230; By following the old database routine, I started indexing data from top to bottom (from gallery to photos table). But this resulted in a weird behavior where SOLR [...]]]></description>
		<wfw:commentRss>http://neziric.org/2011/05/relational-database-tables-indexed-with-solr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swap File</title>
		<link>http://neziric.org/2011/05/swap-file/</link>
		<comments>http://neziric.org/2011/05/swap-file/#comments</comments>
		<pubDate>Sat, 21 May 2011 07:48:09 +0000</pubDate>
		<dc:creator>neziric</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[swap]]></category>

		<guid isPermaLink="false">http://neziric.org/?p=256</guid>
		<description><![CDATA[To create swap space in a file: First, create a file. I have 4GB of RAM, hence I create 4GB large file $ sudo dd if=/dev/zero of=/media/4GB.swap bs=1G count=4 Set proper file attributes $ sudo chmod 600 /media/4GB.swap Set created file as a swap space $ sudo mkswap /media/4GB.swap Start swapping $ sudo swapon /media/4GB.swap [...]]]></description>
		<wfw:commentRss>http://neziric.org/2011/05/swap-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short Ternary Operator</title>
		<link>http://neziric.org/2011/05/short-ternary-operator/</link>
		<comments>http://neziric.org/2011/05/short-ternary-operator/#comments</comments>
		<pubDate>Wed, 18 May 2011 14:23:31 +0000</pubDate>
		<dc:creator>neziric</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[operator]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[ternary]]></category>

		<guid isPermaLink="false">http://neziric.org/?p=252</guid>
		<description><![CDATA[With the release of PHP 5.3.0 there is an option to shorten the ternary operator. So, if we start with variable $foo, which is true ($foo = true), instead of writing: $bar = $foo ? true : false; // $bar = true you can easily shorten it like this $bar = $foo ?: false // [...]]]></description>
		<wfw:commentRss>http://neziric.org/2011/05/short-ternary-operator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reporting bugs in Ubuntu</title>
		<link>http://neziric.org/2011/05/reporting-bugs-in-ubuntu/</link>
		<comments>http://neziric.org/2011/05/reporting-bugs-in-ubuntu/#comments</comments>
		<pubDate>Fri, 13 May 2011 18:55:08 +0000</pubDate>
		<dc:creator>neziric</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://neziric.org/?p=247</guid>
		<description><![CDATA[One of the best ways to report a bug in Ubuntu is to report it right at Launchpad. First, you need to identify a process that is causing a problem. Open &#8220;System Monitor&#8221;, click on &#8220;Processes&#8221; tab and find a process ID that is bugging you. Then open &#8220;Terminal&#8221; and run following command $ ubuntu-bug [...]]]></description>
		<wfw:commentRss>http://neziric.org/2011/05/reporting-bugs-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Delete Query With Join Syntax</title>
		<link>http://neziric.org/2011/05/mysql-delete-query-with-join-syntax/</link>
		<comments>http://neziric.org/2011/05/mysql-delete-query-with-join-syntax/#comments</comments>
		<pubDate>Tue, 10 May 2011 13:27:07 +0000</pubDate>
		<dc:creator>neziric</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[relation]]></category>

		<guid isPermaLink="false">http://neziric.org/?p=241</guid>
		<description><![CDATA[DELETE $table1 FROM $table1 LEFT JOIN $table2 ON $table1.fieldId = $table2.fieldId WHERE $table2.fieldId == NULL ;]]></description>
		<wfw:commentRss>http://neziric.org/2011/05/mysql-delete-query-with-join-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: neziric.org @ 2012-02-09 09:41:28 by W3 Total Cache -->
