Hardware • [Solved] Seagate Personal Cloud NAS SRPD20 WOL
Is this the 1-bay version of that product? Because there is 1-bay and 2-bay versions, I tried that on 1-bay one and didn't work. Actually the firmware file for this thing is nowhere to be found...
View ArticleGraphical Environments & Desktops • Problem running application in GNOME.
Thanks for the reply. Will try tomorrow. Although alacarte was developed under the freedesktop.org spec, and is supposed to work under KDE, GNOME, etal... I'm thinking it may still not work.I'm...
View ArticleSystem and Network configuration • System not updated to 12.7
updating from Lenny to Squeeze. That same machine is now running Bookworm That's a good run!On this subject, what package tools are in use, just CLI apt ?Statistics: Posted by CwF — 2024-10-05 19:38 —...
View ArticleGraphical Environments & Desktops • Can't login to KDE Wayland session
Just backs out to the display manager after a few seconds. X11 KDE works without issues.journalctl -xb shows:https://pastecode.io/s/v4avqv2yAny suggestions?Statistics: Posted by Spaceboy60 —...
View ArticleProgramming • Question about installation of Ipvanish on Bookworm
Hello World. So I am a prior Windows user. I've been playing with different Linux distros on 4 different laptops, so you can imagine that I'm having tremendous fun experimenting. It's also incredibly...
View ArticleSystem and Network configuration • How to add new dummy persistent network...
@Aki, do you mean, what I am going to do with this dummy interface?It just needs to exist, I have a program that verifies all mac addresses, and depending which specific one it finds, it loads...
View ArticleInstallation • [Solved] Fresh Debian install: "Error,...
Thank you for the feedback. Do you remember what the problem was? I ask out of curiosity, but not only. It's quite unusual to have this kind of problem right after a normal install. What is your...
View ArticleHardware • 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 • 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 ArticleGeneral Questions • 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 — Replies 9 — Views 203
View ArticleDocs, HowTos, Tips & Tricks • [Best-Of] Threads for the week.
[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 • [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 • 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 • 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 ArticleOff-Topic • [Industry] Search Engines are the bane of the Internet. [Small...
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 ArticleTesting And Unstable • [Testing - Trixie] listbugs proxy error?
Thanks for that! I recently enabled apt-cacher-ng which involved setting up a proxy which is probably where the issue comes from. I'll try disabling that and see if it makes a difference.Statistics:...
View ArticleTesting And Unstable • [Testing - Trixie] QEMU/KVM: Windows10 guest freezes...
In virt-managers viewer window, under details, there is a the performance view where you can see if the vm is alive. You could send keystrokes to the vm, like Ctrl-Alt-Delete, and check if the host...
View ArticleSystem and Network configuration • Solved: 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 Article