<?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>notifications &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/notifications/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Fri, 25 Dec 2015 17:51:55 +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>notifications &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>OSX &#8211; Eigene &#8222;Notifications&#8220;</title>
		<link>https://www.systemtechnics.de/osx-eigene-notifications/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 13 Dec 2015 09:00:34 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[osx]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=995</guid>

					<description><![CDATA[Heute morgen war ich auf der Suche nach einem Widget um eigene &#8222;Notifications&#8220; zu erstellen. Schnell bin ich zu &#8222;Today-Scripts&#8220; [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Heute morgen war ich auf der Suche nach einem Widget um eigene &#8222;Notifications&#8220; zu erstellen. Schnell bin ich zu &#8222;<a href="https://github.com/lsd/Today-Scripts" target="_blank">Today-Scripts</a>&#8220; gekommen. Diese App ist ein unter OSX El Capitan funktionierender Fork von <a href="https://github.com/SamRothCA/Today-Scripts" target="_blank">SamRothCA</a>.</p>
<p><span id="more-995"></span></p>
<p align=center><img decoding="async" src="/wp-content/uploads/Today-Scripts.png" alt="" /></p>
<p>Nach dem Download und der typischen Installation unter OSX kann man durch anklicken von (+) zu seinen Widgets hinzufügen</p>
<p align=center><img decoding="async" src="/wp-content/uploads/Today-Scripts-1.png" alt="" /></p>
<p>Anschliessend kann man Daten/Werte in dem Widget ausgeben lassen. Ein paar Beispielscripte sind im <a href="https://github.com/SamRothCA/Today-Scripts/wiki" target="_blank">Wiki</a> enthalten.<br />
Hier mal ein paar Scripte die ich gerne verwende:</p>
<p>Öffentliche IP ermitteln und ausgeben:</p>
<pre><code>#!/bin/bash
NORMAL='\033[0;39m'
Hellgruen='\033[1;32m'

EXIP=`curl -s ip.tx2.net`
printf "$Hellgruen $EXIP $NORMAL"</code></pre>
</p>
<p>lokale IP4-Adressen ausgeben:</p>
<pre><code>#!/bin/bash
ifconfig |while read inet; do echo $inet|grep inet|grep -v inet6|grep -v 127.|awk -F" " '{print "IP = " $2 }'; done</code></pre></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
