<?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 &#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>Sat, 04 Feb 2012 20:10:18 +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>JeOS: Installing mutt without an Internet connection</title>
		<link>http://www.networknet.nl/apps/wp/archives/797</link>
		<comments>http://www.networknet.nl/apps/wp/archives/797#comments</comments>
		<pubDate>Mon, 11 May 2009 14:59:34 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[JeOS]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=797</guid>
		<description><![CDATA[I needed to install mutt on my JeOS virtual machine. The system had no Internet connectivity because the machine is sitting behind internal firewall. Mutt is handy little tool for scripting and it allows you attach your files. The files can anything, I will use this tool to email me my mysql database dumps. Download the .deb files: http://packages.ubuntu.com/hardy/i386/mutt/download http://packages.ubuntu.com/hardy/i386/mutt-patched/download Copy the installation files and install them: dpkg -i mutt_1.5.17+20080114-1ubuntu1_i386.deb dpkg -i mutt-patched_1.5.17+20080114-1ubuntu1_i386.deb The following line I scheduled to email me the mysql dump.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/797/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JeOS: how to install missing crontab?</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/wp2/?p=749</guid>
		<description><![CDATA[While working with my Ubunu JeOS 8.04 virtual machine I found out that crontab was missing. Crontab was not included by default. Crontab is the linux scheduler to run things on specific times you define. Oeps seems crontab is missing on my system. How to install crontab on Ubuntu JeOS? sudo apt-get install cron]]></description>
		<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/wp2/?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 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. See my worklog how I got the module configured and working with Ubuntu JeOS 8.04 and Apache2: sudo a2enmod rewrite sudo nano /etc/apache2/sites-enabled/000-default Change AllowOverride None to AllowOverride All for &#60;Directory /&#62; and &#60;Directory /var/www/&#62; sudo /etc/init.d/apache2 restart to restart Apache2 services That&#8217;s it!]]></description>
		<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/wp2/?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 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.   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. To fix this problem run the following command: sudo rm /etc/udev/rules.d/70-persistent-net.rules Reboot and the problem has been solved. This issue is not documented and part of the JeOS 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.]]></description>
		<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/wp2/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 Nero Burning Rom. sudo dpkg -i nerolinux-3.5.1.0-x86_64.deb Go to Applications / Sound &#38; Video/ Nero Linux and start the burning solution. Pretty straight forward; right? Think about when installing Nero on Windows . First we have this 100MB+ installation source and than install the complete suite of tools; with Linux installation I get what I want.]]></description>
		<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/wp2/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 sender from sending this message to this recipient, see message bus configuration file&#8230;. 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 https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/242186, 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. 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:sudo fdisk -l Create new folder in /mnt/ named sda1 and manually mount the volume. sudo mount -t ntfs-3g /dev/sda1 /mnt/sda1 -o force 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. /dev/sda1&#160;&#160;&#160; /mnt/sda1&#160;&#160;&#160; ntfs nls=utf8,umask=0222 0 0/dev/sdb1&#160;&#160;&#160; /mnt/sdb1&#160;&#160;&#160; ntfs nls=utf8,umask=0222 0 0/dev/sdc1&#160;&#160;&#160; /mnt/sdc1&#160;&#160;&#160; ntfs nls=utf8,umask=0222 0 0]]></description>
		<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/wp2/archives/456</guid>
		<description><![CDATA[I am using the following CSS font-family setting for my Networknet.nl blog: When opening my blog on Firefox browser running on a Linux machine, the font setting of my blog is looking different; font style is not corresponding with my CSS style sheet. Why is Firefox running on Linux showing different Lucida Grande font? My Ubuntu machine has no Lucida Grande font installed. By default common Windows Fonts are not installed on Linux and some of them can be installed afterwards. After installing the msttcorefonts package I was still missing the Lucida Grande font. The msttcorefonts contain the following fonts: This Windows font package can be installed running the following command line. I found a related post on the Internet how to get the Lucida Grande font working, for that I was forced to install wine and safari applications on my Linux machine. If you own a Windows installation then this job is easier, please go to your C:\Windows\Fonts directory, copy the fonts and place them /usr/share/fonts/ttf folder on your Linux machine. Don’t forget to get them loaded on the Linux system. After restarting Firefox my blog was pretty much same looking as on Windows. Font setting is looking OK now, but still some things to do with spacing. Anyway this is how I quickly got my Windows fonts on Ubuntu Desktop 8.04 desktop machine. Related links http://packages.debian.org/stable/x11/msttcorefonts http://www.convexhull.com/mandrake_fonts.html http://avi.alkalay.net/linux/docs/font-howto/Font.html]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/456/feed</wfw:commentRss>
		<slash:comments>4</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/wp2/?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 Installer. Please remove them then run this installer again. vmnet vmhgfs vmblock vmmon Execution aborted.&#160; 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. 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&#160; That&#8217;s all. Rerun the install script.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/445/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

