Skip to main content

Operating System Basics

Welcome back! So far we have covered HTML and CSS, and up next this we are meant to cover JavaScript, however, I ended up deciding to take a little break from our web development series to cover other topics. So in this blog, we will be going through some of the basics of Operating Systems. So without further ado, let's jump right in!



  Introduction  






  Remote Connection and SSH  














Comments

  1. Keep writing.. Its now taking a shape.. 👍

    ReplyDelete

Post a Comment

Popular posts from this blog

Data Analytics Essentials

 This article aims at foundational knowledge of Data Analytics. After reading this article, you will be able to explain what Data Analytics actually is, list the key tools and technologies within the data ecosystem, look at the different roles associated with the modern data ecosystem, and will have a conceptual understanding of the data analysis lifecycle. Modern Data Ecosystem A modern data ecosystem includes a whole network of interconnected, independent, and continually evolving entities.  It includes data that has to be integrated from disparate sources, analyze to generate insights, and finally collaborate with the active stakeholders to present and act on the insights hence obtained. Let’s start with the  data sources . Data is available in a variety of structured and unstructured datasets, residing in text, images, videos, user conversations, social media platforms, the Internet of things (IoT devices), real-time events that stream data, legacy databases, and data sourced from

HTML basics for absolute beginners

Whether you’re interested in becoming a professional full-stack developer or you simply want to learn more about how websites work, the first basic thing you need to study is HTML. So this is gonna be an ongoing series, and each of them will cover different topics related to web development. As a stepping stone, let us start with Hypertext Markup Language (HTML) Before we dive into HTML, I want to let you know that patience is the key to learn web development or anything for that matter. In fact, you can even study HTML for months if you decide to dive really deep into it, covering each and every inch of it. Anyways we are not gonna do that here, we are just gonna go through some of the very important and useful tips and tags. First of all, HTML is not a programming language, it is just a markup language used to edit and format what we see. HTML is probably the first step that fulfills Front-end development which grows into back-end, web, and finally full-stack development if you are i