i have debian on my server; if i could go back and use it on my desktop and laptop instead of mint i would too (nothing against mint just love debian)
sapphic. hater of capital letters. bunny and cat mum. renn faire enjoyer. theatre kid. squishmallows enthusiast. taylor swift lover era appreciator. marisha ray defender. houseplant addict. multiple social accounts haver. i’m also on lemmy.blahaj.zone :)
- 0 Posts
- 63 Comments
katy ✨@piefed.blahaj.zoneto
Selfhosted@lemmy.world•How would you expose Jellyfin securely without a vpn?English
121·2 months agoif theyre close, add them to your tailscale, if not and you have a web serve, use a reverse proxy.
for tailscale, you’d probably have to walk them through setting it up but then its one and done
i mean vim is fine and all and i can get around it fine but nano superiority
# ── behaviour ──────────────────────────────────────────────── set autoindent set atblanks set casesensitive set constantshow set cutfromcursor set historylog set indicator set linenumbers set minibar set mouse set nohelp set positionlog set smarthome set softwrap set speller "aspell -x -c" # set suspend # NOTE: Removed in nano 7.x; CTRL+Z suspend is now always enabled by default. # Kept here for reference in case of older nano versions. set tabsize 2 set tabstospaces set zap # ── backups ──────────────────────────────────────────────── set backup set backupdir "~/.cache/nano/backups/" # ── syntax highlighting ─────────────────────────────────────── include "/usr/share/nano/*.nanorc"
katy ✨@piefed.blahaj.zoneto
Linux@lemmy.ml•Systemd preparing to comply with age verification lawsEnglish
901·4 months agoi think it’s really wholesome that a lot of 126 year old people use linux
katy ✨@piefed.blahaj.zoneto
Linux@lemmy.ml•made my first bash file to make yt-dlp easierEnglish
2·5 months agomakes note of this since it will make tagging a lot easier and also cataloging for jellyfin
katy ✨@piefed.blahaj.zoneto
Linux@lemmy.ml•made my first bash file to make yt-dlp easierEnglish
2·5 months agodoes --write-thumbnail save a jpg with the video? or is it something else?
katy ✨@piefed.blahaj.zoneto
Linux@lemmy.ml•made my first bash file to make yt-dlp easierEnglish
1·5 months agousually i just like older videos but in this case i was saving a bunch of wcw vault videos to my jellyfin library and i prefer 480 since it was as close to tv as can be (also i’ve never been a fan of hd and tv after 2000 because i felt that’s when it went downhill)
katy ✨@piefed.blahaj.zoneto
Linux@lemmy.ml•made my first bash file to make yt-dlp easierEnglish
4·5 months agothis isn’t perfect but i made one when i wanted to fetch a video for a specific resolution (because i prefer 480)
ytgrab() { local id="$1" local res="${2:-480}" # default to 480 local url="https://www.youtube.com/watch?v=%24id" # fetch formats local fmt fmt=$(yt-dlp -F --cookies-from-browser vivaldi "$url") # printing the format output echo "$fmt" # pick video format matching the requested resolution local vfmt vfmt=$(echo "$fmt" | awk -v r="${res}p" '$0 ~ r && /video/ {print $1}' | head -n1) # pick best m4a audio local afmt afmt=$(echo "$fmt" | awk '/m4a/ && /audio/ {print $1}' | head -n1) # safety check if [ -z "$vfmt" ] || [ -z "$afmt" ]; then echo "Could not find matching formats (video ${res}p or m4a audio)." return 1 fi echo fetching: yt-dlp -f ${vfmt}+${afmt} --cookies-from-browser vivaldi --write-subs --no-write-auto-subs --sub-lang "en.*" $url yt-dlp -f "${vfmt}+${afmt}" --write-subs --cookies-from-browser vivaldi --no-write-auto-subs --sub-lang "en.*" "$url" }
shocked that a for profit closed proprietary company would do something so stupid
katy ✨@piefed.blahaj.zoneto
Linux@lemmy.ml•PhotoGIMP - The Photoshop Like Experience on GIMPEnglish
1·7 months agoi have it through software manager and it updates fine (well i have my settings to update flatpaks on login)
katy ✨@piefed.blahaj.zoneto
Selfhosted@lemmy.world•Decreasing Certificate Lifetimes to 45 DaysEnglish
102·8 months agoassuming “rest of the industry” in this context refers to ssl seller lobby.
katy ✨@piefed.blahaj.zoneto
Selfhosted@lemmy.world•iRobot’s revenue has tanked and it’s almost out of cash | "Roomba customers are understandably concerned about the impact these current financial troubles might have on their home cleaning robots."English
2·8 months agoroombas can always fallback on their dj career.
katy ✨@piefed.blahaj.zoneto
Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish
9·8 months agohmm interesting im using matomo but im not liking how its increasingly becoming bloated and subscription based
bbs magazine riding the 90s bubble and changing to bbs.net
katy ✨@piefed.blahaj.zoneto
Linux@lemmy.ml•Finally, after some time I made the switch to #Linux !English
2·9 months agothis is incredibly relevant to my interests (the only thing more relevant would be nyancat and pride flags) :3
katy ✨@piefed.blahaj.zoneto
Linux@lemmy.ml•Finally, after some time I made the switch to #Linux !English
2·9 months agothanks! i wasn’t sure if it was a distro specific thing so I was curious! <3
katy ✨@piefed.blahaj.zoneto
Linux@lemmy.ml•Finally, after some time I made the switch to #Linux !English
3·9 months agoooh thanks! <3
katy ✨@piefed.blahaj.zoneto
Linux@lemmy.ml•Finally, after some time I made the switch to #Linux !English
3·9 months agoout of curiousity what’s the script in the post image? i always see it and i’m curious how to generate it. :3
i installed linux in march and havent regreted it <3
did he vibe code it on claude?