<?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>jailkit &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/jailkit/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Sun, 22 Jan 2017 06:05:04 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>jailkit &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Merker: Jailkit Tools für Kunden</title>
		<link>https://www.systemtechnics.de/merker-jailkit-tools-fuer-kunden/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Tue, 15 Nov 2016 05:48:06 +0000</pubDate>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[jailkit]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[sftp]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=1802</guid>

					<description><![CDATA[Hier ein paar Merker um Kunden in der Jailkit Tools zur Verfügung stellen zu können. Die Werte für CLIENTxx und [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hier ein paar Merker um Kunden in der Jailkit Tools zur Verfügung stellen zu können.<br /><span id="more-1802"></span><br />
Die Werte für <strong><em>CLIENTxx</em></strong> und <strong><em>WEByy</em></strong> müssen natürlich entsprechend dem Kunden angepasst werden.</p>
<dl class="uk-description-list-horizontal uk-description-list-line">
<dt>ping</dt>
<dd>
<pre><code>jk_init -v -j /var/www/clients/client2/web13/ ping
chmod u+s /var/www/clients/client2/web13/bin/ping</code></pre>
</dd>
</dl>
<dl class="uk-description-list-horizontal uk-description-list-line">
<dt>php5-cli</dt>
<dd>
<pre><code>jk_init -v -j /var/www/clients/client2/web13/ php</code></pre>
</dd>
<dt>scp</dt>
<dd>
<pre><code>jk_init -v -j /var/www/clients/client2/web13/ scp </code></pre>
</dd>
<dt>svn</dt>
<dd>
<pre><code>jk_init -v -j /var/www/clients/client2/web13/ svn </code></pre>
</dd>
<dt>mysql client</dt>
<dd>
<pre><code>jk_init -v -j /var/www/clients/client2/web13/ mysql_client </code></pre>
<p>Der SSH Benutzer benötigt anschliessen eine .my.cnf in seinem Home-Verzeichnis mit folgendem Inhalt:</p>
<pre><code>[client]
host            = 127.0.0.1
protocol        = TCP
port            = 3306</code></pre>
<p>Wer mag kann auch noch <em>user</em>, <em>password</em> und <em>database</em> darin festlegen
</p>
</dd>
<dt>git</dt>
<dd>
<pre><code>jk_init -v -j /var/www/clients/client2/web13/ git </code></pre>
</dd>
<dt>.bashrc</dt>
<dd>
<p>Jeder Nutzer kann eine <em>.bashrc</em>-Datei anlegen und z.B. folgende Dinge voreinstellen:</p>
<pre><code>export HISTCONTROL=ignoreboth
export HISTSIZE=1000

# You may uncomment the following lines if you want `ls' to be colorized:
export LS_OPTIONS='--color=auto --human'
eval "`dircolors`"
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'

# Some more alias to avoid making mistakes:
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
</code></pre>
</p>
</dd>
</dl>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
