- 3 Posts
- 53 Comments
dr_robotBones@reddthat.comto
History Memes@piefed.social•"I LOVE LOOPHOLES" - any vassal dealing with a legalistic overlord
2·11 days agoThis reminds me of CK2 where you could get generals from China with unique military knowledge.
dr_robotBones@reddthat.comto
Linux@programming.dev•Take Control of systemd with This Rust-Based TUI Tool
1·12 days agoI tried to install this on my headless Ubuntu server laptop I keep on the corner and it won’t run. Does this TUI rely on graphical libraries?
The main advantage of CLI is that its easier to instruct people on what to do and easier to get answers from people about how to use a CLI, and you can copy paste. If you know how to use the GUI though it can be a powerful tool as well.
dr_robotBones@reddthat.comto
linuxmemes@lemmy.world•What do you mean it's not $139.00 for an OS?
3·22 days agoI think its just a matter of what your used to. People from the unix world would find dir confusing and copy too long.
dr_robotBones@reddthat.comto
Technology@lemmy.world•Make Microsoft's CEO cry by installing Chrome's 'Microslop' extensionEnglish
1·1 month agoWhat did you use before? You might be able to use many of the same things, or find open-source alternatives that work the same.
dr_robotBones@reddthat.comto
Technology@lemmy.world•Make Microsoft's CEO cry by installing Chrome's 'Microslop' extensionEnglish
2·1 month agoYou can try out most linux distributions without even installing them. Just plug in the usb, boot from it and choose not to install and you can play around with it. You can try multiple linux oses this way before considering an installation. I’d recommend trying Mint, Ubuntu, Kubuntu and Bazzite (if you’re a gamer).
There are some extra steps you’ll need to take in the BIOS, as in my experience modern computers tend to not have usb booting as the first priority at start up, so it just boots straight into windows no matter what.
dr_robotBones@reddthat.comOPto
Programming@programming.dev•Detect unused imports in Kotlin without IntelliJ?
1·2 months agoI tried ktlint, it was having trouble handling libraries and kept giving me no reference errors for library imports.
dr_robotBones@reddthat.comOPto
Programming@programming.dev•Detect unused imports in Kotlin without IntelliJ?
2·2 months agoI got the Kotlin compiler using sdkman, the closest thing to that command I found was: kotlinc -Xreturn-value-checker=full $(find . -name ‘*.kt’)
It doesn’t really work, it just gives errors for every single import that comes from a library (libKTX in my case)
dr_robotBones@reddthat.comOPto
Programming@programming.dev•Detect unused imports in Kotlin without IntelliJ?
1·2 months agoThe debian/ubuntu package for the Kotlin compiler is super outdated, so I’ll have to find a way to get it
dr_robotBones@reddthat.comto
Linux@programming.dev•Can I finally start using Wayland in 2026?
1·2 months agoYou can get a third-party compositor such as picom or distros such as KDE Plasma will come with their own. They can cause problems in my experience, do not recommend using them.
Snaps filled up my root directory with all their ridiculous and mandatory backups. I had to get rid of them. Flatpaks are alright, but nothing beats native packages.
dr_robotBones@reddthat.comOPto
Selfhosted@lemmy.world•Can't get DNS to work on web serverEnglish
1·9 months agoI don’t have any firewalls, and https://206.x.x.x and the internal IP one both worked.
dr_robotBones@reddthat.comOPto
Selfhosted@lemmy.world•Can't get DNS to work on web serverEnglish
1·9 months agoThe external IP is properly bringing me to the portfolio, its just the subdomain that now seems to be blocked.
dr_robotBones@reddthat.comOPto
Selfhosted@lemmy.world•Can't get DNS to work on web serverEnglish
1·9 months agoIt does. I think my subdomain is being blocked by ISPs.
dr_robotBones@reddthat.comOPto
Selfhosted@lemmy.world•Can't get DNS to work on web serverEnglish
11·9 months agoI’ve done further testing with external network connections. I’m getting a Blocked hosts error, it seems my subdomain is being targeted by ISPs.
dr_robotBones@reddthat.comOPto
Selfhosted@lemmy.world•Can't get DNS to work on web serverEnglish
1·9 months agoI get a 206 address that matches my server’s public IP. My laptop is on the same network as the portfolio, but I did test external connections using a mobile hotspot, which resulted in me successfully connecting to the IP address with telnet, but not being able to connect to the domain name. On my phone’s browser, while on data, I was able to access my portfolio website using the public IP address as the URL, rather than the domain name.

Apparently you can self-host TeamSpeak