<?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>Github &#8211; Giovanni F. Mazzeo De Santolo</title>
	<atom:link href="https://desantolo.com/tag/github/feed/" rel="self" type="application/rss+xml" />
	<link>https://desantolo.com</link>
	<description>That italian IT guy</description>
	<lastBuildDate>Sun, 27 Dec 2020 05:38:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">123042357</site>	<item>
		<title>TeamViewer monitoring and instant push notifications</title>
		<link>https://desantolo.com/2017/05/teamviewer-push-notifications-go-tvalerts/</link>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Fri, 26 May 2017 06:08:13 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[alerts]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[golang]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[push notifications]]></category>
		<category><![CDATA[pushover]]></category>
		<category><![CDATA[TeamViewer]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://desantolo.com/?p=518</guid>

					<description><![CDATA[It has been almost a year since that massive reddit post with people freaking out about their TeamViewer accounts getting hacked [link]. Since then I have always wished team viewer would notify my cellphone every time someone connected or disconnected &#8230; <a href="https://desantolo.com/2017/05/teamviewer-push-notifications-go-tvalerts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>It has been almost a year since that massive reddit post with people freaking out about their TeamViewer accounts getting hacked [<a href="https://www.reddit.com/r/technology/comments/4m7ay6/teamviewer_has_been_hacked_they_are_denying/">link</a>].</p>
<p>Since then I have always wished team viewer would notify my cellphone every time someone connected or disconnected from my workstation, since I am the only user that connects to it I find the peace of mind extremely valuable and I wouldn&#8217;t mind getting some push notifications each time I used TeamViewer.</p>
<p>As TeamViewer themselves don&#8217;t have this feature I decided to write my own little program that will  send <strong>instant notifications to any phone for anyone connecting to your workstation using TeamViewer</strong>. Say hello to <span style="color: #ff0000;"><strong>go-TValerts</strong></span>!</p>
<p><img data-recalc-dims="1" decoding="async" data-attachment-id="519" data-permalink="https://desantolo.com/2017/05/teamviewer-push-notifications-go-tvalerts/tvalerts-72x72-icon/" data-orig-file="https://i0.wp.com/desantolo.com/wp-content/uploads/2017/05/tvAlerts-72x72-icon.png?fit=72%2C72&amp;ssl=1" data-orig-size="72,72" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="tvAlerts-72&#215;72-icon" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/desantolo.com/wp-content/uploads/2017/05/tvAlerts-72x72-icon.png?fit=72%2C72&amp;ssl=1" data-large-file="https://i0.wp.com/desantolo.com/wp-content/uploads/2017/05/tvAlerts-72x72-icon.png?fit=72%2C72&amp;ssl=1" class="size-full wp-image-519 alignleft" src="https://i0.wp.com/desantolo.com/wp-content/uploads/2017/05/tvAlerts-72x72-icon.png?resize=72%2C72&#038;ssl=1" alt="" width="72" height="72" /><br />
I have released my code as open source, written instructions on how to install and implement it. Find out more at <a href="http://github.com/TheLinuxGuy/go-tvalerts">github.com/TheLinuxGuy/go-tvalerts</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">518</post-id>	</item>
		<item>
		<title>Configure Webstorm to use Github Desktop for Windows git-bash</title>
		<link>https://desantolo.com/2016/12/configure-webstorm-github-desktop-windows-git-bash/</link>
					<comments>https://desantolo.com/2016/12/configure-webstorm-github-desktop-windows-git-bash/#respond</comments>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Fri, 30 Dec 2016 08:12:48 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[webstorm]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://desantolo.com/?p=471</guid>

					<description><![CDATA[If you have installed Github Desktop on Windows, you may have noticed that the application itself comes with a &#8220;Git Shell&#8221; which is basically a linux terminal emulator running on windows and its very useful for developers or linux users &#8230; <a href="https://desantolo.com/2016/12/configure-webstorm-github-desktop-windows-git-bash/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>If you have installed Github Desktop on Windows, you may have noticed that the application itself comes with a &#8220;Git Shell&#8221; which is basically a linux terminal emulator running on windows and its very useful for developers or linux users that are familiar with bash.</p>
<p>The problem I recently encountered was trying to find the executable PATH of the git-bash.exe so that I can configure my Webstorm IDE to use it. All the documentation on the internet seems to point to C:/Program Files/Git folder but Github may have changed this as in the latest release I downloaded (v 3.3.3.0) the files reside elsewhere and I will share where to find them.<br />
<span id="more-471"></span><br />
To find your git-bash.exe path try the following:</p>
<ol>
<li>Open File Explorer and put <strong>%AppData%</strong> in the address bar, hit enter.</li>
<li>It should redirect to something like:  <strong>C:\Users\Giovanni\AppData\Roaming</strong></li>
<li>Now change folders from Roaming to Local</li>
<li>You should now be at: C:\Users\Giovanni\<strong>AppData\Local </strong></li>
<li>Find the <strong>Github</strong> folder, enter it.</li>
<li>You should see a list of files and folders, we care about &#8220;PortableGit&#8221; it has a longer name that just PortableGit, so enter it.</li>
<li>You will see git-bash.exe in there.</li>
<li>Go back into Webstorm &gt; Settings &gt; Terminal</li>
<li>Set your terminal to this new path, in my case: <strong>&#8220;C:\Users\Giovanni\AppData\Local\GitHub\PortableGit_d7effa1a4a322478cd29c826b52a0c118ad3db11\git-bash.exe&#8221;</strong></li>
</ol>
<p>You&#8217;re all set! Webstorm should now be able to launch Github Desktop&#8217;s git-bash.exe as the terminal, no additional software required.</p>
<p>There is a gotcha: the terminal window will open separate from Webstorm window, if you want a tab under your code then I suggest to download and install git for windows in addition to Github Desktop.<a href="https://git-for-windows.github.io/">https://git-for-windows.github.io/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://desantolo.com/2016/12/configure-webstorm-github-desktop-windows-git-bash/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">471</post-id>	</item>
	</channel>
</rss>
