General Debian • Re: Text editor debate, zoomer edition
For editing files in the terminal I use nano.For editing files in the GUI i use the editors in the list bellow.mousepadfeatherpadkwrite (while in kde)vscodeStatistics: Posted by friendlysalmon88 —...
View ArticleBeginners Questions • Re: [Software] Installed app still in downloads folder
Has the OP issued the command in question with.Code: sudo chmod +x install.shfollowed byCode: sudo bash install.sh You will only need to enter your password once as long as you don't close out of the...
View ArticleDocs, HowTos, Tips & Tricks • 2024-12-29
[Solved] Which package contains the mkisofs program?"[...] this early version of cdrecord which is on Debian and is called wodim, is useless due to lack of even basic functionality"[Sound] How to...
View ArticleTesting And Unstable • [Testing - Trixie] Kernel Errors during upgrade
Get these errors during an apt dist-upgrade:Code: Error! One or more modules failed to install during autoinstall.Refer to previous errors for more information.dkms: autoinstall for kernel:...
View ArticleSystem and Network configuration • Re: How can I set the nic to not respond...
There is a cleaner way to do this.Set in your /etc/sysctl.conf:Code: net.ipv4.icmp_echo_ignore_all = 1net.ipv6.icmp.echo_ignore_all = 1Hmm...Every line in that file has a # in front.Statistics: Posted...
View ArticleHardware • No Audio in Trixie on B550M motherboard
Hey folks, I've been fruitlessly searching off an on for months trying to figure out why I have no audio on my son's AMD Ryzen system.It's running Trixe with Mate on an MSI B550M Pro motherboard, and...
View ArticleHardware • Re: No Audio in Trixie on B550M motherboard
lsmod shows:Code: snd_seq_dummy 12288 0snd_hrtimer 12288 1snd_seq 110592 7 snd_seq_dummysnd_seq_device 16384 1 snd_seqsnd_hda_codec_realtek 208896 1snd_hda_codec_generic 114688 1...
View ArticleProgramming • Re: Having trouble downloading wine. SOLVED!
Make sure that the box on top is set to "Source (deb-src)" and NOT "Binary (deb)".That can't be the correct setting. With deb-src you could only download the sources of wine, not the binary packages....
View ArticleProgramming • Re: deb packaging anonsurf source code? dpkg-buildpackage?...
Upstreams might lack the skills to created proper debian packagesz they also might not want to build separate packages for each distribution.Statistics: Posted by lindi — 2024-12-30 21:33
View ArticleInstallation • Re: Is Secure Boot a prereqquisite for the Debian 12 installer?
What is the Web Installer? Use netinstall, CD or DVD image, no live, secure boot off and it works.Statistics: Posted by rolf3945 — 2024-12-30 21:49
View ArticleGeneral Questions • Re: [Software] Is the 'grub-customizer' rubbish?
Yes its rubbish. It may work for simple things, but it changes the default grub setup which makes it very problematic to solve upcoming issues with standard means. It fools with the original grub...
View ArticleInstallation • Re: install debian for dual boot on secure boot drive
I kept on investigating, and I decided to follow instructions on "https://wiki.debian.org/SecureBoot" to 1) generate and import my own MOK, and then 2) to sign the booting efi code with this key.I...
View ArticleProgramming • Re: [C][GMP] What are these trash data written on files ?
It seems to me that you are using rootrem() function in an unintended way.After mpz_root(y, x, rt);, y contains the truncated integer part of the rt-th root of x.After mpz_rootrem(a, b, y, rt); a...
View ArticleDocs, HowTos, Tips & Tricks • Re: Running testing/unstable applications...
Great post and extremely underrated topic. The example points out how you can 'break' Debian w/o concern w/ the tool. Additionally, my understanding is that it is also a powerful tool from a...
View ArticleOff-Topic • [Testing - Trixie] New kernel ignores cpufreq/boost
I use SparkyLinux 8 (Seven-Sisters), which is clone of Debian Testing (Trixie).I use workaround about overheating in high load, setting /sys/devices/system/cpu/cpufreq/boost to 0.But new kernel Linux...
View ArticleGeneral Questions • [Software] Debian 12 boot
I use Linux 6.1.0-28-amd64.The system cannot boot. I entered GRUB command line and checked file "syslog". In the last few lines I encountered two X11 errors:1. The X11 connection broke: I/O error...
View ArticleTesting And Unstable • Re: No Audio in Trixie on B550M motherboard
Some questions first. Why Trixie, which is the Testing version? Why not Bookworm, the Stable release? Is it because the hardware is too new for Bookworm?Because usually Testing is pretty stable and...
View ArticleOff-Topic • Re: [Testing - Trixie] New kernel ignores cpufreq/boost
Moving this to Off-Topic since Sparky is based on Debian, but isn't Debian.Statistics: Posted by wizard10000 — 2024-12-31 01:50
View ArticleTesting And Unstable • [Testing - Trixie] Strange Desktop Scrolling
I have noticed something (since installing Trixie) I have never seen before on any of the Debian based distro I have used in the past. If I miss being on the window vertical scroll bar and have my...
View ArticleGeneral Questions • Re: [Software] Debian 12 boot
Good tip for journal access.This is what I've done now:1. On boot screen I edited boot line deleting 'quiet' and entering 'nomodeset' to view what's going on,2. The last entry before hanging up was...
View Article