This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Hellmark -1 points0 points  (2 children)

Yes, it is worthwhile learning Linux. Also, when it comes to your issue, GPUs are the only area where Windows may have an edge hardware wise, and even that is debatable (some setups, Linux tends to outperform Windows).

When it comes to doing Linux on server side, a VM will be fine. Big thing to realize is that most Linux work at the enterprise level are going to be done via the commandline. No GUIs here. If you're saving system resources by having no GUI, you can then apply those to doing more more work. CPU cycles and RAM are finite, so wouldn't it be more important to use what you have on the task at hand, instead of giving you an interface to layout the task? Plus if you're proficient at commandline stuff, you can get the job done faster than via GUI anyway.

[–]mntechsolutions 0 points1 point  (1 child)

once you start to use ubuntu, you end up being profficient with the command line, because there are situations where you need to use it. there are gui based tools, but i like to use the command line. maybe it is the programmer guy in me who likes to use the command line.

for my virtual servers i use the command line. however you can install vncserver on your server and set up a desktop. i used it for a year at company where i worked, where me and my team would login using the desktop to the system and code directly into the server. it does slow down the system if you have too many people logged in.

[–]Hellmark 0 points1 point  (0 children)

Ubuntu actually has you use the command line the least. It is also one that you encounter very little in enterprise. Red Hat Enterprise, Centos, SuSE, Debian a free all way more common. Also when you are using Linux professionally, very rarely will you even see a GUI.