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.

Ternary Search Algorithm
Let us have a function y=f(x)=3+x-x*x. We want to find x for which y is maximumGraph of y=3+x-x*xIn...
Effective Data Handling with Python Arrays
Introduction to ArraysIn the world of programming, arrays are one of the fundamental data structures...
Python reading from 'stdin'
How to read from ‘stdin’In Python, you can read from standard input (stdin) using the...