Posts

Showing posts from May, 2019

Make a Simple Operating System

Image
Make a Simple Operating System Ever wanted to make an Operating System? Ever waned to know how command line operating systems work? Everything's here! So we'll make a basic Operating System in C#, don't worry, if you even know some basics of c++ or java, you'll understand the code :D By end of this tutorial, you'll be able to make your cool operating system! So lets begin with some ind Step 1: The Concept So, how actually a OS works? I'll explain from the level of a electric circuit. Most of you know logic gates in electric circuits. when many logic gates are connected, i.e. billions of transistors are connected together inside a chip, they can store 0s and 1s. Each gate could store either 0 or 1. Then the connected transistor forms a Micro-Controller or a Micro-Processor. Here we are going to program on the micro-processor which is in your computer. Did you know that your computer can also run with a operating system!? Wonder h...

5 Reasons Why Linux Mint is Better Than Ubuntu

Image
5 Reasons Why Linux Mint is Better Than Ubuntu Which one is better, Linux Mint or Ubuntu? This question has been there ever since Linux Mint came in the picture, and this article does not answer to this question. Well, not entirely. So, what is this about then? I have been an Ubuntu user for a long time. I stray to other Linux distributions but I keep coming back to Ubuntu, sooner or later. I occasionally try my hands on Linux Mint also, mostly for the purpose of writing articles about it. I must say using Linux Mint is quite a pleasant experience. As a die-hard Ubuntu fan, I come back from Mint to Ubuntu eventually but not before noticing that Linux Mint is better than Ubuntu for a beginner. It’s because there are a few things that Linux Mint handles better than Ubuntu, by default. And this ‘by default’ matters when we are talking about a Linux beginner. Because an experienced Linux user will find his/her way. It’s the beginners who struggle with even a seemingly obvious thing. Co...