Hardware • Re: megaRAID controller drive not detected
I finally solved my issue too...Looks like something was changed in the systemd boot sequence. The fstab tried mounting /dev/lsirad and verifying the file-system before the driver was installed. As...
View ArticleBeginners Questions • Re: Disable Middle Mouse Button Paste
From Arch wiki - Disabling middle-click pasteIt suggests the Options setting in LO should work, but you say it doesn't for you. There are 2 other system-wide methods offered.I find this function...
View ArticleProgramming • [Python] Web-browsers for Python and Selenium? (in testing...
Which web-browsers can be controlled by python3-selenium?Debian package recommends chromium-driver, I know, it works.When I have installed PyPasser by pipenv, it worked with FireFox, too.There are...
View ArticleBeginners Questions • Re: [Networking] inet install localhost names issue
Is MDNS not Multicast? With server it shows MULTICAST enabled ?Statistics: Posted by k8jac-10 — 2024-10-06 20:29
View ArticleGeneral Questions • Re: System Freezing After Installation or When Using Live...
Here is a FULL dmesg log.https://pastebin.com/P3x8gQsRStatistics: Posted by Brechtl — 2024-10-06 21:03
View ArticleDocs, HowTos, Tips & Tricks • 2024-10-06
[Solved] Headphone Microphone Issue on Debian 12“sometimes the microphone recognizes me and sometimes it doesn't”Why does php need apache2 now?“The order of arguments is indeed important for the apt...
View ArticleGeneral Questions • Re: [Software] RClone or rsync or ssh?
@wizard10000 As far as I know, while I have documents, like word processor docs, that the word processor has recognized as "links", for example my email address in a letter to someone. Were the reader...
View ArticleOff-Topic • Re: [Industry] Search Engines are the bane of the Internet....
I noticed it as well. Earlier this year I decided to self-host an aggregated search engine instead. The results page uses the various search engines, which imo improves the results (albeit not to...
View ArticleOff-Topic • Re: Which Browser do you use?
I use Floorp (fork of Firefox) and enjoy it. With that said, this wknd I started using w3m and it is 'fun' to navigate the web w/ a PAGER-esque experience provided that you spend more time reading...
View ArticleProgramming • [Bash] Output changelog for upgradeable packages?
Low priority, but for curiosity's sake, I occasionally want to know what has changed when I upgrade my system and would like to have a terse aliased option to knock it out.I started writing it out and...
View ArticleProgramming • Re: unique sorted search from text file
Code: tr " " "\n" < file.txt | sort -uBeat me to it (I didn't know sort had a unique flag tho and unnecessarily piped into uniq in my solutionStatistics: Posted by m4c-attack — 2024-10-07 00:19
View ArticleGeneral Questions • [Software] Firefox 128.3.0 esr lost url completion function
I recently upgraded to firefox 128.3.0 esr. I have found that the url completion function that appends .com etc to the end of a url typed in the url bar with no suffix... For example, typing startpage...
View ArticleSystem and Network configuration • Re: exim4 config "corrupted"...
Well the current manual indicates you can remove the dc_local_interfaces and it defaults to "all" which was what I wanted. However the update process adds Code: dc_local_interfaces='127.0.0.1 ; ::1'In...
View ArticleSystem and Network configuration • Re: Network Configuration -...
Hi, thanks for the quick reply. I added a vlan(vlan100) with this being my full config to /etc/network/interfaces:auto eth0iface eth0 inet manualpre-up ifconfig $IFACE uppost-down ifconfig $IFACE...
View ArticleGraphical Environments & Desktops • Black screen after suspension
Hi people!Running Debian 12 XFCE here on my laptot hp255-g5. I'm facing a little but very annoying issue: when i close the laptot's lid the system goes to the suspension mode. But when i reopen it,...
View ArticleGeneral Questions • Re: [Software] Firefox 128.3.0 esr lost url completion...
In about:config what settings do you have for?Code: browser.urlbar.autoFillbrowser.urlbar.autoFill.adaptiveHistory.enabledStatistics: Posted by sunrat — 2024-10-07 22:41
View ArticleOff-Topic • [Industry] Is a good job offer in your opinion? (Austria)
Hi folks,particularly Austrian IT technicians... In your mind, is about 2200 euro net salary a good salary for a Linux SysAdmin in Austria? Nowadays 2500 euro is the average net salary there.I am an...
View ArticleGeneral Questions • [Software] Automatic/remote unlocking of self-encrypted...
I want to use a self-encrypted boot drive and install mandos to retrieve the key from another machine on the LAN to automatically unlock the drive at boot, as well as dropbear to allow me to remotely...
View ArticleTesting And Unstable • Re: [Testing - Trixie] QEMU/KVM: Windows10 guest...
In case anyone ever runs into this issue, I found a fix:Changing the Video driver in the VM to Virtio (I had it set to QXL) solved the issue, at the cost of a small performance hit. However I found a...
View ArticleGeneral Questions • Re: [Software] debian12.7 systemd will modprobe some...
Thank you for your help Aki~Statistics: Posted by mipha-li — 2024-10-08 02:17
View Article