System and Network configuration • [Software] How do I remove intercepting...
As shown in your other thread, it looks like you've been installing things you shouldn't.Statistics: Posted by dilberts_left_nut — 2024-07-11 06:18 — Replies 2 — Views 132
View ArticleProgramming • [Software] Libreoffice Not Importing External Links
Done.Statistics: Posted by dilberts_left_nut — 2024-07-11 06:19 — Replies 4 — Views 63
View ArticleGeneral Questions • How to manage the size of /var/log/journal
If you want to cross-check --disk-usage, the usual conventional command would be sudo du -hs /var/log (rather than ls). Takes a while to run, so be patient. If you want a breakdown, sudo du -xhd1...
View ArticleHardware • firmware issues on new N100 NUC?
I just received a new GMKtec G3 N100 NUC Box. I'm currently testing a bunch of distros to see what works and what doesn't. I removed the include nvme SSD with Win11 and filed it away. So on a new nvme...
View ArticleHardware • [Hardware support] Dell Vostro 15 3530
Good day,I have been using Debian 12 stable in my dell vostro 15 3530, I wanted to ask if some one else is using this machine or having issues with the keyboard, I have manjaro installed also, when I...
View ArticleBeginners Questions • Unable to install LocalSend, missing dependencies
Code: sudo dpkg -i LocalSend-1.14.0-linux-x86-64.debSelecting previously unselected package localsend.(Reading database ... 115964 files and directories currently installed.)Preparing to unpack...
View ArticleInstallation • when i install debian it does not create boot entry
It isn't realistic to expect us to tell you in a few sentences how to install Debian. There is too much too explain. For a live ISO, read the Debian Live Manual. For the standard installer, read its...
View ArticleGraphical Environments & Desktops • Can't get Psensor to show Temperture...
What is in the options?In Xfce panel, I can select from pop-up menu, which sensor it shows and how (which units, which symbols: text, graph, RMP, etc.)Statistics: Posted by ruwolf — 2024-07-12 08:14 —...
View ArticleGeneral Questions • tick_nohz_highres_handler power draw
You are not alone:r/linuxquestions: 6.7, tick_nohz_highres_handler and powertopSome people say, that PowerTOP in allegedly not very precise, but I do not know, if it is reliable claim:r/Fedora:...
View ArticleGeneral Questions • [solved] How to manage the size of /var/log/journal
the problem that I was unable to control the size of /var/log/* is a typical beginners error.because if you change the file /etc/systemd/journald.conf, you have to restart the service.I did learn a...
View ArticleBeginners Questions • I can't change spellchecking language
mmh Sorry the spell checker was inside the program. I'm new here and it was a big mistake. Anyway thanks for your help and sorry for bothering you for nothing.No problem I'm glad you found a solution....
View ArticleSystem and Network configuration • iptables SNAT configuration and packet...
sudo sysctl -w net.ipv4.ip_forward=1Is this the proper way ??Yes.Also i have another issue, the -A (append) of the iptables command, is lost after restart. You need a startup script to add your...
View ArticleHardware • Broadcom BCM5720 - no network
It seems to be an old bug still there.As a workaround, you should manually load the following modules in this order:phylib.kobroadcom.kotg3.ko Statistics: Posted by fabien — 2024-07-12 10:42 — Replies...
View ArticleSystem and Network configuration • ip rule show -shows lots of duplicates
in /etc/NetworkManager/dispatcher.d#!/bin/bashgrep "vlan1" /etc/iproute2/rt_tables >/dev/null 2>&1 || echo "1 vlan1" >> /etc/iproute2/rt_tablesgrep "vlan3" /etc/iproute2/rt_tables...
View ArticleProgramming • [Solved] [Software] [SOLVED] Libreoffice Not Importing External...
I have been trying everything and it seems to me that the website investing.com is preventing any form of scraping."wget" and "wget" with headers to emulate a browser request didn't work!I have to...
View ArticleGeneral Questions • [Software] Use rEFInd with Secure Boot
I tried following the instructions, I tried using shim and signing the binaries with my own MOK (that I already enrolled, I used it to sign my Nvidia drivers before, so I know for sure the key is...
View ArticleDocs, HowTos, Tips & Tricks • [HowTo] Install and use Wine on Debian
Apparently you've got some mix of non-Stable repositories mapped in your Debian install because libavif16 is currently only available in Testing and Unstable.Thanks. Yes, I had just upgraded to...
View ArticleHardware • HDMI and Soundbar
Hi appye,Did you solve the issue? I have similar setup of yours Gigabyte AMD CPU, Radeon Graphic with Debian 12.Statistics: Posted by ADIGA88 — 2024-07-13 10:54 — Replies 1 — Views 5729
View ArticleHardware • firmware issues on new N100 NUC?
I think I have bigger problems. I just found out I have RTK WiFi as well as BT. The kernel is not new enough to support the N100 shipped with the Realtek WiFi/BT mini card.Statistics: Posted by...
View ArticleProgramming • GDB doesn't work
Oops, wrongly rode CodeLite as CodeLight Still, I would use just one IDE, to keep things simpler. I have not used codellite or geany, but geany seems to be a decent IDE.Code: arto@dell:~$ aptitude...
View Article