<?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>logger &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/logger/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Sun, 01 May 2016 18:18:48 +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>logger &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>TracCar &#8211; Karten Layer</title>
		<link>https://www.systemtechnics.de/traccar-karten-layer/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 01 May 2016 15:52:48 +0000</pubDate>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[logger]]></category>
		<category><![CDATA[traccar]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=1608</guid>

					<description><![CDATA[In TracCar kann man auch benutzerspezifische Layer einstellen. Folgende Liste kann man zur Verwendung mit Google Maps z.B. einstellen: Standard [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In TracCar kann man auch benutzerspezifische Layer einstellen. Folgende Liste kann man zur Verwendung mit Google Maps z.B. einstellen:</p>
<p><span id="more-1608"></span></p>
<dl class="uk-description-list-horizontal">
<dt>Standard Roadmap</dt>
<dd>http://mt0.google.com/vt/lyrs=<strong>m</strong>&#038;hl=en&#038;x={x}&#038;y={y}&#038;z={z}&#038;s=Ga</p>
<p><img fetchpriority="high" decoding="async" src="/wp-content/uploads/google-standard.png" alt="google-standard" width="450" height="250" /></p>
</dd>
<dt>Altered Roadmap</dt>
<dd>http://mt0.google.com/vt/lyrs=<strong>r</strong>&#038;hl=en&#038;x={x}&#038;y={y}&#038;z={z}&#038;s=Ga</p>
<p><img decoding="async" src="/wp-content/uploads/google-altered.png" alt="google-altered" width="450" height="251"/></p>
</dd>
<dt>Terrain</dt>
<dd>http://mt0.google.com/vt/lyrs=<strong>p</strong>&#038;hl=en&#038;x={x}&#038;y={y}&#038;z={z}&#038;s=Ga</p>
<p><img decoding="async" src="/wp-content/uploads/google-terrain.png" alt="google-terrain" width="450" height="249" /></p>
</dd>
<dt>Satellite only</dt>
<dd>http://mt0.google.com/vt/lyrs=<strong>s</strong>&#038;hl=en&#038;x={x}&#038;y={y}&#038;z={z}&#038;s=Ga</p>
<p><img loading="lazy" decoding="async" src="/wp-content/uploads/google-satelite-only.png" alt="google-satelite-only" width="450" height="247"/></p>
</dd>
<dt>Terrain only</dt>
<dd>http://mt0.google.com/vt/lyrs=<strong>t</strong>&#038;hl=en&#038;x={x}&#038;y={y}&#038;z={z}&#038;s=Ga</p>
<p><img loading="lazy" decoding="async" src="/wp-content/uploads/google-terrain-only.png" alt="google-terrain-only" width="450" height="248" /></p>
</dd>
<dt>Hybrid</dt>
<dd>http://mt0.google.com/vt/lyrs=<strong>y</strong>&#038;hl=en&#038;x={x}&#038;y={y}&#038;z={z}&#038;s=Ga</p>
<p><img loading="lazy" decoding="async" src="/wp-content/uploads/google-hybrid.png" alt="google-hybrid" width="450" height="247" /></p>
</dd>
</dl>
<p>Nach dem Anpassen und erneutem Anmelden am Interface ist die Kartenansicht aktiv.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MySQL Installations Merker</title>
		<link>https://www.systemtechnics.de/mysql-installations-merker/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Thu, 03 Dec 2015 16:31:48 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[logger]]></category>
		<category><![CDATA[mysql]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=958</guid>

					<description><![CDATA[Wenn die folgende Fehlermeldung kommt: /var/lib/dpkg/info/mysql-server-5.5.postinst: line 144: logger: command not foundATTENTION: An error has occured. More info is in [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Wenn die folgende Fehlermeldung kommt: </p>
<pre>/var/lib/dpkg/info/mysql-server-5.5.postinst: line 144: logger: command not foundATTENTION: An error has occured. More info is in the syslog!
/var/lib/dpkg/info/mysql-server-5.5.postinst: line 233: logger: command not found</pre>
<p><span id="more-958"></span></p>
<p>&#8230;einfach das Paket bsdutils installieren</p>
<pre><code>aptitude install bsdutils -y</code></pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
