System and Network configuration • How to disallow DNS servers responding to...
Hi all,According to the German CERT-Bund Reports, DNS Open-resolvers can be abused for DDoS reflection attacks against third parties. They describe a simple test to discover if a server has this...
View ArticleHardware • HP Printer issue
Where are you installing HPLIP from? Download from HP or the Debian repository?Hopefully you didCode: # apt install hplip-guiIf not, uninstall the download package and install as above.This printer...
View ArticleGeneral Questions • [Software] os-prober or equivlent mkconfig cannot find...
I am not an expert, but where are you running command grub-mkconfig from? USB stick?And where are your Debian images which you want to boot, i.e. Linux kernel image & initial ramdisk image?(I am...
View ArticleHardware • Help with touchpad configuration on laptops lxde lxqt xfce
Hello everyone, you can use a new version of the tool in Gitlab, same functions but with a more organized interface.https://gitlab.com/johnca2/touchpadx/-/tree/mainStatistics: Posted by johnca —...
View ArticleGeneral Debian • [Discussion] What change, if implemented, would cause you to...
You'll eventually figure it out. then i say.. figure out what. I have figure out i can use it for fun, but not for work. Statistics: Posted by Marie SWE — 2024-03-18 00:25 — Replies 25 — Views 1239
View ArticleHardware • mouse and keyboard dead on resume from hibernation.
in /etc/rc.loca:echo 'on' > /sys/bus/usb/devices/5-2/power/controlecho 'on' > /sys/bus/usb/devices/8-1/power/control... does the trick. Those being the right ports for my devices of...
View ArticleGeneral Questions • Unknown process.. I cant find an answer on google,...
Definitely not a guru here but guessing from a search.uas results show it's a kernel module "USB Attached SCSI" used by some external drives. From https://www.linuxquestions.org/question ......
View ArticleInstallation • dual boot install
Use Advanced Install from the main Debian install image. I don't think the live installer can do dual boot properly (may be wrong but I'm not gonna check right now). Take your time to read and...
View ArticleGeneral Questions • cryptsetup format open mkfs close; cryptmount error bad...
Hello, in Debian bullseye, This worked: (Encrypt an entire physical hard drive with luks to mount it later when you need it)gdisk /dev/sdd# Create table (gpt/msdos) and partition 1 and writecryptsetup...
View ArticleSystem and Network configuration • KVM + OpenvSwitch + libvirt + VLANs/Trunks
Hi, I would try this way considering that your switchport is configured like this:Code: switchport mode trunkswitchport trunk native vlan 20Code: ovs-vsctl set port eth0 tag=20 trunks=20,30,40,50...
View ArticleBeginners Questions • [Solved] Install VirtualBox or Virt-Manager
Maybe not finding where to boot from or perhaps trying to boot from the iso file You could check the boot order in the vmm - vm settings? Sound like booting from hard disk is correct and if it fail,...
View ArticleGeneral Questions • [Software] Samba on ExFAT
I don't think I need to wait to confirm before I reply because I did get noinit_itable to quiet the drives down by specifying it in VeryCrypt -> Mount -> Options - Mount Options.Great! Thanks...
View ArticleGeneral Questions • display clock recommendations
I don't want the encumberance of a bunch of desktop environment libraries, but something that is build for a lower level widget set. It is an amazing omission in one sense but if graphical X11 is the...
View ArticleGeneral Questions • ethtool not found
When I was on Debian 9 I used ethtool -s eth0 wol g to allow wake on lan to work. Now that I'm on Debian 12.5 ethtool is not installed. Googling why ethtool is not found. I ran across information that...
View ArticleGeneral Questions • [Software] i386 install (not download) progress very slow
Could this be a AMD compatibility issue?It seems the i686 code base is becoming less and less optimized as we go forward away from native code. I use fewer instances of it now since I noticed less...
View ArticleInstallation • After installing Debian on USB stick, stick does not boot on...
Can you give more info to the forum? Code: lsblk --sort name --output name,label,partlabel,size,fstype,mountpoint,stateCode: inxi -FxxxzCode: user@debian:~$ sudo lsblk --sort name --output...
View ArticleInstallation • Get rid of TPM message?
edit /etc/default/grubCode: GRUB_CMDLINE_LINUX_DEFAULT="quiet ima_appraise=off"Statistics: Posted by oZu — 2024-03-19 20:14 — Replies 5 — Views 200
View ArticleTesting And Unstable • huge package conflict
Broken libglib2.0-0t64:amd64 Breaks on libglib2.0-0:amd64 < 2.78.4-1 @ii mK > (< 2.78.4-2~)See [SID - Unstable] update stuck at resolving dependencies “Sid is in the middle of a big time_t...
View ArticleTesting And Unstable • Plasma turns weird
Probably a casualty of the massive time_t transition. It's a dangerous period in Sid at present. It is recommended to wait until all is clear before upgrading. See - [SID - Unstable] update stuck at...
View ArticleGeneral Questions • [Software] crontab record to establish IPsec vpn connection
Hi all, I'm trying to set crontab record to establish IPsec vpn connection on system boot:Code: crontab -l* * * * * /usr/sbin/ipsec status | /bin/grep -q 'ESTABLISHED' || /usr/sbin/ipsec...
View Article