Considering Starting Linux

maquise@ttrpg.network to Linux@lemmy.ml – 165 points –

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.

101

You are viewing a single comment

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.

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.

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

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