Checkout Toshy. This has been a life saver for me.
quaff
- 1 Post
- 28 Comments
Oh neat. Termux:Styling let’s me change fonts. And Fira Code, has support for nerd fonts! Thanks again for the recommendation, you saved me a butt load of time 😍
Huh. Not quite what I was looking for… But you know what? It works! Terminal, just installed OpenSSH. Thank you. This plays a lot better with Fish shell. I’ll look into seeing if I can install Nerdfonts.
Appreciate the recommendation 🙏❤️
Same issue with that one. Thank you tho 🙏
quaff@lemmy.cato Technology@beehaw.org•Telegram Hands U.S. Authorities Data on Thousands of Users [404 Media]English41·5 months agoI can’t believe it! 😱
/s
Ah. Are you using iCloud storage with Immich?
I was under the impression it functions similar to Immich. Figured, since you’re testing out Immich and PhotoPrism, maybe you’d test out Ente’s self hosted version too and compare 🫡
Have you considered ente?
Way to buck the trend. If I wasn’t already on a solid FOSS password manager, I’d be switching to Bitwarden for this alone.
quaff@lemmy.cato Open Source@lemmy.ml•Zen Browser: A New Privacy-Focused Browser(Firefox)English14·8 months agoWould be great if there was an arm64 Linux build 🥲
Can you share what lawsuit you’re referring to? 🙏
quaff@lemmy.cato Programmer Humor@lemmy.ml•When you're supposed to use Rust, but you only know Python...English32·8 months agoPersonally, I can’t wait to inline PHP in my rust code!
quaff@lemmy.cato Apple@lemmy.world•When will we ever get the option for a custom search engine? (Safari)English12·9 months agoIn an Apple community too, no less.
You should try out https://pcpartpicker.com/
Great tool to spec out a computer and give you an idea of how much it’ll cost you.
Neat. But it’s kind of concerning to see yet another OSS project hitch it’s community resourcing to Discord.
quaff@lemmy.cato Programming@programming.dev•"Ladybird announcement" by Andreas Kling (from SerenityOS)English13·1 year agoNeat. But it’s kind of concerning to see yet another OSS project hitch it’s community resourcing to Discord.
quaff@lemmy.cato Linux@lemmy.ml•(SOLVED) I'm Going Insane. Why Does Mullvad DNS Not Work Underneath My Linux Machine When Every Other DNS Does?English3·1 year agoI’ve switched from Quad9 to Mullvad DNS a month ago, and I’ve been noticing some domains aren’t resolving. Domains that shouldn’t be blocked. It feels like Mullvad’s rules are extra restrictive.
quaff@lemmy.cato Apple@lemmy.world•Asahi Linux: Fedora 40 is available for M1/M2 macs!English2·1 year agoAre there any updates regarding microphone and Touch ID support in this release?
quaff@lemmy.cato Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•What qbittorent + vpn docker image do you use?English1·1 year agoI removed mine since I moved away from Gitlab. There’s other comments with working docker composes, but here’s the latest working version of mine if you’re interested:
services: gluetun: image: ghcr.io/qdm12/gluetun:latest container_name: gluetun # line above must be uncommented to allow external containers to connect. See https://github.com/qdm12/gluetun/wiki/Connect-a-container-to-gluetun#external-container-to-gluetun restart: always cap_add: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun volumes: - ./data:/gluetun environment: ## ProtonVPN Wireguard - VPN_SERVICE_PROVIDER=custom - VPN_TYPE=wireguard - VPN_ENDPOINT_IP=${WIREGUARD_ENDPOINT_IP} - VPN_ENDPOINT_PORT=${WIREGUARD_ENDPOINT_PORT} - WIREGUARD_PUBLIC_KEY=${WIREGUARD_PUBLIC_KEY} - WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY} - WIREGUARD_ADDRESSES=${WIREGUARD_ADDRESSES} - TZ=Etc/UTC ports: - ${QBITTORRENT_EXPOSED_WEBUI_PORT}:8080/tcp # qBittorrent Web UI qbittorrent: # https://docs.linuxserver.io/images/docker-qbittorrent build: . container_name: qbittorrent restart: always volumes: - ./config:/config # using download path as mount so other services can play nice - ${QBITTORRENT_DOWNLOAD_PATH}:${QBITTORRENT_DOWNLOAD_PATH} - ${QBITTORRENT_THEMES_PATH}:/themes environment: # https://github.com/linuxserver/docker-qbittorrent#umask-for-running-applications - PUID=${QBITTORRENT_WRITE_UID} - PGID=${QBITTORRENT_WRITE_GID} - UMASK=0002 - TZ=Etc/UTC - WEBUI_PORT=8080 network_mode: "service:gluetun" depends_on: gluetun: condition: service_healthy portcheck: image: eiqnepm/portcheck:latest container_name: portcheck restart: always environment: - QBITTORRENT_PORT=6881 - QBITTORRENT_WEBUI_PORT=8080 - QBITTORRENT_WEBUI_SCHEME=http - QBITTORRENT_USERNAME=admin - QBITTORRENT_PASSWORD=${QBITTORRENT_ADMIN_PASSOWRD} - TIMEOUT=300 - DIAL_TIMEOUT=5 network_mode: "service:gluetun" depends_on: qbittorrent: condition: service_healthy
quaff@lemmy.cato Selfhosted@lemmy.world•Immich v1.102.0 - ⚠️ Breaking Changes (OPT-IN ONLY)English4·1 year agoPretty simple to switch (if you have a little docker experience). Create a folder (e.g.
./postgres
), add the folder as a volume in the postgres portion of the compose file (maybe something like/db
), then run just the database with newly mounted folder, shell in, and copy everything from the Postgres folder to this new folder. After that, swap mounts so the new folder is used as Postgres db and you’re good. If something went wrong, thepgdata
volume is still there to switch back to.
Not sure about Debian, but on Arch Linux, hibernation with FDE works perfectly on my Framework laptop. It took a little to setup; I use a swapfile for my swap. And it exists on my encrypted drive. You know your use case best,I found for my usecase, a separate swap partition (to say nothing about two separate ones) was restrictive and unnecessary. A swapfile works well and lives on an encrypted drive. No need to tinker too much beyond that. Check out the Arch wiki, it might not align 100% with Debian but those wikis are super informative and can teach you how the process works so you can apply to Debian.
https://wiki.archlinux.org/title/Dm-crypt/Swap_encryption#With_suspend-to-disk_support