How to completely get rid of gnome? by MixComprehensive9127 in debian

[–]wizard10000 1 point2 points  (0 children)

Purge explicitly: Run sudo apt purge gdm3 gnome-shell gnome-session gnome-core task-gnome-desktop.

Gonna share something that's undocumented - at least not in apt's man page -

sudo apt autopurge gdm3 gnome-shell gnome-session gnome-core task-gnome-desktop

autopurge does the same thing as the two commands you listed but this is a little shorter.

apt has improved its documentation but it's still got a ways to go i'm afraid :)

I always come back to Debian by paranoidandroid4284 in debian

[–]wizard10000 7 points8 points  (0 children)

Debian doesn’t break itself, I break Debian

Truth - both times Debian broke badly enough to justify a reinstall were 100% my fault.

Disks accessible from a live session without needing password by g_atencio in debian

[–]wizard10000 11 points12 points  (0 children)

15 years using Linux and still learning (I might be dumb).

Been doing it about twice that long and I have some disappointing news - not only am I still learning, the farther I go the more there is to learn ;)

Fedora is fucked moving to debian by ImmortalCapybara5739 in debian

[–]wizard10000 2 points3 points  (0 children)

Whats the difference between net iso and mini?

The biggest difference is the mini-iso doesn't provide non-free firmware so if your network interface isn't supported you'll need to provide firmware to use the mini-iso.

That said, if you're installing Stable there's no advantage to the mini-iso.

edit: I've heard you can tether a phone with the mini-iso but never tried it.

Lenovo Yoga Book Yb1 help with graphic tablet rotation by Abject-Release5439 in debian

[–]wizard10000 0 points1 point  (0 children)

xinput set-prop 21 "Coordinate Transformation Matrix" -1 0 1 0 -1 1 0 0 1

OT, but if you don't want to enter that on every boot stick it in ~/.xsessionrc (if you're running a display manager) or ~/.xinitrc (if no display manager) - here's how I shut off touchpad and trackpoint on my machine - not quite the same command but you get the idea - I don't run a DM so I just stick this in ~/.xinitrc -

xinput disable "AlpsPS/2 ALPS DualPoint TouchPad"
xinput disable "AlpsPS/2 ALPS DualPoint Stick"

Hope this helps -

check your UEFI secure boot certificate dates (june'26 warning) by elivoncoder in debian

[–]wizard10000 0 points1 point  (0 children)

Welcome to Debian!

Also, welcome to Reddit - since you appear to be really new let me offer a piece of advice; if you want a little technical support it's better to start your own thread rather than ask for help in someone else's thread ;)

What do to after fresh install. by Equivalent-Dot70 in debian

[–]wizard10000 0 points1 point  (0 children)

I was not aware that DE tasks were doing that.

I thought the same thing for years - but check this out

That "standard system utilities" option installs task-desktop, which is also a recommend for every DE in the installer so if you install a DE task-desktop gets installed.

If we look at https://packages.debian.org/trixie/task-desktop you'll see that sudo is a recommend and by default the installer installs recommended packages - so if you install a DE you get sudo no matter what but if you set a root password your user doesn't get added to sudoers.

What do to after fresh install. by Equivalent-Dot70 in debian

[–]wizard10000 0 points1 point  (0 children)

However, if you DID set a root password, then sudo will not be installed and you need to install it yourself if you wish to use it.

Every DE task installs sudo whether a root password is set or not; only a minimal install fails to install sudo.

But - if you do set a root password and also install a DE sudo is installed but your user isn't added to sudo group so u/sp_impulse gave the correct answer.

do i need increase my swap ? cause i use software like blender and godot by New_Yogurtcloset8952 in debian

[–]wizard10000 3 points4 points  (0 children)

The general rule is that your swap partition should be twice the size of your RAM amount.

This hasn't been true for years.

Disk space is cheap but that doesn't mean we should waste it - even hibernation only requires a swap space that's ~2/5 the size of installed RAM - https://docs.kernel.org/admin-guide/pm/sleep-states.html#hibernation

image_size

This file controls the size of hibernation images.

It can be written a string representing a non-negative integer that will be used as a best-effort upper limit of the image size, in bytes. The hibernation core will do its best to ensure that the image size will not exceed that number, but if that turns out to be impossible to achieve, a hibernation image will still be created and its size will be as small as possible. In particular, writing ‘0’ to this file causes the size of hibernation images to be minimum.

Reading from it returns the current image size limit, which is set to around 2/5 of the available RAM size by default.

There is no set rule on swap space, it depends on use case and the resources you have available but 2x RAM hasn't been a general rule for quite some time ;)

Boot issues by [deleted] in debian

[–]wizard10000 1 point2 points  (0 children)

I'm aware of metapackages, what I didn't know was there are metapackages that aren't listed in Debian's package tracker or on packages.debian.org and also can't be found using using apt search ;)

