<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title> - List of Blog Posts</title>
    <link href="https://silverstudio.tech/blog/atom.xml" rel="self" type="application/atom+xml"/>
    <link href="https://silverstudio.tech/blog/"/>
    <updated>2023-06-27T00:00:00+00:00</updated>
    <id>https://silverstudio.tech/blog/atom.xml</id>
    <entry xml:lang="en">
        <title>You should use RSS feed</title>
        <published>2023-06-27T00:00:00+00:00</published>
        <updated>2023-06-27T00:00:00+00:00</updated>
        <author>
          <name>Unknown</name>
        </author>
        <link rel="alternate" href="https://silverstudio.tech/blog/rss/" type="text/html"/>
        <id>https://silverstudio.tech/blog/rss/</id>

        <content type="html">&lt;p&gt;A large number of Internet users might have heard of RSS or atleast seen the RSS logo, but not many knows its function or how to use it.&lt;br &#x2F;&gt;
Few years ago I was also in the same situation and even though RSS in itself is a vast field with plenty of uses, it isn&#x27;t hard to get into it.&lt;&#x2F;p&gt;
&lt;p&gt;In a simple sense RSS is nothing more than a aggregator. RSS is an XML text file which would contain list of articles or content published by the website and end-user would use RSS reader to display and read the RSS feed. RSS allows users to subscribe to their favourite sources and receive updates automatically. Users can conveniently access all the latest articles, blog posts, videos, and more, in one place.&lt;&#x2F;p&gt;
&lt;p&gt;RSS reader that I personally use are &lt;a href=&quot;https:&#x2F;&#x2F;gitlab.com&#x2F;spacecowboy&#x2F;Feeder&quot;&gt;&lt;strong&gt;Feeder&lt;&#x2F;strong&gt;&lt;&#x2F;a&gt; for mobile and &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;yang991178&#x2F;fluent-reader&quot;&gt;&lt;strong&gt;Fluent Reader&lt;&#x2F;strong&gt;&lt;&#x2F;a&gt; for desktop.&lt;&#x2F;p&gt;
&lt;p&gt;You can read more about how to use in this &lt;a href=&quot;https:&#x2F;&#x2F;www.lifewire.com&#x2F;what-is-an-rss-feed-4684568&quot;&gt;lifewire article&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;RSS feed could not track you. It does not use any algorithm to push any content or bombard you with personalized ads.
&lt;a href=&quot;https:&#x2F;&#x2F;franklinetech.com&#x2F;rss-feeds-benefits-and-how-to-use-them&#x2F;&quot;&gt;RSS for privacy!&lt;&#x2F;a&gt;&lt;br &#x2F;&gt;
RSS lets you focus on the content and unlike social media delivers feed that matters to you.&lt;&#x2F;p&gt;
</content>

    </entry>
    <entry xml:lang="en">
        <title>VPN Security</title>
        <published>2023-05-24T00:00:00+00:00</published>
        <updated>2023-05-24T00:00:00+00:00</updated>
        <author>
          <name>Unknown</name>
        </author>
        <link rel="alternate" href="https://silverstudio.tech/blog/vpn/" type="text/html"/>
        <id>https://silverstudio.tech/blog/vpn/</id>

        <content type="html">&lt;p&gt;One of the most advertised IT asset is Virtual Private Network or VPN. It seems that every other Youtube creator are sponsored by a VPN provider.&lt;&#x2F;p&gt;
&lt;p&gt;VPN&#x27;s are used by employees to securely connect to the company&#x27;s private network from anywhere in the world.&lt;br &#x2F;&gt;
Using a VPN does have its benefits for privacy but its main use case would be hiding personal IP address, i.e., IP masking, not the advertised &lt;em&gt;military grade encryption&lt;&#x2F;em&gt; as nearly the whole internet uses HTTPS+TLS for encryption.&lt;&#x2F;p&gt;
&lt;p&gt;However there are certain risks involved in using VPN. Indian government has made user data collection mandatory for all cloud based service (which includes VPN). This could then be used to track the user&#x27;s activities.&lt;br &#x2F;&gt;
If VPN configuration is not properly managed then it could result in DNS leak i.e., DNS requests are sent to your ISP instead of to the VPN server revealing true IP address.&lt;&#x2F;p&gt;
&lt;p&gt;Another (not so often mentioned) risk is &lt;strong&gt;SSL stripping&lt;&#x2F;strong&gt;. VPN providers are in the sweet spot of performing Man-in-the-Middle Attack. A malicious actor in that position could strip away the (SSL+TLS) encryption, which would expose your data for third parties to see.&lt;&#x2F;p&gt;
&lt;p&gt;Setting up our own secure VPN server has become easy with Open Source Software like &lt;strong&gt;OpenVPN&lt;&#x2F;strong&gt; and &lt;strong&gt;WireGuard&lt;&#x2F;strong&gt;. There are lots of resources for the same. We could use this &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;Nyr&#x2F;openvpn-install&quot;&gt;script&lt;&#x2F;a&gt; or &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;notthebee&#x2F;ansible-easy-vpn&quot;&gt;this one&lt;&#x2F;a&gt; to install our own server in under 5 minutes. It could give you more control over your privacy &amp;amp; security and be sure that no one else has access to your data.&lt;&#x2F;p&gt;
&lt;hr&gt;
--Edit--
&lt;h4 id=&quot;shady-app-does-shady-business-under-the-hood&quot;&gt;Shady app does shady business under the hood.&lt;&#x2F;h4&gt;
&lt;p&gt;Here it is another reason not to use untrusted VPN provider. A popular VPN app from playstore was functioning as a DDoS Botnet. This VPN was sending a uniquely crafted URL request and combining with over 5 million devices, it acted as a perfect tool for DDoSing. &lt;a href=&quot;https:&#x2F;&#x2F;lecromee.github.io&#x2F;posts&#x2F;swing_vpn_ddosing_sites&#x2F;&quot;&gt;OG Source&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
</content>

    </entry>
    <entry xml:lang="en">
        <title>Why I don&#x27;t prefer LinkedIn</title>
        <published>2023-04-27T00:00:00+00:00</published>
        <updated>2023-04-27T00:00:00+00:00</updated>
        <author>
          <name>Unknown</name>
        </author>
        <link rel="alternate" href="https://silverstudio.tech/blog/linkedin/" type="text/html"/>
        <id>https://silverstudio.tech/blog/linkedin/</id>

        <content type="html">&lt;p&gt;I don&#x27;t like using LinkedIn ~ a &lt;em&gt;free&lt;&#x2F;em&gt; to use social-networking platform. Giving personal information so that they could do something like behaviour analysis or share professional information with advertisers😒&lt;&#x2F;p&gt;
&lt;p&gt;LinkedIn makes it very easy for a user to give too much information and this could result in compromising of &lt;strong&gt;privacy&lt;&#x2F;strong&gt; and &lt;strong&gt;security&lt;&#x2F;strong&gt;. The &lt;a href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;2020_Twitter_account_hijacking&quot;&gt;2020 Twitter hack&lt;&#x2F;a&gt; was a result of social engineering attack which was made possible through LinkedIn.&lt;br &#x2F;&gt;
Because of no proper check anyone can make up any fact.
Spam has become much common in LinkedIn, and malicious actors are using LinkedIn for &lt;a href=&quot;https:&#x2F;&#x2F;www.makeuseof.com&#x2F;linkedin-scams-to-watch-out-for&#x2F;&quot;&gt;fraudulent activities&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;br&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=IMfBS4mBfBQ&quot;&gt;Funny video - Why is LinkedIn so wierd?&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>

    </entry>
</feed>
