IronKrill

@IronKrill@lemmy.ca

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

IronKrill,

You’ve gotta let the milk soak in, of course.

IronKrill, (edited )

I tried installing Debian recently as well but didn’t get too far into it. I was annoyed at the base configuration* though. I wasn’t able to use sudo, so I went to add myself to the sudo group and it told me the command didn’t exist… I looked it up and realised that /usr/sbin* wasn’t on terminal path. Extremely fixable but something I never ran into on other distros, made me nervous how many other tweaks I may have to do.

I was simultaneously testing Lubuntu and ended up sticking with that after following install instructions for another app kept complaining about bookworm errors. Perhaps the Debian version was too new?..

  • Edited a couple of details to make them more accurate.
IronKrill, (edited )

Well, I don’t know what to tell you when I had just installed and the system tells me the command does not exist, so I look up the error and adding the path to bashrc fixed the issue. The only PATH export in that bashrc file is the one I added after searching the issue.

IronKrill,

As far as I know I was on the stable version. I downloaded the one right on their front page, which was 12.4.0 net install.

IronKrill,

I’m curious now so am going to try re-installing from their homepage.

IronKrill,

You don’t need to be defensive about this. I’m just sharing my experience, I’m not trying to insult Debian or it’s maintainers. And yes I believe anything can happen considering the crazy bugs I have seen get shipped. Windows wiping One Drive files, multiple Steam bugs on Linux that can wipe your system, etc. Or it may be my choices during install, but it is still unusual compared to all of my Ubuntu installs.

Anyway, I took another shot at it and it still happened. I downloaded the 12.4.0 net install that is on the front page of debian.org. Installed two different times in Virtualbox, once using the graphical and once using the CLI install, using two different mirrors. I unchecked Gnome and ticked LXDE during installation (as I did before), because that is the DE I wanted. I would hope that would not change bashrc settings. Tried sudoing and got the exact same error. https://i.imgur.com/dhFnLgc.png

Here’s the generated .bashrc which I have not touched.

