<?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>terminal &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Wed, 15 Dec 2021 04:45:27 +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>terminal &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>OSX &#8211; Fingerabdruck im Terminal verwenden</title>
		<link>https://www.systemtechnics.de/osx-fingerabdruck-im-terminal-verwenden/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Wed, 15 Dec 2021 04:45:25 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[fingerprint]]></category>
		<category><![CDATA[pam]]></category>
		<category><![CDATA[passwort]]></category>
		<category><![CDATA[su]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">https://www.systemtechnics.de/?p=3115</guid>

					<description><![CDATA[Um den Fingerabdruck zur Authentifizierung im Terminal zu verwenden ist die Bearbeitung der Datei /etc/pam.d/sudo notwendig. Am einfachsten ist es [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Um den Fingerabdruck zur Authentifizierung im Terminal zu verwenden ist die Bearbeitung der Datei <em>/etc/pam.d/sudo</em> notwendig.</p>
<p>Am einfachsten ist es mit folgenden zwei Zeilen:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">sudo su</pre>



<p>Es wird nach nach dem Passwort des Administratornutzers gefragt. Nach Eingabe des Passwortes befindet sich das Terminal im &#8222;root&#8220;-Modus.</p>
<p>Mit dem zweiten Befehl wird in die Datei <em>/etc/pam.d/sudo</em> die Zeile <em>auth sufficient pam_tid.so</em> eingefügt. Evtl. muss der Zugriff in einem Sicherheitsfenter zusätzlich erlaubt werden.</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">cp /etc/pam.d/sudo /tmp/sudo.$(date +"%Y%m%d") &amp;&amp; awk 'NR==2{print "auth       sufficient     pam_tid.so"}3' /tmp/sudo.$(date +"%Y%m%d") > /etc/pam.d/sudo &amp;&amp; rm -f /tmp/sudo.$(date +"%Y%m%d") </pre>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="704" src="https://www.systemtechnics.de/wp-content/uploads/pam-sudo-bearbeiten-1024x704.png" alt="" class="wp-image-3118" srcset="https://www.systemtechnics.de/wp-content/uploads/pam-sudo-bearbeiten-1024x704.png 1024w, https://www.systemtechnics.de/wp-content/uploads/pam-sudo-bearbeiten-300x206.png 300w, https://www.systemtechnics.de/wp-content/uploads/pam-sudo-bearbeiten-768x528.png 768w, https://www.systemtechnics.de/wp-content/uploads/pam-sudo-bearbeiten-1536x1055.png 1536w, https://www.systemtechnics.de/wp-content/uploads/pam-sudo-bearbeiten.png 1854w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Anschließend werden wir, sofern wir im Terminal höhere Rechte (su / sudo) benötigen mit der klassischen Fingerabdruck-Abfrage begrüßt.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="804" height="814" src="https://www.systemtechnics.de/wp-content/uploads/fingerprint-abfrage.png" alt="" class="wp-image-3119" srcset="https://www.systemtechnics.de/wp-content/uploads/fingerprint-abfrage.png 804w, https://www.systemtechnics.de/wp-content/uploads/fingerprint-abfrage-296x300.png 296w, https://www.systemtechnics.de/wp-content/uploads/fingerprint-abfrage-768x778.png 768w" sizes="(max-width: 804px) 100vw, 804px" /></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>In der Bash von OSX in die iCloud wechseln</title>
		<link>https://www.systemtechnics.de/in-der-bash-von-osx-in-die-icloud-wechseln/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 13 Dec 2020 09:28:41 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[icloud]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=2937</guid>

					<description><![CDATA[Will man unter OSX im Terminal zu den Dateien in der iCloud wechseln, so geht die z.B. mit folgendem Befehl: [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Will man unter OSX im Terminal zu den Dateien in der iCloud wechseln, so geht die z.B. mit folgendem Befehl:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">cd ~/Library/Mobile\ Documents/com~apple~CloudDocs/</pre>



<p>Für diejenigen unter uns, die dies öfters verwenden, bietet sich ein entsprechender ALIAS an.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="725" src="http://www.systemtechnics.de/wp-content/uploads/icloud-in-bash-1024x725.png" alt="" class="wp-image-2938" srcset="https://www.systemtechnics.de/wp-content/uploads/icloud-in-bash-1024x725.png 1024w, https://www.systemtechnics.de/wp-content/uploads/icloud-in-bash-300x212.png 300w, https://www.systemtechnics.de/wp-content/uploads/icloud-in-bash-768x544.png 768w, https://www.systemtechnics.de/wp-content/uploads/icloud-in-bash.png 1364w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>


]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Termux: Nützliche Pfade in der Termux Terminalemulation</title>
		<link>https://www.systemtechnics.de/termux-nuetzliche-pfade-in-der-termux-terminalemulation/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 07 May 2017 07:32:03 +0000</pubDate>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[termux]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=2198</guid>

					<description><![CDATA[Auf meinem Android Handy (zur Zeit Oneplus 3T Midnight Black) habe ich Termux installiert um eine Terminalemulation für unterwegs zu [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Auf meinem Android Handy (zur Zeit Oneplus 3T Midnight Black) habe ich <a href="https://termux.com" target="_blank">Termux</a> installiert um eine Terminalemulation für unterwegs zu haben.</p>
<p>Bei dieser Terminalemulation sind die Pfade &#8222;natürlich&#8220; unterschiedlich als zu einer &#8222;normalen&#8220; Bash. Hier mal ein paar nützliche Pfade die ich bisher benötigt habe:</p>
<pre>/etc -> <code>/data/data/com.termux/files/usr/etc/</code></pre>
<pre>/etc/profile -> <code>/data/data/com.termux/files/usr/etc/profile</code></pre>
<pre>/etc/motd -> <code>/data/data/com.termux/files/usr/etc/motd</code></pre>
<pre>/bin -> <code>/data/data/com.termux/files/usr/bin/</code></pre>
<pre>~ -> <code>/data/data/com.termux/files/home</code></pre>
<pre>SD-Karte/Handyspeicher -> <code>/sdcard</code></pre>
<pre>#!/bin/bash -> <code>#!/data/data/com.termux/files/usr/bin/bash</code></pre>
<p><img loading="lazy" decoding="async" src="/wp-content/uploads/termux.png" alt="" width="450" height="800" class="aligncenter" /></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SCP: Pseudo-terminal will not be allocated because stdin is not a terminal</title>
		<link>https://www.systemtechnics.de/scp-pseudo-terminal-will-not-be-allocated-because-stdin-is-not-a-terminal/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Fri, 05 May 2017 17:04:58 +0000</pubDate>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=2194</guid>

					<description><![CDATA[Wer beim kopieren via SCP folgende Fehlermeldung bekommt, der kann ganz leicht Abhilfe leisten. Pseudo-terminal will not be allocated because [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Wer beim kopieren via SCP folgende Fehlermeldung bekommt, der kann ganz leicht Abhilfe leisten.</p>
<p><span id="more-2194"></span></p>
<pre><code>Pseudo-terminal will not be allocated because stdin is not a terminal</code></pre>
<p><img loading="lazy" decoding="async" src="/wp-content/uploads/scp-pseudo-terminal.png" alt="" width="661" height="492" class="aligncenter" /></p>
<p>Es reicht dem SCP Befehl die Option <em>-o RequestTTY=no</em> zu den eigentlich Parametern mitzugeben. Wer mag kann das natürlich auch als Standardoption in seine .ssh/config einstellen.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OSX: Appstore Programme mit Terminal aktualisieren</title>
		<link>https://www.systemtechnics.de/osx-appstore-programme-mit-terminal-aktualisieren/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 06 Nov 2016 07:41:50 +0000</pubDate>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[mas]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=1796</guid>

					<description><![CDATA[Mit dem Programm mas ( KLICK ) kann man mit dem OSX Terminal Programme aktualisieren die man aus dem Appstore [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Mit dem Programm mas ( <a href="https://github.com/mas-cli/mas" target="_blank">KLICK</a> ) kann man mit dem OSX Terminal Programme aktualisieren die man aus dem Appstore bezogen hat.</p>
<p><span id="more-1796"></span></p>
<p>Die Installation mittels HomeBrew ist denkbar einfach. Die Handhabung auch.</p>
<pre><code>brew install mas</code></pre>
<p><img loading="lazy" decoding="async" src="http://www.systemtechnics.de/wp-content/uploads/mas-list.png" alt="mas-list" width="857" height="758"/></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
