this post was submitted on 04 Feb 2024
153 points (91.4% liked)

Linux

46833 readers
2827 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I have been using Windows my entire life, but since I got my Steam Deck I’ve been considering trying to get into Linux.

I obviously don’t have much of an idea where to begin, other than that I’m currently also trying to learn Javascript. I'd like a basic workstation I can code on and mess with, that doesn't run more than a couple hundred. Could use some recommendations for hardware plus where to begin.

you are viewing a single comment's thread
view the rest of the comments
[–] port888 5 points 6 months ago (3 children)

trying to learn JavaScript

Your first hurdle will be to figure out how to install VS Code. Double clicking the downloaded .deb file often doesn't work. You'll need to follow the instructions on the official page under "Debian and Ubuntu": https://code.visualstudio.com/docs/setup/linux

Specifically the part about 'sudo apt install {distro}.deb'. The other parts are not needed.

[–] [email protected] 4 points 6 months ago* (last edited 6 months ago)

VS Code

It’s the Church of Emacs or Cult of vi (or Neovim) in these parts! You don’t need a Microsoft text editor with proprietary plugins to write JavaScript. When your display manager inevitably breaks while you learn Linux or administer a remote system, having skills with an editor that works in the terminal will prove invaluable.

[–] [email protected] 3 points 6 months ago (1 children)

Can't you just install it via the Software Store?

[–] [email protected] 3 points 6 months ago

This, you should always default to your package manager for app installs. I believe it's available on their Ubuntu repos

[–] [email protected] 1 points 6 months ago

Just install VScodium from flathub. It is way more simple.