.bashrc`# ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don’t do anything case $- in i) ;; ) return;; esac # don’t put duplicate lines or lines starting with space in the history. # See bash(1) for more options HISTCONTROL=ignoreboth # append to the history file, don’t overwrite it shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) HISTSIZE=1000 HISTFILESIZE=2000 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize # If set, the pattern “**” used in a pathname expansion context will # match all files and zero or more directories and subdirectories. -s globstar # make less more friendly for non-text input files, see lesspipe(1) #[ -x /usr/bin/lesspipe ] && eval “$(SHELL=/bin/sh lesspipe)” # set variable identifying the chroot you work in (used in the prompt below) if [ -z “${debian_chroot:-}” ] && [ -r /etc/debian_chroot ]; then debian_chroot=$(cat /etc/debian_chroot) fi # set a fancy prompt (non-color, unless we know we “want” color) case “$TERM” in xterm-color|-256color) color_prompt=yes;; esac # uncomment for a colored prompt, if the terminal has the capability; turned # off by default to not distract the user: the focus in a terminal window # should be on the output of commands, not on the prompt =yes if [ -n “$force_color_prompt” ]; then if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then # We have color support; assume it’s compliant with Ecma-48 # (ISO/IEC-6429). (Lack of such support is extremely rare, and such # a case would tend to support setf rather than setaf.) color_prompt=yes else color_prompt= fi fi if [ “$color_prompt” = yes ]; then PS1=‘${debian_chroot:+($debian_chroot)}[

IronKrill, (edited )

I never said sudo was not installed, I said I wasn’t able to use sudo, which I wasn’t. This is why I went to run groupadd, which is when I discovered that it is not on PATH, which it isn’t. You’re right I shouldn’t have run groupadd as an unpriviledged user, that is fair, although it also isn’t on my root PATH. https://i.imgur.com/xJsXMVX.png

You’re also correct that /usr/bin is on PATH, so my initial statement is not correct: /usr/sbin is not on PATH. Forgive me mixing up the two, it didn’t seem like an important disctinction earlier when I recalled the experience off memory.

Going back to my original post though, I was simply stating that every Ubuntu variant I have used sets me up with all this out of the box, meanwhile Debian immediately required more set up. It felt more “raw”. I can see the logic behind these changes, but as a new user it was off-putting as compared with every other distro I had used. That is all my point was. I got around the issue, it was not world-ending, but, to quote earlier me, I “was annoyed”. Simple as. I was sharing my experience with Debian because the pitfalls I encountered seemed relevant to the thread title: coming from Ubuntu to Debian.

now you have a chance to learn something

cmon, let’s explore a bit my good boy, let’s be curious about the world that is not wrong by default and only we are right ;) let’s learn stuff, for real

I am not averse to learning and I have learned a couple of new things, yes. Thank you for the insight. It doesn’t change my initial statement.

your user isn’t in the sudoers file because you choose to give login access to root during install

This makes sense, thanks. I don’t really mind not having sudo from install though, I mentioned it because it is what started me down the “groupadd” road.

so you probably made some other strange not-obvious thing

I followed the graphical install and used default options except for LXDE.

IronKrill, (edited )

I read your entire comment and responded to everything relevant. I didn’t break down every sentence word by word because most people don’t enjoy reading those sorts of replies, so I kept it to the bits that required a response. I don’t know what you are talking about at this point, but considering I had the attention span to spend an hour re-installing Debian twice to verify, I don’t think that is the issue here. I have been exceedingly pleasant considering your condescending tone, so your repeated quips and assumptions of the worst are uncalled for.

I stated an experience I had that I disliked. You stated my experience didn’t happen, and I have laid out how it occured and explained what my initial issue was. I am allowed to dislike how a distro does things while acknowledging it is doing those things intentionally. I thank you for the bits of wisdom amongst your snark, but I’m going to go do more enjoyable things now. And maybe I’ll use Debian on my next server, sorry to disappoint you since you are so determined to gatekeep it (or why else are you so glad I’m not using it?).

IronKrill,

You’re correct. That’s one of the few useful things superbirra mentioned, and I’ve updated the parent comment to correct my initial error. I was recalling from memory and just remembered it was a “bin” folder.

IronKrill,

Canadian here, the most common I see is sliding horizontally. Our house has horizontal as well.

IronKrill,

I check ram and cpu usage and change startup apps or task priority just as much as I need to force quit.

IronKrill, (edited )

I don’t know, I just use Aniyomi because it’s working fine. When making a request like this it helps to know why you want to switch and what features you need so that people can recommend something you want, because it’s unlikely for apps to share every single feature. i.e are you looking for local playback, manga reading, tracking integration, extension support, so on and so forth.

IronKrill,

3.19k of those are inactive.

IronKrill,

I use SY and I get the sense that Bobby is more of a fast and loose type while the Mihon dev is focused more on polish. My assumptions are based on the unpolished nature of SY features and the Mihon dev saying “some of us liked plain Tachiyomi” [sic].

What search engine do you recommend that isn't Google or Bing?

I’m still trying to de-Google my life, little by little. I don’t trust Bing for similar reasons. DDG is feeling shady of late. What’s the search engine you all recommend that I can inject into my daily life? Is there perhaps a search engine that is focused on code, or have we just all moved on to AI for searching?...

IronKrill,

Depends what you’re trying to do. Looking up a movie? Easy. Looking up niche documentation/issues or error codes just feels hopeless compared to how it used to be.

IronKrill,

Yeah fuck me for saving 2 extra hours of commute EVERY DAY.

IronKrill,

At current count, 911. I used to sit around 3000 but managed to shave it down, now it’s creeping back up.

Too many things I want to download or read later and not as much time as I used to have. I have been making an effort to use alternative methods though such as bookmarks, YouTube playlists, or just, you know, doing the thing in the moment.

Sites for downloading high quality music files

I am making a script that can download high quality music files, currently from free-mp3-download.net and slavart.gamesdrive.net. Are there any others? I could look into torrenting things automatically and maybe looking into Lidarr? Not 100% on how that works but any ideas on what else I could add or links to other places I can...

IronKrill, (edited )

Best you get from YouTube is 128kbps (ish, it’s VBR) without paying or 256kbps with Premium. I would consider high quality to start at 320kbps minimum.

IronKrill, (edited )

You are correct that it’s 160kbps, I spoke a bit too vaguely as most of them are listed between ~95-130 by my music software instead of the peak of 160. I still maintain that YT Premium are “good enough” and not “high quality”, but that’s a highly subjective statement. The point remains though that you cannot get that 256kbps without paying.

IronKrill,

And you could make a killing on selling instant travel.

IronKrill,

When I was using a single monitor, left. Was really nice to take up less real-estate and I rarely had issues with accidental auto-hide activations on that side. Since I’ve moved to 3 monitors though, bottom. The top just feels uncomfortable to me despite using Mac for my formative computer years.

IronKrill,

I can fix her. I can fix her. I CAN fix her. Get me in there, coach!

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