General Debian • Re: Off-Topic: Immutable Bkworm
It is much more convenient to prepare the live_iso/persistence_partition iterations on an HD/SSD/NVME. This is what I would like to discuss first.Again, since our main goal is to put together a...
View ArticleGeneral Questions • Re: email viewer?
Review the last item heremhonarcStatistics: Posted by cds60601 — 2024-05-28 03:39
View ArticleInstallation • Re: HP ProLiant ML350 G5 Not Detecting Hardware RAID
Is your raid setup via the HP quickstart (IIRC) and more importantly, is the battery working for the controller?The next thing is to ensure you are using your prefered version of Debian w/non-free...
View ArticleBeginners Questions • Re: Portable Apps on Linux
installing applications on Linux and Win often requires escalated root/admin privileges. Once you get root involved (sudo) who knows what is being done.Coming from a world of inscrutable untrusted...
View ArticleOff-Topic • Re: Multiple users with the same username starting at boot
a) Not particularly unusual if you have autologin for both a TTY and X.b) This has nothing whatsoever to do with Debian, go ask on the Parrot board.c) Unless you are learning penetration testing,...
View ArticleGraphical Environments & Desktops • Re: Monday as first day of week [SOLVED]
Thanks, working.Code: $ grep ^L /etc/default/locale LANG=en_DK.UTF-8LANGUAGE="en_DK:en"And then a Code: sudo dpkg-reconfigure localesLogout and login again and Monday is the first weekday when open...
View ArticleInstallation • Re: bluetooth problems on sansung galaxy book2
Is it at all possible that the built in BlueTooth adapter in your device is based on a RealTek chip-set?Statistics: Posted by friendlysalmon88 — 2024-05-29 04:11
View ArticleGraphical Environments & Desktops • Re: Interaction between gsettings and...
Is your touch/track pad a synaptics variation? If so there may be a conflict on the driver or hard ware abstraction layer section of the OSI model stack.Statistics: Posted by friendlysalmon88 —...
View ArticleForum information, requests, and feedback. • Re: Scheduled Forum update,...
All is sound and clear here in Mother Russia! Though some VPN got involved in the middle. Thank you for generous share of enormous efforts! Really appreciate that!Statistics: Posted by nikobit —...
View ArticleSystem and Network configuration • Re: How to use resolvconf?
A cursory glance suggests the answer to your question may already be in the Debian Wiki:Ordinarily, the resolv.conf(5) file is managed dynamically by various network service daemons. This is the...
View ArticleProgramming • Re: GCC 12.2.0-3 has bug and I reported it to Debian bugs ; but...
This is a piece of code […] a week ago version of GCC […] compile it wrongly and give garbage values most of times ( and correctly , some times ) .What do you mean exactly with “give garbage” ? Does...
View ArticleBeginners Questions • Re: [Software] plocate and cron jobs report
What is output of?:Code: systemctl status plocate-updatedb.serviceUse code tags for commands, terminal text, errors etc.Statistics: Posted by sunrat — 2024-05-29 05:54
View ArticleGraphical Environments & Desktops • Re: Windows Manager using less...
Do you recall any distros where you saw JWM consuming less RAM?Not unless you want vague recollections from when I was a still a wet behind the ears distro hopper or comparisons done on a K6-2 box...
View ArticleBeginners Questions • Re: Check whether a package is installed
My preferred command is a variant of one already mentioned: apt list --installed | grep xyz, where xyz can be any part of the package name, no wildcards or globs required.Synaptic package manager has...
View ArticleBeginners Questions • Re: [Solved] plocate and cron jobs report
I'm late... to do it manually at any timeCode: # updatedbStatistics: Posted by CwF — 2024-05-30 03:57
View ArticleHardware • Re: [Hardware] epson 3850 printer - can't use duplex mode -...
With Libre Office, I tried another duplex print with two pages. This time I noticed the printer display had a notice, 'wrong paper size/type used'. I hit the 'ok' button. I attempted to print duplex...
View ArticleGeneral Questions • [Software] kde - open as root addon apt-get
In KDE, I needed the ability to open a folder as root. I'm aware of the security risks and don't do it that often. With a web search, I found a utility: right-click on folder then click on 'Open as...
View ArticleGeneral Questions • Re: [Software] kde - open as root addon apt-get
MX Linux has kde-rootactions-servicemenu. I use it on Bookworm (occasionally) and it works fine.It is generally safer to do root actions from a terminal.Statistics: Posted by sunrat — 2024-05-30 07:57
View ArticleGeneral Debian • Re: Immutable Bkworm
Hadn't heard of before. A review. Not something I'd recommend, but much closer to what Silverblue is about.Statistics: Posted by pbear — 2024-05-31 03:42
View ArticleProgramming • Re: [Solved] GCC 12.2.0-3 has bug and I reported it to Debian...
My program compiled by tcc produces random higher bytes, too.I have thought that I have explained, why it works sometimes and sometimes not.Quite big part of memory are clean bytes (contain zeroes)...
View Article