Blog Category: Operating System

What is Linux and what does it do?

Many people have heard the word ‘Linux.” This name can be seen in many places on the internet. Some say it’s software, some say it’s an operating...

How To Install Nginx on Ubuntu and Ubuntu-based Distribution

OverviewSome of the biggest and busiest websites on the internet are hosted by Nginx, one of the most well-known web servers in the world. It’s a simple...

Check Our Ebook for This Online Course

Advanced topics are covered in this ebook with many examples.

Dart Basic- Lists
Lists in DartThe dart:core library provides the List class that enables the creation and manipulation...
Concurrent Programming in Java - PART ONE
Computer users take it for granted that their systems can perform multiple tasks at once. They believe...
Python Basic - How to Handle the Exceptions & Errors in Python
Exceptions or Error HandlingError handling is an important part of any programming language, including...