Alternative: make a separate “selfhosted-ai” community for the sloperators.
- 0 Posts
- 79 Comments
eksb@programming.devto
Selfhosted@lemmy.world•What apps do you use to listen music at work/on phone?English
41·3 months ago
eksb@programming.devto
Selfhosted@lemmy.world•Using a SSH tunnel/ port forward to connect a TV?English
6·3 months agossh -L 1234:localhost:1234 remote_serverbinds the RPi’slocalhost:1234to remote_server’slocalhost:1234. You want to bind the port to something on the RPi that the TV can hit, so something likessh -L 192.168.1.5:1234:localhost:1234 remote_server, where192.168.1.5is the RPi’s address.I think you also want
-Non thesshcommand.
eksb@programming.devto
Selfhosted@lemmy.world•Using a SSH tunnel/ port forward to connect a TV?English
2·3 months agoCan you provide more detail? What are the networks/routers/vlans? Which network is the RPi on? What is your ssh command? Is that
ufwcommand on the RPi or the router?
eksb@programming.devto
Selfhosted@lemmy.world•I built a self-hosted affiliate tracking platform — here's why I think self-hosting affiliate software actually mattersEnglish
7·3 months agoGithub is like the Microsoft of 3rd party forges.
eksb@programming.devto
Selfhosted@lemmy.world•I built a self-hosted affiliate tracking platform — here's why I think self-hosting affiliate software actually mattersEnglish
196·3 months ago“self hosting is important because …”
Uses github.
eksb@programming.devto
Linux@lemmy.ml•How do you restore ghosted window when going from dual monitor/laptop setup back to laptop?English
75·3 months agoDon’t use Gnome.
eksb@programming.devto
Selfhosted@lemmy.world•Socially excluded ! ( Cyberspace, email question.. )English
1·4 months agoIf you run your own mail server and set up everything correctly, including SPF, DKIM, and DMARC, most major providers will still either silently drop your messages or always mark them as spam, unless you pay money for a relay (e.g.: postmarkapp.com).
I have had my domain for 20 years and IP for years, and set up everything correctly, and Microsoft and Google rarely accepted my messages.
eksb@programming.devto
Selfhosted@lemmy.world•[SOLVED] Wireguard is working differently on Linux compared to AndroidEnglish
18·4 months agoAre you sure L2 is
192.168.1.0/24and not something larger that includes192.168.30.0, e.g.:192.168.0.0/16?What does
ip routeshow before and after connecting to WG?Are you testing DNS via
dig @<nameserver>? or just withping? Are you runningsystemd-resolved?
eksb@programming.devto
Firefox@lemmy.ml•Name some default Firefox settings you think don't make sense.English
22·5 months agoThat closing the last tab closes the window instead of leaving you with a blank tab. And that there is not even an option in the UI to change this, and you have to go to
about:config->browser.tabs.closeWindowWithLastTab.
eksb@programming.devto
Linux@lemmy.ml•Timing Flaw in systemd Cleanup Enables Root Privilege EscalationEnglish
201·5 months agoNothing in the Qualys report nor the Ubuntu page for the CVE indicate that there is something to be fixed in systemd, only that you can create systemd-tmpfiles rules that will expose the vulnerability in snapd.
What do you think systemd-tmpfiles needs to do differently?
eksb@programming.devto
Linux@lemmy.ml•Timing Flaw in systemd Cleanup Enables Root Privilege EscalationEnglish
411·5 months agoYet another critical vulnerability in systemd
This is a critical vulnerability in snapd, not systemd. It sounds like it could also be exploited if something other than systemd deleted the files in
/tmp/. Or if/tmp/was not mounted.
eksb@programming.devto
Selfhosted@lemmy.world• Local AI Companion for Radarr: Uses Ollama to Understand Your Taste (Vibe, Atmosphere, Mood), Auto-Complete Sagas, Explore Filmographies, and Add Movies SeamlesslyEnglish
1022·6 months agoNo LLM use is benign. The effects on the environment, the internet, and society are real, and that cannot be ignored.
You can make the argument that in some cases it is justified, e.g.: for scientific research.
eksb@programming.devto
Firefox@lemmy.ml•Use custom directory for firefox's cache ?English
4·6 months agoLinux-specific: as of version 147, Firefox respects the XDG base dir specifications, so you should be able to set
$XDG_CACHE_HOME.
eksb@programming.devto
Selfhosted@lemmy.world•Is it possible to have a usable domain without a VPS or a static IP address?English
4·6 months agoIf your home IP does not change often, you can use a dynamic DNS service. But your services will be unavailable from the time that your IP changes and the time the DNS record is updated and the cached responses expire.
eksb@programming.devto
Asklemmy@lemmy.ml•Is everyone in America just constantly crashing out right now, or acting normal by their standards?English
411·6 months agoI do not think the leaders believe that AI is going to replace most jobs. They definitely believe that they can use the threat of AI taking most jobs to further exploit the working class.
eksb@programming.devto
Selfhosted@lemmy.world•Do you stick to the same linux distro across your devices?English
46·6 months agoServers are all Debian. Family member’s laptops are all Debian. I used Debian on my laptops for 20 years, but when Steam Deck switched to Arch, I switched my laptop to Arch to force me to learn it. I have a file with notes of differences between Debian and Arch. Next time I buy a new laptop, I will probably go back to Debian.
The post asked for alternative options. I suggested an alternative option. It is not knee-jerk, and it is not noise.