System and Network configuration • Debian 11 Bullseye 'apt update | apt...
While normal 'apt update | upgrade' procedure I got finished with:Code: .........update-initramfs: Generating /boot/initrd.img-5.10.0-30-amd64W: initramfs-tools configuration sets...
View ArticleGeneral Questions • Re: [Software] Sometimes fail and sometimes sucessful...
Turns out I have to disable legacy boot from the BIOS, my bad lmaoStatistics: Posted by nightbright199 — 2024-06-20 04:53
View ArticleBeginners Questions • Re: How to set a middle mouse click
It depends on Desktop Environment (DE).On KDE find Input Devices --> Mouse in your System Settings and check "Press left and right buttons for middle-click" .Other DEs group Mouse, Touchpad...
View ArticleOff-Topic • Re: kaspersky
Yeah I have heard that a lot of people in Windows ecosystem depended on Kaspersky. It was very powerfull and capable security suite. Hope something similar comes along with Linux too.Statistics:...
View ArticleSystem and Network configuration • Re: AndroidAP wifi hotspot issue
Have you tried to change your wireless security encryption ? I would try it being entirely "open" (no encryption) first. Then I would try to encrypt it. If the first encryption method fails, try...
View ArticleOff-Topic • Ubuntu 20.04.6 LTS: Can't run web server in docker container...
Code: > [php-fpm 9/9] RUN apt-get update && apt-get upgrade -y && apt-get install -y nodejs && npm install -g npm: 3.102 Hit:1 http://ppa.launchpad.net/ondrej/php/ubuntu...
View ArticleProgramming • Re: How set HTML element title by JS function ?
Here is a complete example how it can work without using any JS library:Code: <!DOCTYPE html><html><head> <meta charset="utf-8">...
View ArticleHardware • Re: FN-key on laptop keyboard mapped incorrectly (Aorus X16 ASG)
Hello,Just a guess.Special events generated by function keys (so-called "hotkey events") on notebooks are often handled by the APCI in the computer's firmware (aka BIOS). The Linux kernel interfaces...
View ArticleGeneral Questions • Re: [Software] clamav - clamscan warnings help
Does anyone else have any more information about it?Statistics: Posted by torran_serra — 2024-06-21 06:53
View ArticleGeneral Questions • Re: Privacy browser for debian
1)Go full Tor. 2) Get a VPNIs it OK to use TOR browser, WHILE being connected to VPN? Could there be any conflicts or is it vice versa a preferred way?Look at what @steve_v has posted earlier. It...
View ArticleHardware • Re: [Solved] need to turn wifi off before shutting down
Spoke too soon lol. It didn't shut down properly.Statistics: Posted by reformedhatter — 2024-06-21 07:17
View ArticleHardware • Re: Alfa wifi adapter isnt able to be used in Debian
https://wiki.debian.org/ath9k_htcFirst hit on the search below seems to have what you are looking for.https://www.google.com/search?q=Atheros ... ian&udm=14You will need add the correct additional...
View ArticleSystem and Network configuration • Re: INstalling Connman nuked my wlp2s0...
There has been at least one thread about connman problems. Seems it's user base is smaller than others, wpa-supplicant and iwd/iwctl are more popular, easier to find docs and howtos.EDIT: You nicely...
View ArticleBeginners Questions • Re: [Software] Conky, (or Alternatives) User Experience
Statistics: Posted by arzgi — 2024-06-21 09:09
View ArticleGeneral Questions • Re: Browser annoyances: Firefox, Chromium
Firefox doesn't have special handling for the rather unusual '.rcv' filename extension, so it just uses whatever content-type the server specifies, which in this case is "text/plain" from the response...
View ArticleHardware • Problem on Debian 12 with booting into XEN -VM
Hello dear Debian-AdminsWe are issuing Problems with booting into XEN-VMs on:Server: Dell PowerEdge R740Controller: PERC H730P Mini (Integriert)Server: PowerEdge R740 Controller: PERC H740P...
View ArticleGraphical Environments & Desktops • Re: Publicly available scripts for...
forums.debian.net/viewtopic.php?t=159507After preventing several GNOME components from starting, HTOP Mem usage dropped from 980M to 439M. Services were masked and apps were moved. A forum member...
View ArticleHardware • Re: Problem on Debian 12 with booting into XEN -VM
I'm not expert on this subject, but UUIDs are a lot better and reliable compared to old /dev/something, which can change after reboot.Statistics: Posted by arzgi — 2024-06-22 08:08
View ArticleOff-Topic • Re: [Software] I somehow broke apt! It crashes my system upon remove
I doubt it's possible to work out what is happening from the information you have presented. apt does not usually crash a system.You could try aptitude, it has better dependency resolution...
View ArticleProgramming • Re: How to read and write Huge files with GMP ? I need great...
gmp_fscanf() and gmp_fprintf() read and write ASCII, i.e. text files.Standard C library can read and write huge binary file e.g. by fread() and fwrite().What kind are those data and what do you want...
View Article