System and Network configuration • Re: systemctl networking service?
Hello,@Aki : Not really sure yet. None1975 did not answer the question [..].In my humble opinion, @None1975's answer was very focused on the topic and explained what the software launched by...
View ArticleGeneral Debian • PLEASE HELP
Firstly, it is tedious to have to create an account just to ask such a simple question.I am so sorry for not being all tech savvy and hip when there is virtually no help available for this awful,...
View ArticleBeginners Questions • Re: Unexpected HTOP results – RAM usage increases more...
GLANCES seems like a great option for remote server monitoring. It seems GLANCES, in addition to TOP and FREE are all in agreement but HTOP differs.GLANCESMEM - 24.4%total 3.82Gused 955Mfree 2.89Gtop...
View ArticleGeneral Debian • Re: PLEASE HELP
Ah, found the message!You need to specify what you're actually using. Gnome, KDE, Xfce, etc. Debian is not ONE thing. Default is Gnome, maybe?I open up Xfce's 'Power Manager' for example, which you...
View ArticleGeneral Questions • Re: Continuous SWAP Increase and OOM Killer Triggered...
Are there any configurations or tweaks I can apply to reduce swap usage and make better use of the available RAM?Check this: https://wiki.debian.org/ZRamStatistics: Posted by panpan — 2024-06-14 03:33
View ArticleOff-Topic • Re: kaspersky
Moreover how does blocking ClamAV and other linux related items from Russia help? It will further weaken and fragment the eco system. Not only that other non-western participants will look at this and...
View ArticleForum information, requests, and feedback. • Re: Forum for Security related...
Well there are many distros which are based on Debian. Debian is by far the biggest trend setter in Linux world along with RH and Arch. For those Distros which are based out of Debian and which do not...
View ArticleBeginners Questions • Re: [Networking] Mantaining and updating a HOSTS file
I would recommend either using NextDNS with your desired settings. It's the easiest way to have DNS-based adblocking.Alternatively, you could install your own resolver (e.g. unbound) and set it up to...
View ArticleInstallation • Re: Geany not working in Bookworm with Xfce. (new install)
@FabienDoes this happen when running very simple code ...Yes it's the sameEdit used wrong laptop (same model) before edit.Statistics: Posted by Theuthr — 2024-06-14 22:00
View ArticleInstallation • Force installer to use a certain EFI partition
Hello, on my laptop I have an ssd with windows and another one where I want to install debian.During manual partitioning I created a 500 MB efi partition and another one for the operating system in...
View ArticleSystem and Network configuration • Router
Debian 12, two network interfaces.eth0 is the access to the internet (on 192.168.0.1), and my home network is 192.168.1.0/24 on eth1I'm just using /etc/network/interfaces which has:auto eth1iface eth1...
View ArticleSystem and Network configuration • Re: Error building Nvidia kernel module
You need to install nvidia-driver from backports. See also - viewtopic.php?t=159163Wait, I'm thinking, if I upgrade to Debian 12 would it also solve the issue?Probably. I'm using GTX970 with current...
View ArticleInstallation • Re: Force installer to use a certain EFI partition
Hello, on my laptop I have an ssd with windows and another one where I want to install debian.During manual partitioning I created a 500 MB efi partition and another one for the operating system in...
View ArticleInstallation • Re: OK to reformat EFI partition during clean install?
Thanks, that's what I figured but can't hurt to be over cautious.Statistics: Posted by mpz_t — 2024-06-15 22:46
View ArticleInstallation • Re: BUG? GDM Installs even when choosing no DE
I would think you must have missed an option there, when I do a server install at the software selection screen I choose nothing but two options, I tried installing it twice. I used the Small CD/USB...
View ArticleSystem and Network configuration • Re: CUPS reporting...
> Edit /etc/cups/cupsd.conf to allow local printing without authentication?What would I be looking for? Is there something I can change in that file? Or is there something to add? It seems to be an...
View ArticleSystem and Network configuration • Re: Network-Manager OpenVPN connection...
OpenVPN works as expected in Debian 12.Check if the required packages are installed:Of course I have installed all these packages.If you have valid ovpn file open Network Connections in the Network...
View ArticleGeneral Questions • Removed from sudoers
Hi All,Im running Debian 12.5 with the root account disabled during the install. I was trying to access information from amixer for headset detection and tried adding myself to the audio group with...
View ArticleGeneral Questions • Re: Removed from sudoers
sudo usermod -G audio john'One should always read the manual:G, --groups GROUP1[,GROUP2,...[,GROUPN]]] A list of supplementary groups which the user is also a member of. Each group is separated from...
View ArticleProgramming • Re: How to list packages in Debian repositories containing...
Thank you @Aki, I'll try to explain a few things.I use parameter expansions a lot (described in the "Parameter Expansion" section of the Bash manual) because it's much more efficient (faster) than...
View Article