DEV Community

sai sanjana
sai sanjana

Posted on

Web designing-Lunix intro

Hi all,
Today I learnt about the introduction of Lunix. Basically Lunix is just an operating system like windows or macOS that helps your computer run and interact with it. The difference is that Lunix isopen source meaning anyone can look at its code, change it and share it. I also learnt about the major difference between Linux and windows ans why windows and why lunix are much more popular.

SOME DIFFERENCES BETWEEN LUNIX AND WINDOWS ARE:
Lunix:
1.No need to pay licence for it.
2.Thousands of developers worldwide contribute, so help is always available.
Windows:
1.Need to pay for licences.
2.It is controlled by Microsoft.
LINUX MINT:
Linux mint is a version of Lunix mint operating system that's designed to be easy to use. People always use Linux mint because it is stable, secure and doesn't need powerful hardware.

I also learnt about the types of user interface in which there are two types,
-Graphic user interface(GUI)
-Command line interface(CLI)

SERVER IN WEB:
A server is just a computer, but instead of being used by one person its st up to provide services (websites, files, or apps) to many people at once.
A developer uses server by first writing code and giving it to the server. Therefore the server is always running waiting for requests.

Top comments (0)