<?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>bojanpejic.com &#187; kubuntu</title>
	<atom:link href="http://bojanpejic.com/tag/kubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://bojanpejic.com</link>
	<description>Scrap Book About Web – Programming – Development – Places, and more 8-)</description>
	<lastBuildDate>Sun, 16 May 2010 14:37:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Installing LAMP on Kubuntu or Ubuntu</title>
		<link>http://bojanpejic.com/installing-lamp-on-kubuntu-or-ubuntu/</link>
		<comments>http://bojanpejic.com/installing-lamp-on-kubuntu-or-ubuntu/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 12:06:22 +0000</pubDate>
		<dc:creator>bojan</dc:creator>
				<category><![CDATA[Apps and Software]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bojanpejic.com/?p=93</guid>
		<description><![CDATA[This post represents a small guide of how to setup your LAMP (Linux-Apache-MySQL-PHP) under Kubuntu (this works also for Ubuntu). Usually LAMP tutorials guide you to install one by one all the applications, that looks something like this: sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install mysql-server There is one more easy...]]></description>
			<content:encoded><![CDATA[<p>This post represents a small guide of how to setup your LAMP (Linux-Apache-MySQL-PHP) under Kubuntu (this works also for Ubuntu).</p>
<p>Usually LAMP tutorials guide you to install one by one all the applications, that looks something like this:</p>
<pre class="brush: plain;">
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install mysql-server
</pre>
<p>There is one more easy solution, and the only difference is that it installs all + some other packages for LAMP.</p>
<pre class="brush: plain;">
sudo apt-get install lamp-server^
</pre>
<p>When installation of new packages finishes you have you own LAMP setup! Test it entering <em>http://localhost</em> in your browser it should say It works!</p>
<h4>Tip #1</h4>
<p>For adding PhpMyAdmin execute the following command in console:</p>
<pre class="brush: plain;">
sudo apt-get install phpmyadmin
</pre>
<p>It is possible when you type in your browser <em>http://localhost/phpmyadmin/</em> that phpmyadmin don&#8217;t runs. Then you have to create a link in your www directory:</p>
<pre class="brush: plain;">
sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin
</pre>
<p>After doing this <em>http://localhost/phpmyadmin</em>/ should work now!</p>
<h4>Tip #2</h4>
<p>To have permissions to your www directory do following:</p>
<pre class="brush: plain;">
sudo chown username:username /var/www
</pre>
<h4>Tip #3</h4>
<p>Enable Apache mod_rewrite module and restart Apache for taking effects:</p>
<pre class="brush: plain;">
sudo a2enmod rewrite
sudo /etc/init.d/apache2 restart
</pre>
<p>You can enable or disable some other modules like this.</p>
<p>Now you have your LAMP up and the work can start :)</p>
]]></content:encoded>
			<wfw:commentRss>http://bojanpejic.com/installing-lamp-on-kubuntu-or-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Wubi to Install Kubuntu</title>
		<link>http://bojanpejic.com/using-wubi-to-install-kubuntu/</link>
		<comments>http://bojanpejic.com/using-wubi-to-install-kubuntu/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:30:47 +0000</pubDate>
		<dc:creator>bojan</dc:creator>
				<category><![CDATA[Apps and Software]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wubi]]></category>

		<guid isPermaLink="false">http://bojanpejic.com/?p=90</guid>
		<description><![CDATA[What is Wubi? Wubi is an officially supported Ubuntu installer for Windows users that can bring you to the Linux world with a single click. Wubi allows you to install and uninstall Ubuntu as any other Windows application, in a simple and safe way. Are you curious about Linux and Ubuntu? Trying them out has...]]></description>
			<content:encoded><![CDATA[<h3 style="text-align: left;">What is Wubi?</h3>
<blockquote style="text-align: left;"><p>Wubi is an officially supported Ubuntu installer for Windows users that can bring you to the Linux world with a single click. Wubi allows you to install and uninstall Ubuntu as any other Windows application, in a simple and safe way. Are you curious about Linux and Ubuntu? Trying them out has never been easier!</p></blockquote>
<h3 style="text-align: left;">Why to use it?</h3>
<p style="text-align: left;">If you&#8217;re new to Ubuntu and other Ubuntu based installations (Kubuntu, Xubuntu) this is a great way to play with it, and if you don&#8217;t like it you can easily remove it!</p>
<h3 style="text-align: left;">What do you need for start?</h3>
<p style="text-align: left;">You need a Kubuntu installation disc, which you can download from official <a href="http://releases.ubuntu.com/kubuntu/9.10/" target="_blank">Ubuntu</a> site or <a href="http://www.kubuntu.org/getkubuntu/download" target="_blank">Kubuntu.org</a>, you can chose there from 32-bit or 64-bit version. There are few alternatives, you can download it via FTP or torrent if you like that more.</p>
<p style="text-align: left;">On Kubuntu.org you have option to download only Wubi (~1.5Mb) and start install Kubuntu with it, but then it will download all the data (installation disc) from Internet. So, if you don&#8217;t have a good bandwith Internet I don&#8217;t recommend this.</p>
<h3 style="text-align: left;">Start installing</h3>
<p style="text-align: left;">After you downloaded your Kubuntu installation disc, you can burn it on CD or if you have a virtual drive mount in it. Now you have to run Wubi.exe (find on CD or through Windows Autoplay) which is in root of CD. A window will appear with Kubuntu CD menu and three option, you chose the second one from there <em>Install inside Windows</em>. After that it&#8217;ll appear a window which looks something like next picture.</p>
<div id="attachment_96" class="wp-caption aligncenter" style="width: 523px"><img class="size-full wp-image-96" title="wubi kubuntu" src="http://bojanpejic.com/wp-content/uploads/2009/12/wubi.png" alt="wubi-installer.org" width="513" height="397" /><p class="wp-caption-text">wubi-installer.org</p></div>
<p style="text-align: left;">Now you have to configure some options before you start you Kubuntu installation through Wubi installer. Chose your Installation Drive (it can be any partition which can Windows access), but it has minimum 12GB free space. Installation size is worth to set bigger if you want to install a bunch of programs and stuff, if you don&#8217;t you can leave on 8GB. Desktop Environment will be Kubuntu in our case. Set Language, Username and Password, click on Install and here it goes! It will copy some files and after that will ask to restart your system, and finish with whole installation after setting up more stuff (when installation finishes don&#8217;t forget to remove your install CD from drive).</p>
<p style="text-align: left;">After next restart you&#8217;ll see a boot menu which gives you option to chose which OS to start Windows or Kubuntu. You can now run your new Kubuntu OS :)</p>
<h3 style="text-align: left;">My <span id="result_box"><span style="background-color: #ffffff;" title="iskustvo">Experience</span></span></h3>
<p style="text-align: left;"><span><span style="background-color: #ffffff;" title="iskustvo">I&#8217;m using Kubuntu like this for about 2-3 weeks, and have to say I&#8217;m satisfied with it. Only I have to say there were few difficulties during the install. </span></span></p>
<p style="text-align: left;"><span><span style="background-color: #ffffff;" title="iskustvo">My first attempt was with Kubuntu 9.10, but after entering in it there was no wireless connection on notebook (Dell Inspiron 1525). I checked it, it recognized that I have wireless card, but I could not manage it or to connect on my home network. I didn&#8217;t have choice so I connected with LAN cable, and make all the updates/bug fixes for Kubuntu. After finished update and restart I was able to handle my WLAN connections.</span></span></p>
<p style="text-align: left;"><span><span style="background-color: #ffffff;" title="iskustvo">One more thing to pay attention is sound. If you don&#8217;t have any it&#8217;s worthy to check your KMix and run <em>alsamixer</em> from console. Be sure that is in alsamixer everything turned on (volume is on top and it&#8217;s not MM &#8211; muted). With &#8216;M&#8217; key you can change the values where you find it is MM.</span></span></p>
<p style="text-align: left;">For more detailed installation process and informations about Wubi visit <a href="http://wubi-installer.org" target="_blank">wubi-installer.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bojanpejic.com/using-wubi-to-install-kubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
