General Questions • [Software] Bash with !
You can do Code: echo -e '!'"\n\$(ls /boot/vmlinuz-*-amd64) 'abc' $(ls -l /dev/disk/by-uuid|grep nvme0n1p3|head -n 1|awk '{print$9}')"Statistics: Posted by lindi — 2025-01-08 20:33 — Replies 1 — Views...
View ArticleInstallation • Run debian live as rescue system from HDD
With a few simple steps, I replaced the somewhat outdated Knoppix with an up-to-date Debian Live as my rescue system on my regular hard disk.Code: # mount the live isoMNT=/media/isomount -r...
View ArticleTesting And Unstable • [Testing - Trixie] After upgrade to trixie, reboot...
Maybe you have to re-install grub? https://wiki.debian.org/GrubEFIReinstallBut I would assume that a normal dist-upgrade should not show this behavior. (But I also didn't had Dual-Boot Systems for at...
View ArticleGeneral Debian • What type of computer do you use?
Lenovo T450 with debian 12 works great.8 gbs ram 256 gb SSDStatistics: Posted by kc1di — 2025-01-09 13:00 — Replies 55 — Views 19967
View ArticleTesting And Unstable • Need help with UEFI SecureBoot: SecureBoot disabled -...
Hi Aki!Thanks for the quick reply. Great observation on the Raid array settings.Unfortunately, you have probably crippled the motherboard's UEFI configuration ("platform keys" for "secure boot" are...
View ArticleBeginners Questions • [Installation] Trying to fix the boot loader of a...
Nope... same outcome... Windows 11 is listed as before, but the same error... device not found. Statistics: Posted by JediMaster — 2025-01-09 15:40 — Replies 19 — Views 698
View ArticleGeneral Questions • [Software] Postfix alias problem?
I installed and configured mail server on Debian 12 with Postfix (virtual users in mysql).Everything is ok, until I needed an alias like alias@domain.com to direct emails to user1@domain.com and...
View ArticleBeginners Questions • How to best upgrade mesa to backport?
Via the commandline, you can simulate the upgrade with the -s operator and post the output here.For example:Code: sudo apt install -t bookworm-backports <package> -sStatistics: Posted by bbbhltz...
View ArticleTesting And Unstable • [Testing - Trixie] Generic LibreOffice Icons in KDE...
(sorry, please remove this one, too)Statistics: Posted by phoebus — 2025-01-09 18:09 — Replies 3 — Views 5091
View ArticleTesting And Unstable • [Testing - Trixie] Audio through HDMI not working on...
I think this problem goes deeper than the sound, actually.When I try to run nvidia-settings on 6.12.6 it outputs "libEGL warning: DRI3: Screen seems not DRI3 capable" to console and all the X server...
View ArticleProgramming • [Solved][Bash] PCRE: Latin letters with diacritics (utf8) false...
I have found solution.You have to use both special switches (*UCP)and (*UTF) (their order is irrelevant):Code: $ grep -P '(*UTF)(*UCP)\b\p{Ll}{2}' diakritika.txt -čí-čia-čo-ký-mám-úžiCode: $ pcregrep...
View ArticleGeneral Questions • [Solved] system updating issue.
well the system is working just fine otherwise , so no panic here.. was just confused when my update manager was in such old state 43.5 .. No problem acrually , i can wait - was just a bit concerned...
View ArticleTesting And Unstable • [Testing - Trixie] Xfce lock screen issue?
I have a live image of Trixie XFCE and will investigate when I'm at the computer.Thx. I'll wait and hopefully others do a short check too. Could be caused by the change from Xfce 4.18 to Xfce 4.20 or...
View ArticleSystem and Network configuration • network manager DHCP Lease error after...
Hello,According to the user manual of the dock [1]:Using the Ethernet connectorThe Ethernet connector has two network status indicators. When the green indicator is on, the computer isconnected to a...
View ArticleBeginners Questions • Tty consoles and their peculiarities...if any
Hello,If you are in doubt, you can use the following command to check which virtual consoles are in use (and, consequently, which are unused and you could switch to them to open a terminal on...
View ArticleSystem and Network configuration • Is there a new or pending default DHCP...
@CwF,Thanks for that, and esp the link. So it seems like there may be some interest in adopting dhcpcd, but no mention of Network Manager. Good news AFAIC Statistics: Posted by seamusdemora —...
View ArticleBeginners Questions • [O/S] System becomes unresponsive with Debian version...
Hello,Have you got sorted ?Statistics: Posted by Aki — 2025-01-10 19:41 — Replies 15 — Views 678
View ArticleSystem and Network configuration • Trouble configuring DNS with Debian 12 for...
Thank you for your assistanceWhat is exactly your Debian 12 version ? You can check with the following command:Version is 12.1According to your quote above, I assume that 172.23.224.1 is the address...
View ArticleGeneral Debian • Why the newline a the end of /etc/fstab is required
That's realy interesting. I didn't know that missing line endings can cause errors, but I never had problems. Now I found out that vim automatically adds a newline at the last line. But it don't shows...
View ArticleGeneral Questions • Unable to open Timeshift
Fresh chroot installation. List of packages installed.Code:...
View Article