

Formerly know as u/Arjab.
Anarchist | Antifascist | Anticapitalist.
Arch Linux | FOSS | Piracy | Security & Privacy
Looking for a Mastodon instance?
Check out @[email protected].
1NT3LL1G3NC3 15 TH3 4B1L1TY T0 4D4PT
Yeah, I have the same feeling. People are blindly hating on Israel and for some reason justify violence against it's people as some weird retaliation for the suffering of Palestinians.
Haha, point of absurdity, c'mon. SteamOS is Linux, period.
Why the downvotes? This is absolutely correct.
What? SteamOS is (Arch) Linux.
I know what you're referring to, but this is not how the word "antisemitism" works. The word antisemitism was derived from pseudoscientific racial theory that called Jews "Semites" because the thought that Hebrew were semitic people and Jews were the worst within semitic people.
https://en.wikipedia.org/wiki/Semitic_people#Antisemitism
I'd argue most optimizations are negligible. Just install any distro and the necessary drivers and software and you're good to go.
I did a kernel benchmark once and the improvement of FPS are within margin of error.
It's not my army and I would if I could.
Yes, sanctions are aiming for weakening the domestic economy, not forbid their citizens of free movement.
https://en.wikipedia.org/wiki/International_sanctions_during_the_Russian_invasion_of_Ukraine
So you're calling for an antisemitic genocide?
You don't have to leave moral behind just because your adversary does.
Israelis are protesting for years you dumbo!
This is discrimination, the people of Israel are not their government. You wouldn't punish Russians for Putin's actions. And it will definitely not help a single Palestinian.
Do you remember when people boycotted Facebook because of the genocide of the Uyghurs? Me neither!
That's called collective responsibility and won't help a single Palestinian.
Contain your hatred.
What? Now you punish people for something their government does? That doesn't make sense at all.
Okay, antisemite.
Ah yes, Ilan Pappe, who Benny Morris called "one of the world's sloppiest historians".
Replacement for Neo Launcher?
I used to use Neo Launcher as an open source replacement for Nova Launcher. Unfortunately it's haunted by a terrible bug that regularly resets my home screen. Now I'm looking for a replacement. All I need is the ability to change the home screens grid size, the app icons (ideally also the names) and hide apps from the drawer. Any suggestions? EDIT: It should also be open source, obviously. EDIT #2: I've settled with Lawnchair and it looks quite promising so far!
Local domains constantly time out according to Uptime-Kuma
I followed this tutorial to set up local domain names with SSL-certificates using DuckDNS: https://notthebe.ee/blog/easy-ssl-in-homelab-dns01/
I have three local domains for my Nginx Proxy Manager running on a VPS, for my self-hosted Nextcloud and my Proxmox-WebGUI both running on my local Homeserver. They follow the scheme service.dataprolet.duckdns.org
.
Now I use Uptime-Kuma to monitor my services including the three domains and for some reason those three domains constantly time out after 48 seconds. I already set up the retries to 3, but to no avail.
I also use Pi-hole and Unbound and thought, that might be an issue, but testing my DNS using dig
, mtr
, traceroute
, nslookup
and host
all returned normal values and no errors.
Does anybody have any idea what could cause this? I'm kind of clueless at this point. Thanks in advance!
EDIT: I don't get it.
Youtube Front-End that supports >1440p?
I'm looking for an alternative Youtube front-end for Linux Desktop but FreeTube for example doesn't support resolutions higher than 1080p. Is there an easy to use client, that supports 1440p and higher out-of-the-box?
journalctl errors to Gotify notification?
Is there a way to easily create Gotify notifications from critical system errors (journalctl -p 3)? I recently had a bunch of out-of-memory errors and it would've been great to be notified about them. There must be a pre-build solution for this, right? Ideally also dockerized. Thanks in advance!
Deezloader WebGUI?
Does anybody know whether there is a WebGUI/Docker for Deezloader?
How many backups of my backups do I have?
So this is bugging me for a while and I'm just do dumb to get how I solve this, but here's the situation:
Given I take a local backup of my system daily and have a retention policy that keeps a backup of the past 7 days each, a backup of the past 4 weeks each and a backup of the past 6 month each. That's either 17 backups or less if you consider some backups being counted as a daily and weekly or as a weekly and monthly. But that's not that important.
The interesting part is, that I also take a remote backup of my local backup daily, which has the same retention policy, so it's cascading. Here there is obviously a huge overlap of backups, but I can't wrap my head around, how I calculate this.
Is anybody willing and/or interested to solve this for and with me?
Easy metrics dashboard for multiple systems?
I'm looking for a simply solution to monitor all my servers and systems using a single dashboard. I want to see metrics like CPU usage, used RAM and storage to see if something is wrong.
I just set up Node-Exporter, Prometheus and Grafana but haven't found an existing dashboard that shows multiple hosts at once. Now I looked into Checkmk and Zabbix but I feel like both are a little overpowered for what I'm looking for.
Do you have any recommendations?
Simple theme switching systemd-timer
I made a simple script and timer for a friend to automatically switch between light and dark theme on Plasma. In case anybody needs this.
Helper script to remove packages.
I created this small script and thought it might be useful to someone else. Any feedback is welcome!
Chill and funky house set
A lot of Ethno House, Melodic Techno, and a little bit of UKG ✨ Part of @kaila_collective Upcoming: Tba Past: 19.10.2024 Happy Market | Kassablanca Jena 20.08.2024 Rechtsruck Stoppen Party | MVZ W
Can't connect VPS to local network?
I set up Headscale and Tailscale using Docker on a VPS, which I want to use as my public IPv4 and Reverse Proxy to route incoming traffic to my local network and e. g. my home server. I also set up Tailscale using Docker on my home server and connected both to my Headscale server.
I am able to ping on Tailscale container from the other and vice versa and set up --advertise-routes=192.168.178.0/24 on my home server as well as --accept-routes on my VPS, but I can't ping local IP addresses from my VPS. What am I missing?
Both container are connected to the host network, I have opened UDP ports 41641 and 3478 on my VPS.
A directory of self-hosted software and applications for easy browsing
How to drop files from Android to home server?
I'm looking for an easy way to upload files from my Android smartphone to my home server. is there a - ideally dockerized - solution for that? Some simple web GUI where I can click on "Upload" and the files will be saved to a certain directory on my home server?
EDIT: I should've added that I want to do this remotely and not in my local network. I want to be able to send files from my Android smartphone from anywhere via the internet to my home server. That's why I thought about a services hosted on my server, which frontend I could access through my smartphone. But I might've answered my question already with the following: https://github.com/zer0tonin/Mikochi
EDIT #2: Thanks guys, I ended up creating my own Docker container running nextcloudcmd inspired by this: https://github.com/juanitomint/nextcloud-client-docker But I built the container from scratch and it's very minimalistic. I can publish it on my Gitlab when it's somewhat ready. Here's a little preview.
Dockerfile
undefined
FR
Local DNS-01 wildcard certificate not renewed?
I followed this tutorial to create local certificates for my home server, but now it failed to renew automatically and I have no clue waht to do. Can anybody assist me in debugging, please? https://notthebe.ee/blog/easy-ssl-in-homelab-dns01/
I'm using duckdns.org, added mydomain.duckdns.org and the local IP of my home server. In Nginx-Proxy-Manager I have created the respective wildcard certificate. The log of my NPM container reports the following:
undefined
[3/10/2024] [1:55:50 PM] [SSL ] › ℹ info Renewing Let'sEncrypt certificates via DuckDNS for Cert #6: *.mydomain.duckdns.org, mydomain.duckdns.org [3/10/2024] [1:55:50 PM] [SSL ] › ℹ info Command: certbot renew --force-renewal --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-6" --disable-hook-validation --no-random-sleep-on-renew [3/10/2024] [1:55:50 PM] [Global ] › ⬤ debug CMD: certbot renew --force-renewal --config "/etc/letsencrypt.ini"
Tip: mount Jellyfin transcode directory to hard drive!
I noticed my home servers SSD running out of space and it ended up being my Jellyfin Docker container which wasn't clearing the directory for transcodes in /var/lib/jellyfin/transcodes
correctly.
I simply created a new directory on my media hard drive and bind mounted the above mentioned directory to it. Now Jellyfin got over 1 TB of free space to theoretically clutter. To prevent this I simply created a cronjob to delete old files in case Jellyfin isn't.
@daily /usr/bin/find /path/to/transcodes -mtime +1 -delete
Easy!
How to connect Smartphone via VPS to home network using Wireguard?
I got a bunch of self-hosted stuff and use a VPS that has a public IPv4 to access my services because my home network has only DS-Lite. My home server ist connected to the VPS using Wireguard.
Now I want to connect my Smartphone to my VPN to be able to access some local services remotely. I'm able to add a second peer to the Wireguard config on the VPS, but I'm struggeling to configure the AllowedIPs correctly.
The VPS apparently needs AllowedIPs 10.0.0.0/24 and 192.168.178.0/24, but the Smartphone as well for both to redirect request into my home network. But it's not possible to configure the same IP ranges for two peers. What do I do?
EDIT: Solved: https://iliasa.eu/wireguard-how-to-access-a-peers-local-network/
Jellyfin getting hourly 502 on Uptime-Kuma after adding music library?
I'm running Jellyfin in Docker in my home server for movies and shows. I recently added a music directory and apparently after that I'm getting almost hourly notifications from my Uptime-Kuma instance connected to Gotify that Jellyfin is down with status code 502. It's quickly up again, but I'm wondering what's causing this.
I have Nginx Proxy Manager configured for a local and a public domain pointing to my Jellyfin instance.
Any idea what could be causing this?
At a time when people are questioning democracy, we want to publicly state our support for democratic values, diversity, openness, and fairness.
Who played Sota's "Can You Feel My Heart" Remix?
I just discovered the Sota Remix of Bring Me The Horizon's "Can You Feel My Heart" and feel like I've heard it in someone's set, but I don't know who's. I listened to a lot of Nitepunk, Imanu, Buunshin, DJ Ride, Gladde Paaling and Luude lately. Maybe someone recognizes it.
Here's the track: https://www.youtube.com/watch?v=6SRzEgCY0Xs