

You’re probably holding your controller wrong.
You’re probably holding your controller wrong.
That does make sense considering every other developed country has free healthcare and literally 100% of their young men spend every waking hour playing video games.
Nothing inherently, but it’s a rolling release, so the further away from the latest versions you are, the more likely something is going to prevent you from updating. Arch is the same way, but Steam OS is based on Arch snapshots, not a rolling release.
You kinda have to watch after rolling releases pretty constantly in order to keep them up to date and make sure they don’t get left behind.
Happy Cake Day! :)
I take it you’ve never even tried Linux before. Both of those things are not things that will hold you back. My mom uses Linux, and she barely knows what “right click” means.
With regard to your Steam games, as long as you don’t play games that use restrictive anticheat, you’ll be fine.
Manjaro Linux is a really bad choice. I’d like my gaming console to be able to update if I turn it on after two years.
Democrats do gerrymandering too. Basically without gerrymandering, the power would shift about 4% in Democrats favor. Enough to shift power in the House, but not as much as people think.
(That statistic comes from a video I watched a while ago, and could be wrong, so take it with a grain of salt. I’m not an authority on this matter.)
Personally, absolutely. California subsidizes so many of the red states in this country, and it sucks, because we don’t get the representation we should. We have 10% of the population, but only get 2% of the representation in the Senate.
That being said, I am completely aware that this is Putin’s goal, and that is why there is a lot of discussion online from Russian bot accounts about this.
It sucks when your goals align with Putin’s, because he is such a monster.
I have the exact same cat pillow, and almost the exact same cat.
I’m sorry for your loss.
So, Jellyfin is one of those apps where the Docker documentation is really lacking. I’m gonna give you my docker-compose.yml
file in case it helps:
services:
jellyfin:
image: jellyfin/jellyfin
user: 0:0
restart: 'unless-stopped'
ports:
- '8096:8096'
environment:
#- JELLYFIN_CACHE_DIR=/var/cache/jellyfin
#- JELLYFIN_CONFIG_DIR=/etc/jellyfin
- JELLYFIN_DATA_DIR=/var/lib/jellyfin
- JELLYFIN_LOG_DIR=/var/log/jellyfin
volumes:
- ./config:/config
- ./cache:/cache
- ./data:/var/lib/jellyfin
- ./log:/var/log/jellyfin
- /data/jellyfin:/data/jellyfin
devices:
- /dev/dri
For me /data/
is my RAID array, which is why my jellyfin data directory is there. Everything else goes in the same directory as the compose file. My system has a graphics card that does transcoding (Arc A380), so I have /dev/dri
under devices.
You should learn a lot about Docker Compose, because it will help you tremendously. I use Jellyfin behind an Nginx Proxy Manager reverse proxy. I’d highly recommend it. Here’s my compose file for that:
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
network_mode: "host"
#ports:
# - '80:80'
# - '81:81'
# - '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
Running in “host” mode is important, instead of just forwarding ports, because it lets you forward things to localhost, like pointing https://media/.[mydomain]/
to http://127.0.0.1:8096/
for Jellyfin.
Anyway, best of luck to you, and I hope that helps!
Use Portainer if you don’t want anything to be portable. There are other issues too. Just use Docker Compose.
Is there a reason you’re not using Docker?
That’s not weird in the sense that it’s unusual, because that’s so usual we have a term for it. And it’s really only weird if you consider it weird. There’s nothing wrong with finding comfort in a familiar object.
I personally have a Game Boy Color my dad gave to me when I was recovering from surgery when I was 11. I keep it on my TV stand. I was incredibly distraught when I pulled it out of storage and the batteries in it had leaked all over the circuit board, damaging the board beyond repair. My dad actually got me another one on eBay that I harvested the circuit board from to replace mine. I don’t play it, but knowing that it now works and I could play it if I wanted to gives me comfort. I even put the old board in the other Game Boy just so I know that I still have all of the original parts.
I think it’s probably something most of us do, and I don’t think you should feel any shame in it.
Because the Android SDK is owned and controlled by Google. They’ve consistently made decisions to make it harder to stay out of their ecosystem (like the new “Integrity” API).
As consumers, we would vastly benefit from having another choice that isn’t controlled by one of the biggest tech companies in the world.
I like how their idea of entry level is a 16GB RAM phone for €890.
Honestly, it’s better than when people say I need to “just concentrate more”.
The most successful handheld gaming PC in history (admittedly, only if you don’t include consoles like the Switch), and still can’t get no respect.
I’m very proud to be a Californian. I’m utterly embarrassed to be an American.