I want to get back into Linux
I want to get back into Linux
I previously ran Linux a few years ago because my computer couldn't handle Windows 10. After upgrading, I switched back to Linux since gaming performance was poor. I'm now considering using Ubuntu Arch for both server and personal purposes. I've lost track of installation commands and running programs. Do you know any good resources or tips to help me get started again?
Sudo apt-get youtube.com was a joke—no real links were provided. Just a light-hearted attempt!
I rely on ArchWiki even outside of Arch Linux installation. https://wiki.archlinux.org/
I used it quite often while setting up Manjaro. Of course, since it's based on Arch, much of what works here also applies to Debian/Ubuntu. OP, I suggest trying Manjaro and just exploring until you hit a problem, then attempt to resolve it yourself. At least at first, you can manage everything through the graphical interface (pamac for installing packages will be extremely useful, even though the command line is quite straightforward).
To install Java, you would run the command `sudo apt install java-[version]` where [version] is the desired release.