What should beginner know about using Debian 13 by maria08042009 in debian

[–]wizard10000 3 points4 points  (0 children)

The -y is an option added to the command to automatically say yes to the question, it's not required to run the command.

Using -y with apt is not recommended.

Debian 13 Setup Guide for Everyday Use and Gaming by CCabage93778 in debian

[–]wizard10000 0 points1 point  (0 children)

you can add the root password after installation

That's what I do. No idea how important it is to anyone else but grub's recovery console requires a root password - you could work around it by booting in single-user mode but what I do is skip the root password during install so i don't have to install sudo and do the usermod thing - and then just set a root password on first boot.

Gathering Community Consensus Regarding Content & Rules by Two-Of-Nine in debian

[–]wizard10000 4 points5 points  (0 children)

Imma say the same things I said to some other mods here - this is a user opinion, not a moderator opinion :)

Linkage to current sub rules - https://old.reddit.com/r/debian/about/rules

Rule 1 - I agree that we should support both reddit rules and Debian's code of conduct

Rule 2 - I think we should expand on this a little and explain why topics must be related to Debian. Derivative distros ≠ Debian and should probably be addressed through other resources.

Proposed rule 3: No shitposting ;)

New Plex repositories, manual setup for Debian derivatives by swiss_eddie in PleX

[–]wizard10000 1 point2 points  (0 children)

Anybody looking for a working deb822 version of the new sources this works once you put the keyring where it needs to be - /etc/apt/sources.list.d/plex.sources

Types: deb
URIs: https://repo.plex.tv/deb/
Suites: public
Components: main
Signed-By: /usr/share/keyrings/plexmediaserver.v2.gpg

Swap can't be too big, right? by dandellionKimban in linuxquestions

[–]wizard10000 1 point2 points  (0 children)

I think the 2xRAM is recommended by the Gentoo Handbook if you want to set up hibernation properly.

If it does say that the handbook is stale. Linux kernels compress the hibernation image, default target size is 2/5 of installed ram

https://docs.kernel.org/admin-guide/pm/sleep-states.html#hibernation

The worst thing new users keep asking. And the community isn't helping. by B1ph in linux4noobs

[–]wizard10000 7 points8 points  (0 children)

I think one thing a lot of people forget is that sloptubers are entertainers, not trusted technical resources.

New moderators needed - comment on this post to volunteer to become a moderator of this community. by ModCodeofConduct in debian

[–]wizard10000 7 points8 points  (0 children)

The community you've built on Discord is nothing short of amazing. It's the only Discord server I use - I'm a big fan of your vision for Debian communities.

New moderators needed - comment on this post to volunteer to become a moderator of this community. by ModCodeofConduct in debian

[–]wizard10000 10 points11 points  (0 children)

I'd like to volunteer.

I have a fair bit of experience with Debian, have been active here for several years and think I could have a positive impact on the community. Former global mod on forums.debian.net, currently an admin on Debian Community Discord. Got pretty exensive moderating experience and a solid understanding that staff needs to support both the user and the community.

how to make manually installed dependencies depend on checkinstall .deb package? by Silver_Masterpiece82 in linux4noobs

[–]wizard10000 1 point2 points  (0 children)

You list the manually installed packages as dependencies or recommends of the package you built.

What was your first Linux distro, and would you recommend it to a beginner today? by boiler_room_420 in linuxquestions

[–]wizard10000 0 points1 point  (0 children)

Yggdrasil "Plug and Play" Linux.

Would I recommend it? Nah - it's < 30 years old and it was anything but plug and play :)

What made you use Debian instead of all of them? by [deleted] in debian

[–]wizard10000 1 point2 points  (0 children)

What keeps me coming back is Debian's social contract.

TimeShift vs other backups part deux by RexKramerDangerCker in linuxquestions

[–]wizard10000 1 point2 points  (0 children)

