<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Techout's Blog]]></title><description><![CDATA[Hi there, I'm Techout! A full-stack developer, system admin, and a designer.]]></description><link>https://blog.techoutdev.com</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 23:34:01 GMT</lastBuildDate><atom:link href="https://blog.techoutdev.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Getting used to Linux systems]]></title><description><![CDATA[From smartphones to cars, supercomputers and home appliances, home desktops to enterprise servers, the Linux operating system is everywhere.
Linux has been around since the mid-1990s and has since reached a user base that spans the globe. Linux is ac...]]></description><link>https://blog.techoutdev.com/getting-used-to-linux-systems</link><guid isPermaLink="true">https://blog.techoutdev.com/getting-used-to-linux-systems</guid><category><![CDATA[Linux]]></category><category><![CDATA[operating system]]></category><category><![CDATA[linux for beginners]]></category><category><![CDATA[Developer]]></category><category><![CDATA[hosting]]></category><dc:creator><![CDATA[Jean F]]></dc:creator><pubDate>Fri, 04 Feb 2022 07:39:59 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/unsplash/4Mw7nkQDByk/upload/v1643957636500/p_YrjoYvG.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>From smartphones to cars, supercomputers and home appliances, home desktops to enterprise servers, the Linux operating system is everywhere.</p>
<p>Linux has been around since the mid-1990s and has since reached a user base that spans the globe. Linux is actually everywhere: It's in your phones, your thermostats, in your cars, refrigerators, Roku devices, and televisions. It also runs most of the Internet, all of the world’s top 500 supercomputers, and the world’s stock exchanges.</p>
<p>But besides being the platform of choice to run desktops, servers, and embedded systems across the globe, Linux is one of the most reliable, secure, and worry-free operating systems available.</p>
<p>Linux is commonly used for servers nowadays amongst most companies since most of the current user base uses Windows or MacOS since they're more user-friendly than Linux distros. </p>
<h3 id="heading-what-is-linux">What is Linux?</h3>
<p>Just like Windows, iOS, and Mac OS, Linux is an operating system. In fact, one of the most popular platforms on the planet, Android, is powered by the Linux operating system. An operating system is a software that manages all of the hardware resources associated with your desktop or laptop. To put it simply, the operating system manages the communication between your software and your hardware. Without the operating system (OS), the software wouldn't function.</p>
<h3 id="heading-why-should-developers-or-system-administrators-get-used-to-linux">Why should developers or system administrators get used to Linux?</h3>
<p>As I've previously mentioned, Linux is mostly used amongst devices that require no user interface at all and usually need to be as lightweight as possible. Unlike Windows or MacOS, Linux is very lightweight and it can run smoothly on just 1 GB of ram or even on 512 MB ram in some cases. Due to Linux being very lightweight, most companies tend to use them as their main server Operating System unless they're running certain software that requires Windows or MacOS which is quite rare nowadays. Due to Linux being used for servers, developers and system administrators should get used to the Linux command line to make sure when they're testing, they don't need to wait on others to help out with hosting the web app each time. Most system administrators are trained to work with Linux from the very beginning along with Windows right after since there is still important software that can only be run on Windows.</p>
<h3 id="heading-how-do-you-get-comfortable-with-the-linux-command-line-cli">How do you get comfortable with the Linux command line (CLI)?</h3>
<p>Usually, most people would consider system administration courses and I totally agree! However, if you're wanting to start out for free, I'd suggest getting a small VPS from a hosting provider which would allow you to get used to Linux by testing commands. It wouldn't cost much compared to system administration courses &amp; if you do anything wrong, you can just reinstall it with a few clicks.</p>
<h3 id="heading-finding-the-right-hosting-provider-for-you">Finding the right hosting provider for you</h3>
<p>Most providers usually work for testing environments, however, there are only a few providers who go out of their way to provide support when it's a user error. Below you will find a few providers I personally recommend.</p>
<p><a target="_blank" href="https://www.techhost.live">TechHost</a> is a hosting provider that truly cares about its clients &amp; listens to its customer's thoughts. They are globally available and offer a 99.99% SLA on all of the services they offer, no matter where you are! Their aim is to be affordable, secure, and, reliable which I'm sure they've succeeded in already. Use code <code>WELCOME</code> for 15% off your order.</p>
<p><a target="_blank" href="https://www.digitalocean.com">DigitalOcean</a> is a managed hosting provider that provides multiple one-click installs which is really handy when you're trying to have something done fast. They offer a 99.99% uptime SLA on VMs and Block Storage. According to their homepage statistics, they serve 598k clients worldwide.</p>
<p><a target="_blank" href="https://aws.amazon.com">AWS</a> is another managed hosting provider that provides multiple production features that other providers don't! AWS also offers a 99.99% uptime SLA on most of the services they offer along with many step by step short tutorials.</p>
]]></content:encoded></item><item><title><![CDATA[First open source project]]></title><description><![CDATA[I've just released my first open source project, it's nothing special but it's a beginning to the open source community from me.
The project is quite simple, the program generates a lucky number that the user has to guess. Both the game creator and t...]]></description><link>https://blog.techoutdev.com/first-open-source-project</link><guid isPermaLink="true">https://blog.techoutdev.com/first-open-source-project</guid><category><![CDATA[Developer]]></category><category><![CDATA[development]]></category><category><![CDATA[Devops]]></category><dc:creator><![CDATA[Jean F]]></dc:creator><pubDate>Sun, 02 Jan 2022 04:24:11 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/unsplash/UVMPVIRCF5w/upload/v1641097514663/Y1lGgLPQb.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I've just released my first open source project, it's nothing special but it's a beginning to the open source community from me.</p>
<p>The project is quite simple, the program generates a lucky number that the user has to guess. Both the game creator and the player don't know this number until the game is either lost or won, the concept is pretty cool but I think it could use some new features! I'm currently still in the learning stage for Java which is what I written this program in so I'm requesting any help I can get in expanding this simple project to simple bigger. Anything can help, whether you're a developer or not - If people could create GitHub issues containing ideas and/or suggestions I can add to the game, that'd be great!</p>
<p><code>-</code> Techout</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://github.com/techout592/number-game">https://github.com/techout592/number-game</a></div>
]]></content:encoded></item><item><title><![CDATA[My first article!]]></title><description><![CDATA[Hello there, 
I'm glad you're reading my first article. I'm Techout and as my description says, I'm a full-stack developer and a system admin, I'm also a designer in progress. I've been developing for quite a while now and have been a system admin fo...]]></description><link>https://blog.techoutdev.com/my-first-article</link><guid isPermaLink="true">https://blog.techoutdev.com/my-first-article</guid><category><![CDATA[first post]]></category><dc:creator><![CDATA[Jean F]]></dc:creator><pubDate>Sun, 02 Jan 2022 04:12:09 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/unsplash/GnvurwJsKaY/upload/v1641096670886/ZU1pblG-_rc.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hello there, </p>
<p>I'm glad you're reading my first article. I'm Techout and as my description says, I'm a full-stack developer and a system admin, I'm also a designer in progress. I've been developing for quite a while now and have been a system admin for more than a year, I've recently started designing a few months ago.</p>
<p>I am passionate about anything related to technology for the most part and I hope to create compelling content in each of my articles from now on.</p>
<p>Thanks.</p>
<p><code>-</code> Techout</p>
]]></content:encoded></item></channel></rss>