<?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>Networknet.nl Blog &#187; Ubuntu</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/category/opensource/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Mon, 05 Jul 2010 17:50:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ubuntu: JeOS 8.04 crontab missing</title>
		<link>http://www.networknet.nl/apps/wp/archives/749</link>
		<comments>http://www.networknet.nl/apps/wp/archives/749#comments</comments>
		<pubDate>Thu, 19 Mar 2009 21:17:31 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[JeOS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=749</guid>
		<description><![CDATA[While working with my Ubunu JeOS 8.04 appliance I found out that crontab was missing and not included with default installation . Crontab is linux scheduler to run things on specific times you define. Cron is a daemon used for scheduling tasks to be executed at a certain time. Each user has a crontab file, [...]]]></description>
			<content:encoded><![CDATA[<p><a class="flickr-image alignleft" title="Ubuntu Logo" href="http://www.flickr.com/photos/ivan1980/3338306000/"><img src="http://farm4.static.flickr.com/3413/3338306000_cd97e320e7_o.png" alt="Ubuntu Logo" /></a>While working with my Ubunu JeOS 8.04 appliance I found out that crontab was missing and not included with default installation . Crontab is linux scheduler to run things on specific times you define.</p>
<blockquote>
<p class="line874">Cron is a daemon used for scheduling tasks to be executed at a  certain time. Each user has a crontab file, allowing them to specify actions and  times that they should be executed. There is also a system crontab, allowing  tasks such as log rotation and locate database updating to be done regularly.  Read more <a href="https://help.ubuntu.com/community/CronHowto" target="_blank">here</a>.</p>
</blockquote>
<p>-bash: crontab: command not found <img src='http://www.networknet.nl/apps/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Oeps seems it is missing on my vm. </p>
<p><img src="http://farm4.static.flickr.com/3462/3368174801_fd363d5351.jpg" alt="Ubuntu JeOS Crontab" width="500" height="330" /></p>
<p>To install it run:</p>
<ul>
<li>sudo apt-get install cron</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/749/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: JeOS mod_rewrite Apache2</title>
		<link>http://www.networknet.nl/apps/wp/archives/736</link>
		<comments>http://www.networknet.nl/apps/wp/archives/736#comments</comments>
		<pubDate>Wed, 11 Mar 2009 16:56:16 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[JeOS]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=736</guid>
		<description><![CDATA[While building, configuring and testing my virtual machine based on Ubuntu JeOS 8.04 I encountered the problem with mod_rewrite module. I migrated one of my WordPress blogs to this new vm and tried to get it working. Main page and admin area worked fine; but when opening subpages or any other area of the blog [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://farm4.static.flickr.com/3413/3338306000_cd97e320e7_o.png" alt="Ubuntu Logo" width="202" height="55" />While building, configuring and testing my virtual machine based on Ubuntu JeOS 8.04 I encountered the problem with mod_rewrite module. I migrated one of my WordPress blogs to this new vm and tried to get it working. Main page and admin area worked fine; but when opening subpages or any other area of the blog I got page could not be displayed.  I figured out after checking .htaccess and reconfiguring options in WordPress than rewriting was not working with Apache2 webserver.</p>
<p>See my worklog how I got the module configured and working with Ubuntu JeOS 8.04 and Apache2:</p>
<ul>
<li>sudo a2enmod rewrite</li>
<li>sudo nano /etc/apache2/sites-enabled/000-default</li>
<li>Change AllowOverride None to AllowOverride All for &lt;Directory /&gt; and &lt;Directory /var/www/&gt;<a class="flickr-image alignnone" title="apache2 mod_rewrite 000-default" href="http://www.flickr.com/photos/ivan1980/3347264944/"><img src="http://farm4.static.flickr.com/3622/3347264944_61b6740fc8_o.jpg" alt="apache2 mod_rewrite 000-default" /></a></li>
<li>sudo /etc/init.d/apache2 restart to restart Apache2 services</li>
</ul>
<p>That&#8217;s it!</p>
<ul></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/736/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: JeOS vm clone and Network</title>
		<link>http://www.networknet.nl/apps/wp/archives/730</link>
		<comments>http://www.networknet.nl/apps/wp/archives/730#comments</comments>
		<pubDate>Sun, 08 Mar 2009 15:20:12 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[JeOS]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nic]]></category>
		<category><![CDATA[not]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[shown]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=730</guid>
		<description><![CDATA[I am creating and configuring virtual appliances for ESX server with Ubuntu JeOS 8.04 server release. When you create something it is always good to test what you created. I finshed one of my JeOS virtual machines running with ESX server and cloned the JeOS virtual machine.  JeOS appliance was booted and I logged on. A bash script run [...]]]></description>
			<content:encoded><![CDATA[<p><a class="flickr-image alignnone" title="Ubuntu Logo" href="http://www.flickr.com/photos/ivan1980/3338306000/"><img class="alignleft" src="http://farm4.static.flickr.com/3413/3338306000_cd97e320e7_o.png" alt="Ubuntu Logo" /></a>I am creating and configuring virtual appliances for ESX server with Ubuntu JeOS 8.04 server release. When you create something it is always good to test what you created.</p>
<p>I finshed one of my JeOS virtual machines running with ESX server and cloned the JeOS virtual machine.  JeOS appliance was booted and I logged on. A bash script run to change default passwords and SSH server was re-installed to generate SSH keys; immediately after apt-get tried to install SSH server I got an error and script stopped. I run ifconfig and saw no ethernet interface on Eth0 or Eth1.</p>
<p><a class="flickr-image alignnone" title="JeOS nic issue" href="http://www.flickr.com/photos/ivan1980/3337486123/"><img src="http://farm4.static.flickr.com/3596/3337486123_6377718bea.jpg" alt="JeOS nic issue" /></a> </p>
<p>The OS did not active the eth0 interface because virtual machine has been cloned and new MAC address assigned to the network interface. In network scripts only eth0 has been enabled and set for DHCP. Open file /etc/udev/rules.d/70-persistent-net.rules to see the problem where two network interfaces are shows with diffrent MAC addresses.</p>
<p>To fix this problem run the following command:</p>
<ul>
<li>sudo rm /etc/udev/rules.d/70-persistent-net.rules</li>
</ul>
<p>Reboot and the problem has been solved. This issue is not documented and part of the <a href="https://help.ubuntu.com/community/JeOS" target="_blank">JeOS</a> documentation yet.  I hope this post will help you out there. Credit goes to &#8220;oneloveamaru&#8221; who helped me in the right direction for finding a solution on my problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/730/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nero 3 Linux Ubuntu 8.04</title>
		<link>http://www.networknet.nl/apps/wp/archives/458</link>
		<comments>http://www.networknet.nl/apps/wp/archives/458#comments</comments>
		<pubDate>Sun, 29 Jun 2008 17:57:09 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Nero]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/458</guid>
		<description><![CDATA[Since two weeks I am becoming Ubuntu fan and I am missing some of my windows applications. Nero is one of those and thanks to Nero they ported their burning solution for Linux also. Download the trial from Nero.com website here. Start a  new terminal session and run dpkg to install the Linux version of [...]]]></description>
			<content:encoded><![CDATA[<p>Since two weeks I am becoming Ubuntu fan and I am missing some of my windows applications. Nero is one of those and thanks to Nero they ported their burning solution for Linux also. Download the trial from Nero.com website <a href="http://www.nero.com/eng/downloads-linux3-trial.php" target="_blank">here</a>.</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.networknet.nl/apps/wp/wp-content/uploads/Nero3LinuxUbuntu8.04_11796/image.png" border="0" alt="image" width="644" height="395" /></p>
<p>Start a  new terminal session and run dpkg to install the Linux version of Nero Burning Rom.</p>
<div class="terminal">sudo dpkg -i nerolinux-3.5.1.0-x86_64.deb</div>
<p>Go to Applications / Sound &amp; Video/ Nero Linux and start the burning solution.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/Nero3LinuxUbuntu8.04_11796/image_3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.networknet.nl/apps/wp/wp-content/uploads/Nero3LinuxUbuntu8.04_11796/image_thumb.png" border="0" alt="image" width="544" height="381" /></a></p>
<p><a rel="lightbox[nero]" href="http://www.networknet.nl/apps/wp/wp-content/uploads/Nero3LinuxUbuntu8.04_11796/image_4.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.networknet.nl/apps/wp/wp-content/uploads/Nero3LinuxUbuntu8.04_11796/image_thumb_3.png" border="0" alt="image" width="626" height="484" /></a></p>
<p>Pretty straight forward; right? Think about when installing Nero on Windows <img src='http://www.networknet.nl/apps/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . First we have this 100MB+ installation source and than install the complete suite of tools; with Linux installation I get what I want.</p>
<p><span id="more-458"></span><br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-7122542636212058";
/* 468x60, created 4/15/08 */
google_ad_slot = "5573942962";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/458/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Desktop 8.0.4 Cannot mount device</title>
		<link>http://www.networknet.nl/apps/wp/archives/457</link>
		<comments>http://www.networknet.nl/apps/wp/archives/457#comments</comments>
		<pubDate>Sat, 28 Jun 2008 19:01:11 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/457</guid>
		<description><![CDATA[After installing the latest updates and reboot the auto mount feature for Windows NTFS volumes and my USB disk drive failed. If you open File Browser and try to open one of your harddisks you may have same problem as I did. Cannot mount volume. Error org.freedesktop.DBus.Error.AccessDenied. Details A security policy in place prevents this [...]]]></description>
			<content:encoded><![CDATA[<p>After installing the latest updates and reboot the auto mount feature for Windows NTFS volumes and my USB disk drive failed. If you open File Browser and try to open one of your harddisks you may have same problem as I did.</p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="352" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/UbuntuDesktop8.0.4Cannotmountdevice_11FD6/image.png" width="421" border="0"> </p>
<blockquote><p>Cannot mount volume. Error org.freedesktop.DBus.Error.AccessDenied. Details A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file&#8230;.</p>
</blockquote>
<p>I reboot the machine couple times; tried to find a solution though google but no real work around for this problem. I found one specific bug published for adding additional host in hosts file <a title="https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/242186" href="https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/242186">https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/242186</a>, because /var/log/daemon.log was filling up with Jun 28 17:46:56 workstation1 console-kit-daemon[5892]: WARNING: Failed to acquire org.freedesktop.ConsoleKit events. </p>
<p>I got frustrated in getting my personal share online. The folder was sitting in one of my 500GB SATA disk. Right click and choosing mount volume did also fail. I opened a terminal and started to query my physical disks with:</p>
<div class="terminal">sudo fdisk -l</div>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="214" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/UbuntuDesktop8.0.4Cannotmountdevice_11FD6/image_3.png" width="628" border="0"> </p>
<p>Create new folder in /mnt/ named sda1 and manually mount the volume. </p>
<p>
<div class="terminal">sudo mount -t ntfs-3g /dev/sda1 /mnt/sda1 -o force</div>
</p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="93" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/UbuntuDesktop8.0.4Cannotmountdevice_11FD6/image_4.png" width="626" border="0"> </p>
<p>If you want to have the volumes automatically mount after each time you reboot than you need to add additional entries in /etc/fstab. The following lines were added in my fstab configuration. Make sure the folders are created in /mnt.</p>
<div class="terminal">/dev/sda1&nbsp;&nbsp;&nbsp; /mnt/sda1&nbsp;&nbsp;&nbsp; ntfs nls=utf8,umask=0222 0 0<br />/dev/sdb1&nbsp;&nbsp;&nbsp; /mnt/sdb1&nbsp;&nbsp;&nbsp; ntfs nls=utf8,umask=0222 0 0<br />/dev/sdc1&nbsp;&nbsp;&nbsp; /mnt/sdc1&nbsp;&nbsp;&nbsp; ntfs nls=utf8,umask=0222 0 0</div>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/457/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lucida Grande and Linux Ubuntu Desktop 8.0.4</title>
		<link>http://www.networknet.nl/apps/wp/archives/456</link>
		<comments>http://www.networknet.nl/apps/wp/archives/456#comments</comments>
		<pubDate>Sat, 28 Jun 2008 15:05:30 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lucida]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/456</guid>
		<description><![CDATA[I am using the following CSS font-family setting for Networknet.nl font-family:&#8221;Lucida Grande&#8221;, &#8220;Lucida Sans Unicode&#8221;, Helvetica, Arial, sans-serif;. When opening Networknet.nl blog on a Linux machine Firefox displays my blog as show below; the fonts are not corresponding with my style sheet. Why ? My Ubuntu has no Lucida Grande fonts installed. Common Windows Fonts [...]]]></description>
			<content:encoded><![CDATA[<p>I am using the following CSS font-family setting for Networknet.nl font-family:&#8221;Lucida Grande&#8221;, &#8220;Lucida Sans Unicode&#8221;, Helvetica, Arial, sans-serif;. When opening Networknet.nl blog on a Linux machine Firefox displays my blog as show below; the fonts are not corresponding with my style sheet. Why <img src='http://www.networknet.nl/apps/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ? My Ubuntu has no Lucida Grande fonts installed. Common Windows Fonts are not installed by default&nbsp; on Linux and some can be installed afterwards. After installing the msttcorefonts package I was&nbsp; still missing the Lucida Grande.
<p>The msttcorefonts contain the following fonts:
<ul>
<li>Andale Mono
<li>Arial Black
<li>Arial (Bold, Italic, Bold Italic)
<li>Comic Sans MS (Bold)
<li>Courier New (Bold, Italic, Bold Italic)
<li>Georgia (Bold, Italic, Bold Italic)
<li>Impact
<li>Times New Roman (Bold, Italic, Bold Italic)
<li>Trebuchet (Bold, Italic, Bold Italic)
<li>Verdana (Bold, Italic, Bold Italic)
<li>Webdings</li>
</ul>
<p>These can be installed with running sudo apt-get install msttcorefonts .
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="325" alt="clip_image001" src="http://www.networknet.nl/apps/wp/wp-content/uploads/LucidaGrandeandLinuxUbuntuDesktop8.0.4_EFD2/clip_image001.png" width="644" border="0"></p>
<p>I found a good <a href="http://www.x2b4.com/2007/06/15/real-use-of-safari-on-windows-nice-fonts-on-your-linux-box/" target="_blank">post</a> how to get the Lucida Grande font but than I was forced to install wine and safari applications. If you own a Windows installation and than you can copy the fonts from your C:\Windows\Fonts directory and place them /usr/share/fonts/ttf and that&#8217;s what I did.
<p>Don’t forget to get them configured. Run sudo dpkg-reconfigure fontconfig. After restarting Firefox my blog was pretty much as on Windows.
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/LucidaGrandeandLinuxUbuntuDesktop8.0.4_EFD2/clip_image002.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="341" alt="clip_image002" src="http://www.networknet.nl/apps/wp/wp-content/uploads/LucidaGrandeandLinuxUbuntuDesktop8.0.4_EFD2/clip_image002_thumb.png" width="644" border="0"></a></p>
<p>Font is OK now, but still some things with spacing. Anyway this is how I quickly got my Windows fonts on Ubuntu Desktop 8.04 desktop machine.
<p>Some links for Linux and Fonts
<p><a href="http://packages.debian.org/stable/x11/msttcorefonts">http://packages.debian.org/stable/x11/msttcorefonts</a>
<p><a href="http://www.convexhull.com/mandrake_fonts.html">http://www.convexhull.com/mandrake_fonts.html</a>
<p><a href="http://avi.alkalay.net/linux/docs/font-howto/Font.html">http://avi.alkalay.net/linux/docs/font-howto/Font.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/456/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu JeOS 7.10 VMWare Tools installing issue</title>
		<link>http://www.networknet.nl/apps/wp/archives/445</link>
		<comments>http://www.networknet.nl/apps/wp/archives/445#comments</comments>
		<pubDate>Thu, 22 May 2008 15:41:10 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[aborted]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[vmware-install.pl]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=445</guid>
		<description><![CDATA[Today I hit my first problem when creating a new JeOS virtual appliance based on Ubuntu. After I mount and extract the VMWare tools; I tried to run the ./vmware-install.pl script and got the warning below. /tmp/vmware-tools-distrib/vmware-config.pl The following VMware kernel modules have been found on your system that were not installed by the VMware [...]]]></description>
			<content:encoded><![CDATA[<p>Today I hit my first problem when creating a new JeOS virtual appliance based on Ubuntu. After I mount and extract the VMWare tools; I tried to run the ./vmware-install.pl script and got the warning below.</p>
<blockquote><pre>/tmp/vmware-tools-distrib/vmware-config.pl
The following VMware kernel modules have been found on your system that were
not installed by the VMware Installer.  Please remove them then run this
installer again.

vmnet
vmhgfs
vmblock
vmmon

Execution aborted.</pre>
<pre>&nbsp;</pre>
</blockquote>
<p>I did not install any VMWare tools before, but somehow these VMWare modules were included in the ubuntu-7.10-jeos-i386.iso file. Go to following directory and remove the mentioned directories.</p>
<blockquote><pre>cd /lib/modules/2.6.22-14-virtual/ubuntu
ls
sudo rm -r vmnet/
sudo rm -r vmhgfs
sudo rm -r vmblock
sudo rm -r vmmon</pre>
<pre>&nbsp;</pre>
</blockquote>
<p>That&#8217;s all. Rerun the install script.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/445/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
