LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   newbie (https://www.linuxquestions.org/questions/linux-newbie-8/newbie-4175564385/)

cd_daniel06 01-19-2016 11:54 AM

newbie
 
I am a college student in need of a Linux partner. One of my assignments is to meet someone on this site and simply talk about our views on Linux.

If anyone wants to help please respond, Thanks.

Ztcoracat 01-19-2016 12:23 PM

Hi & Welcome to Linux Questions.

What views about Linux would you like to discuss?

cd_daniel06 01-19-2016 01:49 PM

Well to be honest I am really green when it comes to Linux so I don't Know much. I am confused on what exactly ix X WINDOWS SYSTEM. Ive been reading up on it but its confusing. Any input?

TobiSGD 01-19-2016 03:23 PM

Linux by itself is just a kernel, that part of an OS that abstracts the hardware and offers a programming interface to be used by applications/libraries, with the most known library that is using the kernel interfaces being the GNU C library (Glibc).
On top of the kernel you will find a collection of tools and libraries that will give you the advanced functionality, like a command interpreter/shell, string processing tools, ... . On desktop Linux systems this part is usually taken by the GNU tools and the Bash shell, but you can find other environments on embedded systems or mobile devices, like an Android phone.
If you want to have a graphical user interface you need a display server that gives you basic window handling and drawing capabilities. This is on desktop systems usually the X server (aka X Window System) using the implementation from the X.org project, but nowadays replacements are in development that fit better for modern hardware, like Ubuntu's Mir or X.org's Wayland.
On top of the X server you will usually find window managers (like Openbox, Fluxbox, WindowMaker, Enlightenment, Awesome, i3, fvwm, XMonad, ...) or fully fledged desktop environments (like KDE, Gnome, Unity, Cinnamon, Mate, XFCE, ...), that give you enhanced capabilities do manage windows and virtual desktops (+ commonly used tools like calculators, text editors, ..., in case of the desktop environments).

This kind of modularity is common to all UNIX-like operating systems, only that you will see different parts replaced with other implementations on different UNIX systems, you won't find the GNU tools by default on most (if not all) BSD systems, but their own implementation of these tools.

Ztcoracat 01-20-2016 10:21 AM

Quote:

Originally Posted by cd_daniel06 (Post 5481042)
Well to be honest I am really green when it comes to Linux so I don't Know much. I am confused on what exactly ix X WINDOWS SYSTEM. Ive been reading up on it but its confusing. Any input?

TobiSGD pretty much covered what the X Window System is and it's functionalities.-:)

One way to become more acquainted with the X Window system is to install Linux and give it a go:-:)

https://en.wikipedia.org/wiki/X_Window_System
http://searchenterpriselinux.techtar...-Window-System

DavidMcCann 01-20-2016 11:15 AM

One big difference between Linux and Windows is that Windows is really geared to the personal computer: that's what it was intended for. Yes, you can get server and embedded versions of Windows, but they're not as good for the job: that's why only about 30% of servers (mostly in small companies) have Windows.

In contrast, Linux is found on supercomputers, mainframes, servers, personal computers, smart phones (i.e. Android), and embedded computers. Your router and digital TV are probably running it. That's where the modular nature of a Linux system, that Tobi outlined, comes in handy: you just get what you need. The servers and routers don't need the X-window system. Eliminating unnecessary stuff, like the open source model, make things far easier to develop and debug.

On PCs, reasons for using Linux vary. The Gendarmerie in France use Linux for security reasons, NASA and the International Space Station for reliability, Brazilian schools for economy. Many home users will have similar preoccupations. A South African may use it because that's what they used at school. Some of us just slipped into it: my path was Sinclair QL running QDOS (like Linus Torvald himself) > Q60 double booting QDOS and Linux > PC running Linux alone.


All times are GMT -5. The time now is 06:31 PM.