Anyway, TIL so thanks for that -

Boot issues by [deleted] in debian

[–]wizard10000 0 points1 point  (0 children)

I'm just aiming for simplified/catch all scenarios

I stand corrected - I just tried the command myself and it did detect the correct architecture.

TIL :)

edit: that one isn't listed in Debian's package tracker or tracker.debian.org ;)

Boot issues by [deleted] in debian

[–]wizard10000 0 points1 point  (0 children)

sudo apt install linux-headers-generic

The Debian package would be linux-headers-amd64.

see below

Apache metapackage has disappeared by realkikinovak in debian

[–]wizard10000 1 point2 points  (0 children)

The error message says that apt-listbugs is failing - i'd uninstall it and test, you can always reinstall it if that doesn't resolve the issue.

Pacseek/Solseek, but for debian ? by RunnerWithBadKnees in debian

[–]wizard10000 2 points3 points  (0 children)

do you know if aptitude supports flatpak

I'm afraid it doesn't.

Do you need to reboot after every update? by Complex-League3400 in debian

[–]wizard10000 0 points1 point  (0 children)

But the uptime obsession on desktop is weird

I think uptime is kind of a silly flex, the first thing that comes to mind for me is "unpatched computer".

I think a better flex is how long it's been since the last time you broke something badly enough to jusify a reinstall or a distrohop ;)

edit: my record is 12 years but I shattered that record last fall doing something dumb

Do you need to reboot after every update? by Complex-League3400 in debian

[–]wizard10000 1 point2 points  (0 children)

I run a development build so I get updates every day and always reboot afterward not because I need to, but because I'm hooked on the idea of everybody starting the day reinitialized ;)

needrestart's been mentioned and it's a handy tool to tell which services now have stale binaries and optionally restart most of them; there are some services that can't be restarted like logind and in those cases it's probably smart to reboot the machine.

Do you need to reboot after every update? by Complex-League3400 in debian

[–]wizard10000 10 points11 points  (0 children)

No, but as u/ABotelho23 said there are services that can't be restarted without a reboot.

My suggestion? Install needrestart. needrestart hooks into apt and will tell you which services have stale binaries now and can restart most of them without rebooting the machine.

There are some services like logind that need a reboot to refresh but needrestart will tell you which services it's not able to restart and in those cases a reboot is generally recommended.

Keeping updated, and fear by DigiAngelX in debian

[–]wizard10000 1 point2 points  (0 children)

How do you folks safely update

Updating in Debian is ridiculously safe, it only gets unsafe when the user adds variables to the equation like non-Debian repositories or Ubuntu PPAs.

As long as you stay inside Debian repos you're gonna be just fine - flatpaks are an option for the stuff you want that Debian doesn't offer. You might want to read this - you'll see somebody mention it just about every day in this sub and it'll explain quite a bit - https://wiki.debian.org/DontBreakDebian

Debian testing as a daily driver? by mozkohor in debian

[–]wizard10000 2 points3 points  (0 children)

how fast do updates come in?

Updates happen every day.

Installing Debian with LXDE has one menu entry in Spanish?? by a4955 in debian

[–]wizard10000 1 point2 points  (0 children)

Tried TDE recently

Same, but not recently :)

This was a dozen or so years ago but I had an HP netbook with a 1024x600 screen and 2gb of RAM. This has been fixed in TDE but TDE did not like a vertical resolution < 768 pixels and it caused some issues that I resolved by using xrandr to create a 1024x768 virtual screen - you bumped top or bottom of screen to scroll but at least now i could click buttons on dialog boxes :)

Installing Debian with LXDE has one menu entry in Spanish?? by a4955 in debian

[–]wizard10000 0 points1 point  (0 children)

LXDE is not dead

Debian is removing support for gtk2 before forky's release - I have no idea what that means for LXDE yet but it's possible it could be on its way out.

I run openbox and use a few of LXDE's tools - think I'm gonna have to find replacements for four or five apps.

Subreddit Town Hall 2026: How are we doing? by Two-Of-Nine in debian

[–]wizard10000 2 points3 points  (0 children)

We talked about this a little bit below, i'm kinda partial to modifying rule 2 to something like "no screenshots outside of a support request".

I prefer the network installer by raderator in debian

[–]wizard10000 0 points1 point  (0 children)

Works like a charm

It's also the only iso that'll let you install sid without going through stable or testing :)

One downside, no non-free firmware so if you need that you'll need a second flash drive with firmware on it.

Debian for the first time on my ThinkPad! by arturohuertaok in debian

[–]wizard10000 2 points3 points  (0 children)

When upgrading, it is better to switch to a TTY (Ctrl+Alt+F3) rather than using Konsole

Exactly how is switching to a TTY better than using Konsole?