Ubuntu Server and Windows question. SOLVED
Hey everyone, I have a question. I am currently a college student and Microsoft IT guy. I had a question regarding Ubuntu server security vs windows. I recently added a gui to my ubuntu server because I don't know what I am doing otherwise, lol.
But while I was searching for information on ubuntu server I saw a lot of people saying how guis are normally considered a security risk, and that a lot of people use something like webmin or whatever else to remotely log in with a gui.
So my question is this, how does a gui as a security risk compare to using a windows server which is all gui based ? Is it the same? Is there something with linux guis that makes them less safe then windows? Or is it safer then windows but still a risk?
Please help with my confusion, lol.
Comments
-
The reason that most Linux and unix server admins do not use GUIs on their servers is because all running software add potential faults, vulnerabilities and crashes. By reducing the quantity of applications that are being run you reduce the potential exploitable vulnerabilties and reduce the system resources in use.
A simple example would be to consider the following:
Webserver1 has the following installed:
*Linux Kernel
*bash
*networking drivers
*apache webserver
*php
Webserver2:
*Linux kernel
*bash
*networking drivers
*apache webserver
*php
*gdm
*x11
*x11 libraries
*xml parsers
*gnome libraries
*ubuntu update manager
*gnome window manager
*libcairo
*gnome aplpications
*firefox
*etc...
Just a quick look at the list shows a great difference in the quantity of running application, which all can be searched on the web for security vulnerabilities, all of which can potentially cause a denial of service on the application layer or cause the cpu or memory to reach full load if exploited.
In contrast to until windows server 2008 you were forced to keep a gui running at all times, this mean that all gui applications, libraries and processes are always available to be exploited and reducing the quantity of resources that are available to the service you wish to give. Depending on what gui application and software is running the potential of vulnerability varies, but on a platform like windows that offers no option to turn of unnecessary apps you always have a high potential for failure.0 -
So all of that makes sense, but since linux with a gui still would have to be directly hacked most likely instead of a virus effecting it like windows, that a linux with a gui server is better then a windows server still. Correct?0
-
A Linux gui is more secure because it is not prone to the normal windows frustrations, but also because in a Linux Environment the applications are detached from the kernel which means that if they are compromised they cannot cause a kernel panic, in contrast with windows systems the gui is tied directly to the kernel, so if an app or the gui app fails it can result in a blue screen of death and a complete system freeze.
The best thing to take away from this is the fact that on a production machine you want to limit your running apps to the bare minimum to restrict resource usage and potential faults. If you start playing with CLI apps and basic configuration files you will quickly learn to love them and have no problem severing your attachment to guis.0 -
UNIX in general follows an acient golden rule: "if you don't have it, you cannot break it"
You tend to have a machine with just minimal services and nothing more, with just the utility you need, only minimal packages and so on.0 -
you all were extremely helpful, Thank you I appreciate it. It all makes a lot of sense and I am really looking forward to learning linux and using it in the future.
Giving you all a thumbs up on karma, thanks again. Questions were very well answered.0 -
didn't realize there was a 6 hour window on increasing karma, i'll make sure to get all of three of you tho.0
-
When i first started using Linux as a server i started with fedora and use to spend hours looking for a gui tool to do everything but eventually i found that it was just not working.
In the long run you will properly find yourself using the command line more and more till eventually you wont need the gui!0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS158-JP クラス フォーラム
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 19 LFS256 Class Forum
- 1.4K LFS258 Class Forum
- 165 LFS261 Class Forum
- 26 LFS267 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 945 Programming and Development
- 310 Kernel Development
- 617 Software Development
- 977 Software
- 369 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)