<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for www.swedcore.net</title>
	<atom:link href="http://www.swedcore.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.swedcore.net</link>
	<description>HowTos &#38; Tips for Ubuntu, FreeBSD, Zimbra, VirtualBox, Windows 2008 Core and more</description>
	<lastBuildDate>Sun, 20 Jun 2010 11:34:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Zimbra OSE backup script by soulskater</title>
		<link>http://www.swedcore.net/?p=17&#038;cpage=2#comment-136</link>
		<dc:creator>soulskater</dc:creator>
		<pubDate>Sun, 20 Jun 2010 11:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.swedcore.net/wordpress/?p=17#comment-136</guid>
		<description>Just want to says thanks for all your comments here regarding this script. They have been invaluable to me and the shaping of this script.

I will still develop this script but on a new site called oSource Development and hope you will rejoin me there and continue to support this script.

Please visit oSource Development for further information regarding this script. There is a new version available over there for you to download and use with a lot of improvements.

http://dev.osource.se/

/Marcus Uddenhed</description>
		<content:encoded><![CDATA[<p>Just want to says thanks for all your comments here regarding this script. They have been invaluable to me and the shaping of this script.</p>
<p>I will still develop this script but on a new site called oSource Development and hope you will rejoin me there and continue to support this script.</p>
<p>Please visit oSource Development for further information regarding this script. There is a new version available over there for you to download and use with a lot of improvements.</p>
<p><a href="http://dev.osource.se/" rel="nofollow">http://dev.osource.se/</a></p>
<p>/Marcus Uddenhed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zimbra OSE backup script by soulskater</title>
		<link>http://www.swedcore.net/?p=17&#038;cpage=2#comment-135</link>
		<dc:creator>soulskater</dc:creator>
		<pubDate>Tue, 09 Mar 2010 19:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.swedcore.net/wordpress/?p=17#comment-135</guid>
		<description>Hi,

There is development of the script even tho it is in a slow phase right now.

The diff backup is for the moment a kinda ugly diff backup, what it does is to compare a backup version with the live and then copies the changed files to the backup version still making it a full backup, it is in an overhaul to only contain the diff files and making it much smaller.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>There is development of the script even tho it is in a slow phase right now.</p>
<p>The diff backup is for the moment a kinda ugly diff backup, what it does is to compare a backup version with the live and then copies the changed files to the backup version still making it a full backup, it is in an overhaul to only contain the diff files and making it much smaller.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zimbra OSE backup script by Guru4hp</title>
		<link>http://www.swedcore.net/?p=17&#038;cpage=2#comment-134</link>
		<dc:creator>Guru4hp</dc:creator>
		<pubDate>Tue, 09 Mar 2010 07:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.swedcore.net/wordpress/?p=17#comment-134</guid>
		<description>Hi to all !
Is there some progress in development of diff option ? I have noticed, that diff backup is same size as my full backup, and that is for me problem, because, as I have calculated, my diff daily is not more that 50 to 70MB, and my dedicated space on backup server is for 4 full backups + 24 * diff on the month.

By that diff command is not working for me what I have planned ...

Thx for help ... !</description>
		<content:encoded><![CDATA[<p>Hi to all !<br />
Is there some progress in development of diff option ? I have noticed, that diff backup is same size as my full backup, and that is for me problem, because, as I have calculated, my diff daily is not more that 50 to 70MB, and my dedicated space on backup server is for 4 full backups + 24 * diff on the month.</p>
<p>By that diff command is not working for me what I have planned &#8230;</p>
<p>Thx for help &#8230; !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu server 8.04(Hardy Heron) with X by soulskater</title>
		<link>http://www.swedcore.net/?p=31&#038;cpage=1#comment-129</link>
		<dc:creator>soulskater</dc:creator>
		<pubDate>Sat, 16 Jan 2010 19:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.swedcore.net/?p=31#comment-129</guid>
		<description>Hi, thanks.

To set default runlevel on your system you must edit /etc/inittab

# The default runlevel.

id:5:initdefault:

You’d change the ‘5′ to a ‘3′. Next time you reboot, your system will start in runlevel 3. There will be no display manager running in runlevel 3, because you turned it off. Therefore, runlevel 3 will become text only, and it will be the default. If that’s what you want to do.

I haven&#039;t tested this myself so be careful when doing it.

To start graphical without reboot you should be able to write startx in the CLI.

For more explanation of runlevels se this page:
http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html

/Marcus</description>
		<content:encoded><![CDATA[<p>Hi, thanks.</p>
<p>To set default runlevel on your system you must edit /etc/inittab</p>
<p># The default runlevel.</p>
<p>id:5:initdefault:</p>
<p>You’d change the ‘5′ to a ‘3′. Next time you reboot, your system will start in runlevel 3. There will be no display manager running in runlevel 3, because you turned it off. Therefore, runlevel 3 will become text only, and it will be the default. If that’s what you want to do.</p>
<p>I haven&#8217;t tested this myself so be careful when doing it.</p>
<p>To start graphical without reboot you should be able to write startx in the CLI.</p>
<p>For more explanation of runlevels se this page:<br />
<a href="http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html" rel="nofollow">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html</a></p>
<p>/Marcus</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu server 8.04(Hardy Heron) with X by rusty</title>
		<link>http://www.swedcore.net/?p=31&#038;cpage=1#comment-128</link>
		<dc:creator>rusty</dc:creator>
		<pubDate>Fri, 15 Jan 2010 20:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.swedcore.net/?p=31#comment-128</guid>
		<description>I like to boot to CLI and only start the gui when needed. What change can I make for it to work like that?

Thanks for a great howto.</description>
		<content:encoded><![CDATA[<p>I like to boot to CLI and only start the gui when needed. What change can I make for it to work like that?</p>
<p>Thanks for a great howto.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Zimbra 5.0.x on Ubuntu server 7.10 by Bambo01</title>
		<link>http://www.swedcore.net/?p=13&#038;cpage=1#comment-126</link>
		<dc:creator>Bambo01</dc:creator>
		<pubDate>Mon, 11 Jan 2010 09:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.swedcore.net/wordpress/?p=13#comment-126</guid>
		<description>Good job! It may be helpful in the process of studying ubuntu so I&#039;ve scrape it using scrapebook(firefox addon). Can you recommend any books about ubuntu for me? yeah, I am a noob of ubuntu. :D thanks in advance!</description>
		<content:encoded><![CDATA[<p>Good job! It may be helpful in the process of studying ubuntu so I&#8217;ve scrape it using scrapebook(firefox addon). Can you recommend any books about ubuntu for me? yeah, I am a noob of ubuntu. <img src='http://www.swedcore.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter &amp; On The Road by Scot Rhine</title>
		<link>http://www.swedcore.net/?p=243&#038;cpage=1#comment-125</link>
		<dc:creator>Scot Rhine</dc:creator>
		<pubDate>Wed, 06 Jan 2010 18:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.swedcore.net/?p=243#comment-125</guid>
		<description>crucial post , really good perspective on the subject and very well written, this certainly has put a spin on my day, umpteen thanks from the UK and sustain the good work.</description>
		<content:encoded><![CDATA[<p>crucial post , really good perspective on the subject and very well written, this certainly has put a spin on my day, umpteen thanks from the UK and sustain the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter &amp; On The Road by soulskater</title>
		<link>http://www.swedcore.net/?p=243&#038;cpage=1#comment-124</link>
		<dc:creator>soulskater</dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.swedcore.net/?p=243#comment-124</guid>
		<description>Hi.

Cannot really agree that a lot of people is following me, 2 is quite a low number...

No money involved here all done on my free time.</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>Cannot really agree that a lot of people is following me, 2 is quite a low number&#8230;</p>
<p>No money involved here all done on my free time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter &amp; On The Road by Jonathan Bircher</title>
		<link>http://www.swedcore.net/?p=243&#038;cpage=1#comment-123</link>
		<dc:creator>Jonathan Bircher</dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.swedcore.net/?p=243#comment-123</guid>
		<description>Is it true that people pay you after you have so many followers on Twitter?</description>
		<content:encoded><![CDATA[<p>Is it true that people pay you after you have so many followers on Twitter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zimbra OSE backup script by Andre</title>
		<link>http://www.swedcore.net/?p=17&#038;cpage=2#comment-122</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Sun, 22 Nov 2009 22:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.swedcore.net/wordpress/?p=17#comment-122</guid>
		<description>I just realised my diff backups are taking 18min and the full backups 30min! :-o</description>
		<content:encoded><![CDATA[<p>I just realised my diff backups are taking 18min and the full backups 30min! <img src='http://www.swedcore.net/wp-includes/images/smilies/icon_surprised.gif' alt=':-o' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