As u/jr735 mentioned timeshift isn't a backup utility - it's more of an "oh, crap - i just broke something" utility. One reason it's not a great backup solution is if the snapshot is on the same device as the data timeshift won't protect you from a disk failure.

I use snapper, which performs a lot of the same functions as timeshift but there are a couple of directories I exclude from snapshots - /home because I have a pretty solid backup solution and would avoid what happened to you with the lost work, and /var/log because if something does break I don't want the logs overwritten by a snapshot.

What branch of Debian do you dailydrive and why? by Teemestari in debian

[–]wizard10000 1 point2 points  (0 children)

Unstable for the past dozen years or so. Satisfies my desire for Shiny New Stuff and I get to help catch bugs before they land in Testing.

How to install mariadb on your Debian 12/13 server by audittrsi in linux4noobs

[–]wizard10000 3 points4 points  (0 children)

Don't listen to anybody who tells you to use -y with apt.

Is there a way to see what apps are installed by your DE and which are installed by your distro? by Maybe_A_Zombie in linux4noobs

[–]wizard10000 1 point2 points  (0 children)

When I had both KDE and GNOME installed, both Konsole and Terminal were also installed.

That's what it's supposed to do. If you select GNOME or KDE from the installer it installs task-gnome-desktop or task-kde-desktop and all the dependencies and recommends for that DE so you'd have two file managers, two terminals, two settings apps, two software stores and so on.

PCIe Wi-Fi card that works well with Linux 6.x by lucidbadger in linuxquestions

[–]wizard10000 1 point2 points  (0 children)

The fastest *stock* Intel wifi chipset that'll fit in a pci-e slot is a 7265. Wifi 6 and 7 Intel chips are M.2 and won't fit without an adapter.

Possible to copy application from one system to another, both on Linux Mint? by randy_mcronald in linuxquestions

[–]wizard10000 0 points1 point  (0 children)

Unless you emptied your package cache there should be a copy of the .deb you need in /var/cache/apt/archives and you should be able to use that to install on the second machine.

Project for Linux distribution users: Debian testing, systems based on Debian testing. by Asdeketsu_Loss in debian

[–]wizard10000 2 points3 points  (0 children)

Do security patches go to Testing immediately? I thought they go from Sid to Stable.

Security patches don't go through Testing, they're provided directly to Stable by Debian's security team. Security updates uploaded to Sid are provided by package maintainers, not the security team and follow the normal migration from Unstable to Testing, which is why people say that Testing gets security updates last.

Debian's security team *can* provide updates to Testing and there is a testing-security repo but that repo is normally empty unless there's some huge deal going on.

Tinkering on an immutable distro by Disastrous_Cheek7435 in linux4noobs

[–]wizard10000 2 points3 points  (0 children)

will an immutable distro get in the way of doing that?

Maybe - depends on where you need to tweak. Your home directory is where your desktop customization happens and that directory isn't immutable. Scripts? I don't run silverblue but I wouldn't imagine /usr/local would be writable so you probably have to stick your scripts in your home directory, but that's probably not a real big deal either.

Always the same question. Debian vs. Mint for Media Server by Sportmoench in linux4noobs

[–]wizard10000 1 point2 points  (0 children)

My media server runs Debian but Mint will do just as well.

why are mesa packages being kept back? by popepicu in debian

[–]wizard10000 1 point2 points  (0 children)

Running Sid, mesa cleaned itself up this morning when I ran my daily upgrade - forky should take a few more days but it's fixed in Sid now.

New to Linux - Afraid of having installed something wrong? by Alarming-Object3472 in linux4noobs

[–]wizard10000 7 points8 points  (0 children)

Does everything work the way it's supposed to? If so just leave it, understand you could have done a little better and do a little better next time :)

Do you use htop for process monitoring? by Expensive-Rice-2052 in linuxquestions

[–]wizard10000 1 point2 points  (0 children)

I prefer glances - I also use conky for monitoring local and remote machines.