<?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>mim.Armand &#187; 1and1.fr</title>
	<atom:link href="http://armand.eu/blog/tag/1and1-fr/feed/" rel="self" type="application/rss+xml" />
	<link>http://armand.eu/blog</link>
	<description>Artist, inventor and developer!</description>
	<lastBuildDate>Wed, 24 Jun 2015 12:02:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>1and1&#8217;s version of version control systemes (like git)!</title>
		<link>http://armand.eu/blog/1and1s-version-of-version-control-systemes-like-git/</link>
		<comments>http://armand.eu/blog/1and1s-version-of-version-control-systemes-like-git/#comments</comments>
		<pubDate>Mon, 02 Jun 2014 13:30:27 +0000</pubDate>
		<dc:creator><![CDATA[mim]]></dc:creator>
				<category><![CDATA[Complains]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[1and1.fr]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gitlab]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[installing git on 1and1]]></category>
		<category><![CDATA[installing gitlab on 1and1 server]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[super user]]></category>
		<category><![CDATA[why 1and1 sucks]]></category>

		<guid isPermaLink="false">http://armand.eu/blog/?p=15</guid>
		<description><![CDATA[&#160; It is just ridiculous! 1and1 is advertising preinstalled git SCM on their shared servers now for a while, but their version of this version control system is just unbelievably nonsensical (even sometimes stupid!)! Problems with 1&#38;1: there would be JUST ONE SSH available for your WHOLE Package! that means even if you host 12 &#8230; <a href="http://armand.eu/blog/1and1s-version-of-version-control-systemes-like-git/" class="more-link">Continue reading <span class="screen-reader-text">1and1&#8217;s version of version control systemes (like git)!</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone" src="https://camo.githubusercontent.com/233e6dc4e0b7db13dea0ee1164c9eaac875269db/687474703a2f2f636c2e6c792f31493233336a316c3258336333313143314331482f4769742d4c6f676f2d32436f6c6f722e706e67" alt="GIT CSM" width="910" height="380" /></p>
<p>&nbsp;</p>
<p><strong>It is just ridiculous!</strong></p>
<p>1and1 is advertising preinstalled <a title="git SCM" href="http://git-scm.com/" target="_blank">git</a> SCM on their shared servers now for a while, but their <strong>version</strong> of this <strong>version control system</strong> is just unbelievably nonsensical (even sometimes stupid!)!</p>
<p>Problems with <a title="1 on another 1 !" href="http://www.1and1.com/" target="_blank">1&amp;1</a>:</p>
<ul>
<li>there would be JUST ONE SSH available for your WHOLE Package! that means even if you host 12 websites with them you&#8217;ll have 1 and only 1 SSH which have access to EVERYTHING, EVERYWHERE in your server!! which means:
<ul>
<li>you can&#8217;t work with anybody else on your git projects except if you give them access to your WHOLE server to just be able to push or even pull to one repository!! <strong>Whats funny is that they tell you to do this</strong> if you want to work with other developers, on their &#8220;git&#8221; page!!! <small>(Just UNBELIEVABLE!)</small>,<br />
I have the french version tho <small>(another funny things about 1&amp;1 is that you can&#8217;t change your CP Language! supper annoying!)</small></p>
<p><figure id="attachment_16" style="width: 792px;" class="wp-caption alignnone"><a href="http://armand.eu/blog/1and1s-version-of-version-control-systemes-like-git/1and1_git_01/"><img class="wp-image-16 size-full" src="http://armand.eu/blog/wp-content/uploads/2014/06/1and1_git_01.jpg" alt="1and1 git horrible suggestion!!!" width="792" height="102" /></a><figcaption class="wp-caption-text">it is the worst thing a hosting company can say to their customers!</figcaption></figure></li>
<li>even if you want to have &#8220;single user&#8221; git (!), most certainly you don&#8217;t want that user (even if it&#8217;s yourself) have root access! which means taking a big, unnecessary risk to accidentally do something everywhere in your server rather than in your repository (I won&#8217;t give such an access even to myself, meaning having root access to work on a directory!) this makes it even more scary if you have several domains hosted with them and horrifying if some of those are for your clients!</li>
<li>you can&#8217;t have a git web interface for your git!</li>
<li>having a git with no possibility of contribution (of more than one user) is like having a big bus with no door or windows! then it&#8217;d be more like putting yourself in a moving jail in form of a bus!</li>
</ul>
</li>
<li>No sudo is availale in 1and1
<ul>
<li>in contrary (to have SSH root access) you don&#8217;t have access to your root super user, No sudo in 1and1</li>
<li>that means you can&#8217;t have a lot of good/useful stuff available normally to a web-master, a good git interface to call one! and no, you can&#8217;t enable/install it!</li>
<li>this would really limit your options in certain level when you want to have something which is not available by default in their servers</li>
<li>using SSH is ridiculously useless then except of using this more ridicule version of single-user git since you can&#8217;t do anything more than you can using ftp!!</li>
</ul>
</li>
<li>It is just ridiculous! the way they think (if they do by any chance) is really bizarre and incomprehensible, why would you do this? why 1and1?!!! It is just ridiculous, nonsense logic!</li>
</ul>
<p>Anyway, unfortunately if you happened to caught in their servers too for the moment your one and only option to have a private git on your personal server is to not have it!<br />
but fortunately there is some alternatives still, for example if you work with a small team (up to 5 person) you can have unlimited repos in <a title="Bitbucket" href="https://bitbucket.org" target="_blank">Bitbucket</a>, or if you can afford it you&#8217;ll be able to find lots of paid options (<a title="Github enterprise" href="https://enterprise.github.com/" target="_blank">git-hub</a> enterprise namely or <a title="Bitbucket again!" href="https://bitbucket.org" target="_blank">Bit-bucket</a> itself again or paid options in <a title="Lovely github!" href="https://github.com/" target="_blank">github.com</a>)</p>
<p>Fair well and watch for 1&amp;1!<br />
mim,</p>
]]></content:encoded>
			<wfw:commentRss>http://armand.eu/blog/1and1s-version-of-version-control-systemes-like-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
