Comments

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

atzanteol, to linux in Self Post

Is “magic sysrq” enabled? Could be the cat hit alt+sysrq+something.

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 Which distro/image to use for distrobox where you just want to install tools?

It’s been a while since I’ve used pure debian, but historically I’ve used Ubuntu because debian made it more difficult to install “non-free” software. Has this changed?

atzanteol, (edited ) to linux in Reminder to clear your ~/.cache folder every now and then

Oh yeah, you never hear such complaints about Windows or MacOS.

BTW can you recommend any good tools to cleanup my registry?

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

TIL there’s a where command in Windows! Thanks!

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, (edited ) to linux in New to Linux, have a few questions

It’s a bit of an unpopular opinion, but if you pick a mainstream distro there isn’t a lot of difference between them. Especially to somebody who is new to linux.

With most any distro you can use KDE, gnome and other desktop environments. You can pick which one you want to use when you login. So don’t think you’re tying yourself to KDE if you install kubuntu or something.

If you want an easy way to switch to a new distro make sure you create a separate partition for /home. Then if/when you want to install something new you can have it overwrite everything except your home directory. So all your steam configs and games will be left untouched (for example). Alternatively just backup /home somewhere and restore as you need.

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, to linux in "Help me choose my first distro" and other questions for beginners

What’s with the weird anti-Ubuntu bias? “It’ll probably work fine but I don’t like their management?”

You’re recommending a distro for beginners. Personal disagreements with the company are irrelevant.

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 "Help me choose my first distro" and other questions for beginners

They don’t make everything slow. And a beginner isn’t going to notice or care about loop devices.

atzanteol, to linux in TIL

They may have been, things were far more trusting back then.

X servers, for example, would accept any connections. So we would often “export DISPLAY=friendscomputer:0.0” in the computer lab and then open windows of embarrassing content. Which at the time would likely be ASCII art…

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, 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 memes in Vegan food: The west vs India

“plant-based” is not “meat”. Are there “meat-based plants?”

All food is comprised of “chemicals”.

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