brickfrog
@brickfrog@lemmy.dbzer0.com
- Comment on Do you think my HDD is broken? 2 weeks ago:
Offhand I’d suspect a finicky adapter. Does the adapter work with other disks? Does the disk work when plugged into a server/computer directly?
Assuming it’s the adapter being finicky - did you happen to try using other USB cables with the adapter?
When plugging into the system - Does the dmesg output display anything else useful, any warnings or anything? I would have thought it would give you the USB drive chipset vendor/model, I didn’t think Sabrent builds their own chipsets but could be wrong.
Also would try doing a smartctl --scan followed by a smartctl -a /dev/YOUR-EXTERNAL-DRIVE and see what comes up. (those are part of smartmontools)
- Comment on anyone knows what's up with afraid.org? unavailable for a coupla days now 2 weeks ago:
tried it via tor
Doesn’t load in Tor for me either but I suspect their site is simply blocking Tor. The site does load fine outside Tor in the regular clearnet.
9 times out of 10 these sort of things turn out to be a DNS issue on your end, you might want to double-check you’re actually able to query their IP address via nslookup freedns.afraid.org or similar. (assuming you’ve already tried other web browsers to rule out issues with installed extensions or specific browser settings).
- Comment on what is good remote desktop software? 4 months ago:
That’s weird, maybe an update broke something? What I would maybe do is uninstall Xrdp (and maybe remove/rename the old config files just in case), then re-install and configure it. From there if it’s still not working try to see what’s showing up in the log files maybe.
I did notice that Xrdp requires some extra configuration to work properly with Linux Mint Cinnamon, you apparently need to create a .xsession file in the home folder of whichever user you’re trying to remote into. I’m not on Linux Mint myself but maybe searching around will give you some tips e.g. this seems like a good rundown gist.github.com/…/2ab9b5d41bbaceca8471d591755a189…
- Comment on what is good remote desktop software? 4 months ago:
Yup, been using Xrdp in a Debian + GNOME Wayland setup without issue.
- Comment on what is good remote desktop software? 4 months ago:
RDP (the same protocol Windows Remote Desktop uses) works fine on Linux. I’d suggest investigating why that suddenly stopped working for you.
For what it’s worth Xrdp seems to work well on Linux for enabling a RDP Remote Desktop server… I suspect you are / were(?) already using Xrdp but maybe haven’t investigated why it stopped working.