Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

atzanteol, to linux in Redox OS - an OS built entirely out of Rust

Why would that be great? It’s so weird that people care this much about what language their OS is written in…

atzanteol, to linux in Integrity and config errors Ubuntu

Kernel boot logs aren’t well disciplined to be careful about what is an error or not. Sometimes it’s just checking for the existence of hardware and reports the error it gets if it doesn’t exist.

If things are working I wouldn’t worry.

atzanteol, to linux in New to Linux, have a few questions

Yeah - the home directory in Linux pre-dates the windows Users directory by a long time. You’ll see the multi-user nature of your OS exposed much more in Linux than you will in Windows.

Every user will have a /home/username directory on Linux (often referenced by “~” or by the environment variable “$HOME”). By default this is the only directory that user will have any permissions to create things (with some exceptions like /tmp which is used for temporary file creation - but nothing long-term). So all of your configuration, user-created files, etc. will be created there.

Configurations are often stored in ‘dot-files’ or in directories that begin with a period. These are “hidden” by default with most file-browsing tools (it’s just a tradition - there’s nothing otherwise special about files or directories that begin with a period). So you’ll have a .bashrc which is the script that runs when you start a bash shell for example. Or .local which is where you will find a lot of application configurations these days.

So if you copy /home/username somewhere you will copy all of your configurations.

Some applications will install there as well. Steam, for example, will install your programs under $HOME/.steam.

Things you install “system-wide” will be installed to /usr/bin or /bin. This will typically be things that you use a package manager to install. So the steam application may be /usr/bin/steam but then all of its configurations, installed apps, etc. go in your home dir.

If you’re curious where a command lives you can use which cmd or type cmd from the command-line and it will show you (something I often wish Windows had).

NOTE: There are exceptions to everything I’ve said above. But those are the “general” guidelines. In short - if you installed it without needing root permissions it’s likely somewhere in $HOME.

atzanteol, to linux in "Help me choose my first distro" and other questions for beginners

Is there?

“these two have major issues in management, packaging policies or philosophy that might make your life as a beginner difficult”

What issues are these that I’ve never seen?

atzanteol, (edited ) to linux in Filesystem mirroring: best backup tool?

rsync is ubiquitous and the standard for this type of job.

rsync -rav --delete --progress --exclude=ignore_dir source-dir user@host:remote_dir

SSH is used to connect. Ownership, symlinks, etc. are preserved. Add more “excludes” to filter out more directories. Do your first run without " delete" to make sure things are going where you want.

If you want “backups” I would suggest something more sophisticated. But for just cloning this is the way.

atzanteol, (edited ) to linux in Easy way to try out a bunch of different DEs?

Not sure about others but in PopOS (and I assume Ubuntu) it’s pretty simple. Probably easy with most distros.


<span style="color:#323232;">apt install gnome-desktop
</span><span style="color:#323232;">apt install kde-standard
</span><span style="color:#323232;">apt install xubuntu-desktop
</span><span style="color:#323232;">apt install cinnamon-desktop-environment
</span><span style="color:#323232;">apt install xfce4 xfce4-goodies
</span><span style="color:#323232;">etc.
</span>
atzanteol, (edited ) to linux in New Linux user here. Is this really how I'm supposed to install apps on Linux?

the “year of the Linux computer” will never happen.

It won’t, that’s fine. People who don’t want to lean anything about computers use iOS and Android now. And that’s fine. I never want Linux distros to become like that.

atzanteol, to linux in KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future

Nate Graham acknowledges current gaps in Wayland support but on the matter of “Wayland breaks everything” isn’t really the right perspective

That’s rather disingenuous. It’s meant to be a replacement for X11. So it does break things.

atzanteol, to linux in Looking for input regarding finding an IDE (spoilers: involves Emacs and Vim)

Modal editors were neat when required, but then we got full keyboards and control keys.

Have you ever seen old Unix keyboards?

atzanteol, to memes in Vegan food: The west vs India

There’s actually a lot of plant based meat that are chemical / preservative free

Literally everything in this sentence is wrong.

atzanteol, (edited ) to linux in What's your current favorite distro that isn't Arch, Debian or Fedora?

Same! I’m on Ubuntu and Pop these days but I fondly remember my old distcc build cluster…

Portage is still far and away my favorite package manager.

atzanteol, to linux in "Help me choose my first distro" and other questions for beginners

And “don’t use Ubuntu because something something management”?

atzanteol, to linux in What has been your experience with Flatpak?

Mixed bag…

It’s only really an option for GUI applications which I intend to launch from a GUI which is a real turn-off as a long-time CLI user. I often want to run something like gimp file.ext from the CLI but can’t (easily) with a flatpak.

I also find the permission system gets in the way quite frequently as well. Like I was using some graphics program from a flatpak (I forget which - rawtherapee or maybe digikam) and it could only see certain directories. I get the security restrictions but it was a bit of hoop-jumping to try to figure out how to get that to stop, and in the end I just installed the snap…

atzanteol, to linux in Upgrade vs Reinstall

Yeah, my first thought was “this is doing containers the hard way”.

lxc and docker are your friends.

atzanteol, to linux in Could we add "Distrochooser" to the sidebar?

At first I was with this but the first set of questions is so stupid that I can’t see that being a good idea.

Somebody just code up a bot that picks a random mainstream distro everytime somebody asks “what distro should I use?”

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #