<?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>Digitivity &#187; Debian</title>
	<atom:link href="http://digitivity.org/tag/debian/feed" rel="self" type="application/rss+xml" />
	<link>http://digitivity.org</link>
	<description>The Digital Productivity Blog</description>
	<lastBuildDate>Sat, 24 Dec 2011 17:34:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Debian vs. Ubuntu Server</title>
		<link>http://digitivity.org/1137/debian-vs-ubuntu-server</link>
		<comments>http://digitivity.org/1137/debian-vs-ubuntu-server#comments</comments>
		<pubDate>Sat, 08 Oct 2011 18:58:58 +0000</pubDate>
		<dc:creator>Digitivity</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[killall]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[Upstart]]></category>

		<guid isPermaLink="false">http://digitivity.org/?p=1137</guid>
		<description><![CDATA[<p>Posted in <a href="http://digitivity.org/tumblog/articles">Articles</a></p>I was looking around for people&#8217;s opinions of running Debian vs. Ubuntu Server. A lot of people think there&#8217;s no reason to run Ubuntu because it&#8217;s just a derivative of Debian. One person has an actual difference between the two: Debian doesn&#8217;t have Upstart. Upstart is the init daemon which starts services, and restarts them [...]


Related posts:<ol><li><a href='http://digitivity.org/602/enabling-ctrlaltbackspace-to-kill-x-in-linux-and-ubuntu-gnome' rel='bookmark' title='Permanent Link: Enabling Ctrl+Alt+Backspace to Kill X in Linux and Ubuntu GNOME'>Enabling Ctrl+Alt+Backspace to Kill X in Linux and Ubuntu GNOME</a></li>
<li><a href='http://digitivity.org/943/how-to-install-google-skipfish-on-ubuntu-linux' rel='bookmark' title='Permanent Link: How to Install Google Skipfish on Ubuntu Linux'>How to Install Google Skipfish on Ubuntu Linux</a></li>
<li><a href='http://digitivity.org/848/ubuntu-gnome-panel-doesnt-autohide-solution' rel='bookmark' title='Permanent Link: Ubuntu GNOME Panel Doesn&#8217;t AutoHide [SOLUTION]'>Ubuntu GNOME Panel Doesn&#8217;t AutoHide [SOLUTION]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was looking around for people&#8217;s opinions of running Debian vs. Ubuntu Server. A lot of people think there&#8217;s no reason to run Ubuntu because it&#8217;s just a derivative of Debian.</p>
<p><a href="http://geekyschmidt.com/2011/03/11/debian-server-vs-ubuntu-server">One person</a> has an actual difference between the two: Debian doesn&#8217;t have Upstart. Upstart is the init daemon which starts services, and restarts them if they die. I find it incredibly useful.</p>
<p>Note that Debian 6 does have the <tt>service</tt> command, which is a lot easier to type than something out of <tt>/etc/init.d</tt>.</p>
<p>Also, the default Debian install seems to leave a little lacking as far as usability. For example, <tt>man</tt> doesn&#8217;t stop when you page to the end. Rather it falls off the bottom like Solaris, which is annoying.</p>
<p>And then there&#8217;s little stuff like no <tt>killall</tt> command. There&#8217;s <tt>kill</tt>, and there&#8217;s <tt>killall5</tt>, which kills all processes, not exactly what you want when you want to kill a process by name.</p>
<p>So after some experimenting with Debian, I&#8217;m back to Ubuntu.</p>


<p>Related posts:<ol><li><a href='http://digitivity.org/602/enabling-ctrlaltbackspace-to-kill-x-in-linux-and-ubuntu-gnome' rel='bookmark' title='Permanent Link: Enabling Ctrl+Alt+Backspace to Kill X in Linux and Ubuntu GNOME'>Enabling Ctrl+Alt+Backspace to Kill X in Linux and Ubuntu GNOME</a></li>
<li><a href='http://digitivity.org/943/how-to-install-google-skipfish-on-ubuntu-linux' rel='bookmark' title='Permanent Link: How to Install Google Skipfish on Ubuntu Linux'>How to Install Google Skipfish on Ubuntu Linux</a></li>
<li><a href='http://digitivity.org/848/ubuntu-gnome-panel-doesnt-autohide-solution' rel='bookmark' title='Permanent Link: Ubuntu GNOME Panel Doesn&#8217;t AutoHide [SOLUTION]'>Ubuntu GNOME Panel Doesn&#8217;t AutoHide [SOLUTION]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://digitivity.org/1137/debian-vs-ubuntu-server/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>How to Restrict Users to SFTP Only Instead of SSH</title>
		<link>http://digitivity.org/979/how-to-restrict-users-to-sftp-only-instead-of-ssh</link>
		<comments>http://digitivity.org/979/how-to-restrict-users-to-sftp-only-instead-of-ssh#comments</comments>
		<pubDate>Fri, 25 Mar 2011 13:45:00 +0000</pubDate>
		<dc:creator>Digitivity</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://digitivity.org/979/how-to-restrict-users-to-sftp-only-instead-of-ssh</guid>
		<description><![CDATA[<p>Posted in <a href="http://digitivity.org/tumblog/links">Links</a></p><p><a href="http://www.debian-administration.org/articles/94" rel="bookmark" title="How to Restrict Users to SFTP Only Instead of SSH" target="_blank">http://www.debian-administration.org/articles/94</a></p>To give users upload ability without the ability to run commands. Related posts:RedHat Relents on Fedora Software Installation Policy RedHat&#8217;s Fedora 12 Lets Users Install Software Without Root with PolicyKit How to Log in to a Webserver Without a Password Using SSH Public Keys on Ubuntu


Related posts:<ol><li><a href='http://digitivity.org/315/redhat-relents-on-fedora-software-installation-policy' rel='bookmark' title='Permanent Link: RedHat Relents on Fedora Software Installation Policy'>RedHat Relents on Fedora Software Installation Policy</a></li>
<li><a href='http://digitivity.org/310/redhats-fedora-12-lets-users-install-software-without-root-with-policykit' rel='bookmark' title='Permanent Link: RedHat&#8217;s Fedora 12 Lets Users Install Software Without Root with PolicyKit'>RedHat&#8217;s Fedora 12 Lets Users Install Software Without Root with PolicyKit</a></li>
<li><a href='http://digitivity.org/417/how-to-login-server-without-passwordless-using-ssh-public-key-ubuntu' rel='bookmark' title='Permanent Link: How to Log in to a Webserver Without a Password Using SSH Public Keys on Ubuntu'>How to Log in to a Webserver Without a Password Using SSH Public Keys on Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To give users upload ability without the ability to run commands.</p>


<p>Related posts:<ol><li><a href='http://digitivity.org/315/redhat-relents-on-fedora-software-installation-policy' rel='bookmark' title='Permanent Link: RedHat Relents on Fedora Software Installation Policy'>RedHat Relents on Fedora Software Installation Policy</a></li>
<li><a href='http://digitivity.org/310/redhats-fedora-12-lets-users-install-software-without-root-with-policykit' rel='bookmark' title='Permanent Link: RedHat&#8217;s Fedora 12 Lets Users Install Software Without Root with PolicyKit'>RedHat&#8217;s Fedora 12 Lets Users Install Software Without Root with PolicyKit</a></li>
<li><a href='http://digitivity.org/417/how-to-login-server-without-passwordless-using-ssh-public-key-ubuntu' rel='bookmark' title='Permanent Link: How to Log in to a Webserver Without a Password Using SSH Public Keys on Ubuntu'>How to Log in to a Webserver Without a Password Using SSH Public Keys on Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://digitivity.org/979/how-to-restrict-users-to-sftp-only-instead-of-ssh/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: digitivity.org @ 2013-06-18 15:24:32 -->