Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
World domination, and if you can't achieve that... Well don't come back:)
Whatever the feck you want to do with your computer. Make it your own, do your stuff you regularly do.
And charge your battery!
@macniel I think i missed that step while switching to linux.
Yeah I only became aware of it when I was attending the last secret penguin meeting. The world shall be at our fingertips!
Setup - checked
Troubleshoot - checked
Install apps - checked
Import data - checked
Customize - checked
~~Boast~~ Tell people on social media - checked
I'd say Linux distro migration checklist completed.
Also that is a (mostly) good selection of apps right there.
Replace the Pop! Shop with the COSMIC Store.
sudo apt install cosmic-store cosmic-icons
sudo apt remove pop-shop
Pop Shop is kinda slow. COSMIC Store is part of Pop OS's new COSMIC Desktop Environment (DE). Everything is just a lot faster. It's an alpha so there are a couple of rough edges, but it's great overall.
Speaking of, get hyped for COSMIC. It's a DE written in Rust. It's not quite as complete as GNOME, but hopefully it will have better performance than the current GNOME mod that forms Pop's UI.
get hyped for COSMIC
Honestly I'm just excited for a non-gnome DE with an actual company backing it. I can't wrap my head around gnome's expectations for how you use it, so the fact that it's the default on every enterprise-backed Linux project is annoying as heck
Click the windowing mode icon (far left of the icons in the top right) and switch that bad boy to tiled windowing mode. Tiled windows will feel odd for a couple of days, but once you switch back to free-floating windows you’ll realize why I’m recommending tiled.
Look up the PopOS keyboard shortcuts for moving tiled windows around the desktop and workspaces. It’s a game-changing way to use your computer.
PopOS has been my daily driver for a year. Hope you enjoy it as much as I do!
I'll keep this in mind, thank you!
Install steam and whatever gaming things you have and give it a proper spin. I also added some gnome extensions for system usage. Besides that, pop is very simple.
Post a screenshot on social media
Your next step is to Arch
btw
enjoy
Get your keybinds the way you want and learn how to use the tiling extension that comes with pop. I found it super useful when I used to use pop
And then realize that tiling in popos is inferior and start using i3 or sway
I used i3 for a couple of years, but I missed the ease of having a DE that just recognised USB sticks and external hard drives, and all the other little things that you have to set up manually
You should use it :D
make a backup
install lolcat and make bash commands so that update and upgrade come out in rainbow.
Yeah, now go crazy trying shit you probably should not be trying. From my perspective, that's the best perk of any Linux distro. Evidently, backup first.
Based on my experience migrating from Mint to Pop!_OS, the next step is migrate back to Mint.
I daily popos for work. It's a great workhorse distro and I've had very little problems with it.
I really don't get some of these comments. I've been using popos on and off since it came out. I would check out gnome extensions to see if anything sticks out to you as being useful for your use case. I would also go into your settings and update your recovery partition. This is also the place to refresh your PC if you need in the future which has been a must-have for me.
Figure out how to do snapshots before doing updates or upgrades.
Timeshift I think? Maybe more available.
That's really cool! I put my wife on Pop_OS recently and it's been a little bumpy, but she's also got a bit of a specialty laptop. Glad it's been smooth for you :).
I really like your aesthetic, btw, how the wallpaper fits with your launch bar. Really pleasant!
Wish I had some advice for you, but heck, thanks for starting the thread because (after sifting highly opinionated goofposts) I'm learning a lot too. :)
Just enjoy buddy.
Buy Helldivers 2
I’ve installed Pop!_OS on many machines over the years, and my standard process is:
- Install PopOS
- rare for PopOS, but, depending on specialized hardware (some legacy Nvidia cards), a little driver rejiggering might be called for. Or a weird network printer setup that CUPS doesn’t like.
sudo apt update && sudo apt install -y apt-fast && sudo apt -y upgrade
- pee, smoke weed, feed kitty…
- set up my custom zsh/bash profile for the terminal
- enable firewall
- configure SSH and whichever remote management tools I need (I happen to deploy remote machines frequently)
sudo apt install gnome-tweaks
& a few other UI tweaking tools (obviously, this step will no longer exist soon)- tweak UI/UX
- search through gnome extensions website for extension I want to install. There’s usually a Top 10 or Top 20 gnome extensions list you can google (eg: “best gnome extensions 2024”)
- make sure I have all appropriate media codecs installed and updated.
- set up pip-/pip3-installer.
After that, it’s setting up/configuring whatever software that particular machine needs.
Edit: there’s probably a lot that I’ve skipped/missed, and a lot that others will do along their way through these steps. This is just a basic outline of some of my post-install processes (developed over time), and I hope this answers your question.
Also, you can google for post-install guides for Ubuntu and they’ll largely be applicable to PopOS since it’s based on Ubuntu.