<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blogs on sys-dev.cat</title>
    <link>https://www.sys-dev.cat/blog/</link>
    <description>Recent content in Blogs on sys-dev.cat</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sat, 10 Mar 2018 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.sys-dev.cat/blog/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Restoring original visitor ip with Cloudflare and Nginx</title>
      <link>https://www.sys-dev.cat/blog/5/</link>
      <pubDate>Sat, 10 Mar 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.sys-dev.cat/blog/5/</guid>
      <description>Who doesn&amp;rsquo;t know Cloudflare yet? Cloudflare is one of the most used CDN (Content Delivery Network) providers in the world.
Using a CDN in front of your tipical web server (For example nginx) provides a lot of advantages, like lower response times, increased security by hiding your real server ip address, and in the case of Cloudflare a lot of different features. On the other hand since Cloudflare acts as a reverse proxy some of your apps (Log analyzers, or any other kind of app that requires your visitors ip addresses) might stop working at all since your server won&amp;rsquo;t be able to get the real ip addresses of your visitors anymore.</description>
    </item>
    
    <item>
      <title>Mining Ethereum using Windows 10 and a GTX 1080</title>
      <link>https://www.sys-dev.cat/blog/4/</link>
      <pubDate>Thu, 29 Jun 2017 00:00:00 +0000</pubDate>
      
      <guid>https://www.sys-dev.cat/blog/4/</guid>
      <description>If you are into cryptocurrencies probably you already know about Bitcoin. Bitcoin is the first cryptocurrency and the most popular, but it&amp;rsquo;s not the only one, there are more. Some of them are only simple (and bad) Bitcoin copies, but others are innovating by incorporating new technology like smart contracts, like Ethereum.
Nobody knows if those cryptocurrencies are going to prevail in the future as a form of payment, or if they are just speculative investments, but nobody can question that their popularity is rising.</description>
    </item>
    
    <item>
      <title>Setting up OpenVPN 2.4 with EasyRSA 3</title>
      <link>https://www.sys-dev.cat/blog/3/</link>
      <pubDate>Sun, 18 Jun 2017 00:00:00 +0000</pubDate>
      
      <guid>https://www.sys-dev.cat/blog/3/</guid>
      <description>Nowadays spies are everywhere, governments, ISP, marketing campaigns&amp;hellip; they want to make a profit and take advantage of uninformed Internet users. If you want to keep this cat-mouse game of privacy, one of the more basic things you must do is setting up a VPN service for connecting to the Internet.
When done all the traffic originated in your devices will be routed through the server, with the additional advantage of having a private lan between all your devices, or for example you will be able to connect securely to open wifi networks without worries of your data being intercepted.</description>
    </item>
    
    <item>
      <title>Starting up with libGDX, git and Android Studio</title>
      <link>https://www.sys-dev.cat/blog/2/</link>
      <pubDate>Tue, 14 Mar 2017 00:00:00 +0000</pubDate>
      
      <guid>https://www.sys-dev.cat/blog/2/</guid>
      <description>Have you ever dreamed about creating your own video game? Do you have a lot of time? Do you like to torture yourself coding in java and using Android Studio and fancy frameworks? If the answer to all these questions is yes, please keep reading. If not you can always admire the nice kitten playing with his phone.
Cause kittens can also have phones.
First of all let&amp;rsquo;s check wikipedia for the definition of this libGDX thingy:</description>
    </item>
    
    <item>
      <title>Creating a private git repository on a private server</title>
      <link>https://www.sys-dev.cat/blog/1/</link>
      <pubDate>Sat, 11 Mar 2017 00:00:00 +0000</pubDate>
      
      <guid>https://www.sys-dev.cat/blog/1/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;

&lt;p&gt;Many cats know and use &lt;a href=&#34;https://github.com&#34;&gt;github&lt;/a&gt; for storing their git repositories, but sometimes
you have customers whose requirements don&amp;rsquo;t allow them to use any public git service. Other times you
don&amp;rsquo;t want to let the world know about your messy coding style, or how do you comb your whiskers or perhaps you are only making experiments.&lt;/p&gt;

&lt;p&gt;For all these use cases and many others, you can always create a private git repository. Of course you need to have access
to a private server with the required software, note that any common GNU/Linux modern distribution will allow to do this in an easy manner.&lt;/p&gt;

&lt;p&gt;How can we create a private repository then? These are the steps to create it.
&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>