Hello there which linux is this?
http://www.imagehost.ro/pict//29074909463423c563ba3.jpg

And which linux would you recommend for programming and gaming etc?
-Thanks

Dani AI

Generated

From the tiny screenshot posted it is impossible to be certain which distribution that is. As pointed out, themes and skins can hide the distro; was right to look for a logo, and 's guess is one possibility — but visuals alone are unreliable, especially years later.

Quick ways to identify a running Linux system (run these on the machine if you can):

cat /etc/os-release
lsb_release -a
hostnamectl
cat /etc/*-release
which apt-get || which pacman || which dnf

Look for the PRETTY_NAME or Distributor ID fields and which package manager is present; those give a reliable answer. If only a screenshot is available, check panel placement, menu style, distro-specific widgets, or do a reverse-image search for identical desktop shots.

For programming vs. gaming: pick a distro with good hardware support and reasonably current kernels/Mesa (games care about drivers and Vulkan). For a quick developer setup on Debian/Ubuntu-based systems:

sudo apt update
sudo apt install build-essential git curl

Then add language runtimes, Docker, or IDEs you prefer. For gaming, ensure the correct GPU driver (proprietary driver for some Nvidia cards), install Steam and enable Proton, or use Lutris/Wine for non-Steam titles. Note: secure boot, proprietary drivers, and very old hardware may need extra steps.

Recommended Answers

All 6 Replies

>Hello there which linux is this?
Don't have a clue from that tiny thumbnail. It's definitely all skinned-out, which is possible to do in any distribution of Linux.

>And which linux would you recommend for programming and gaming etc?
It all depends on your system, how much time you're willing to spend getting it to run, how fast you want it to run, your experience with linux and/or computers, etc. It's also not a bad idea to try out some LiveCDs first, as these are CDs that allow you to boot the operating system off the disc and test it out without actually installing it.

If you search the forums you'll find many topics regarding this question ("linux distro" or "type of linux" should suffice).

I think the thumb has the Ubuntu logo in the top-left corner, but it's very difficult to make out. And for gaming, I seem to recall there being a distro that was very WINE-centric (e.g. to help with gaming) but I can't remember what it was called...

And for gaming, I seem to recall there being a distro that was very WINE-centric (e.g. to help with gaming) but I can't remember what it was called...

Dreamlinux? Anyway, it's not going to be that hard to find a distro that runs WINE or Cedega well.

Found this interesting "Ask Slashdot":
http://ask.slashdot.org/article.pl?sid=05/02/07/1543207

Seems like Gentoo's the favorite for native gaming, what with Portage and all that.

Its ubuntu.

Debian is the best IMHO for programmers.

>Debian is the best IMHO for programmers.
Care to explain why?

In my experience Slackware and Debian are what is used mainly by programmers as:

A: Stable (my other choice would have been slack but i deicided against for the other reasons below)

B: Large software repository available with recent, but stable software

C: Easy to install and maintain

D: Easiesy distro IMHO to set up a LAMP server on

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.