Skip Navigation
Any experience with the Airback Go travel backpack?

The ads of this company called Airback that was making this backpacks where you could fit more stuff thanks to a built-in vacuum system appeared on my feed multiple times, but since the smallest bag they were making wasn't small enough to be used as free bag for lowcost companies I never really considered them. Now though I see there is a new model on their website called Airback Go that is made exactly for that purpose, and so I was wondering: does anyone here have actually tried it (or its bigger brother)? How is the quality of the backpacks? Is the vacuum thing something worth the price or it's more of a marketing strategy?

0
Nextcloud AIO + Traefik
  • ok I checked and you are right, the apache container actually exposes the 11000 port on the host. so i tried following the instructions for “traefik in a docker container on the same machine” and… it still didn’t work (now I was getting a Bad Gateway error)

    at this point I think I’ll just stick with my old setup with docker compose. I was interested in AIO because I thought it could have been an easier to maintain way to host NC (also considering it’s official, while the docker compose method is not) but apparently it’s not meant to be inserted in an already existing setup like mine so I’ll stick with what I currently have.

    it would be nice though if the NC devs also publish a “recommended docker-compose.yaml file” (in a similar way of what Immich does) so that more advanced users still can have an easy way to set everything up without having to look for the correct containers and settings required all over the internet

  • Nextcloud AIO + Traefik
  • thank you! so, wanting to follow your tip and exposing the 11000 port from the apache container to the host (in order to have a setup that is valid even if I move the service to another machine), how should I do that? because the apache container is also created by AIO’s mastercontainer and so I don’t have a place where to specify its port mapping (while usually I would do it adding 11000:11000 to the ports section of the docker compose)…

  • Nextcloud AIO + Traefik
  • Thank you! Idk how but I didn't noticed the paragraph in the docs saying that labels condition is not supported. I'll try with the file config and see if this way I can make it work. The only thing I'm still missing is the IP of the Apache container: shouldn't it be an IP on the traefik_net network where also the traefik container runs? And if so how can I specify to the mastercontainer to create the Apache container on that network with a specific IP address?

  • Nextcloud AIO + Traefik

    I'm currently running a Nextcloud instance in docker, using the "multiple containers" method, but I recently discovered that the reccomended method to run it is using this "All In One" image I previously didn't know about, and so I wanted to try to migrate to that setup (also in order to have easily also the office and whiteboard features that atm I don't have on my instance + have easier Backup-restore process)

    The problem is that on my server I'm using traefik as a reverse proxy to expose services to the internet, and it is working on a specific docker network (called traefik_net) where also every container that should be exposed is connected, and from the official documentation of Nextcloud AIO I really don't understand how am I supposed to configure it to work in a setup like mine (mainly because the mastercontainer creates all the containers it needs on a network called nextcloud_aio and I didn't find a way to change that and where to set the proper traefik lables)

    Anyone that is running AIO behind a traefik reverse proxy maybe can help me to understand?

    7
    Backing up photos and videos from an Android phone?
  • Maybe take a look at PhotoSync as well, it's not foss but it's a really well-done app and seems to be what you are looking for

  • New release Thunderbird 128 "Nebula"
  • Imho the card view redesign was more than needed, thank you!

    Big kudos to the thunderbird team, since the supernova announcement they've done a really good job

  • Linus Torvalds says RISC-V will make the same mistakes as Arm and x86
  • Anyone willing to summarize those mistakes here, for those who can't watch the video rn?

  • Why is flathub saying Floorp is proprietary
  • Agree, it doesn't mean the project it bad but it still seems a bit weird. I've texted one of the Dev on Reddit to ask for some clarification about the whole thing, and maybe understand the reasons behind this choices.

    Will update you here if they reply

  • Why is flathub saying Floorp is proprietary
  • As I replied to the other comment, I wasn't aware of the recent happenings. I've been using Floorp for a while now and when I installed it it was fully opensource.

    However, it seems like it's fully opensource again now (sources in the other reply)

  • Why is flathub saying Floorp is proprietary
  • Huh! I didn't know about all these happenings around floorp's source code availability, but from what I can see now it should be back as fully open source under the MPL 2.0... am I wrong?

    License on official GitHub

    Reddit post about coming back fully open source

  • Why is flathub saying Floorp is proprietary
  • From the Floorp official website:

    Floorp's source code is entirely open, allowing anyone to view it and contribute to the project. Not only is the browser itself open source, but the build environment is as well.

  • Zed (vscode alternative) on Linux is out!
  • Agree. Not at all a security expert here, but maybe doing it inside a distrobox could be a temporary fix?

    Forget it, I just tried and it seems it gets installed in your home directory so using distrobox doesn't change anything (apparently, but as I said I'm not an expert so feel free to correct me if I'm wrong).

    However, I've seen they also have it available through a bunch of package managers like nix, arch and Fedora

  • Howdy face recognition on 24.04 LTS?
  • Thank you, but the problem is that is howdy installation (that gets automatically executed after I run sudo apt install howdy that tries to run "old fashioned" pip commands. So I should either find a way to tweak Howdy install (like building it from source after changing something maybe?) or disable this system security feature temporarily, install howdy and re-enable it immediately after

  • Howdy face recognition on 24.04 LTS?
  • Nope I didn't, but the problem doesn't seem to be the Python version, but instead the fact that now Python is "externally managed" and therefore I cannot install packages using pip install packagename as it used to be.

    I know that this is done for security reasons and that the good practice would be using pipx or conda, but the problem is that howdy istallation still tries to use the "old approach"

  • Howdy face recognition on 24.04 LTS?

    cross-posted from: https://feddit.it/post/9251429 >I was previously using PopOS! 22.04 on my tuxedo laptop and I'd installed on it Howdy to take advantage of the IR camera and have a windows hello alike face recognition feature. > > Everything was working fine, but after some time GNOME 46 and its new goodies were too tempting to stick with Pop's old GNOME version (at least for me) and therefore I switched to Ubuntu 24.04 > > However, when I tried to install howdy using the PPAs as I did with Pop I noticed it wasn't working because of some changes that were made regarding on how Python is managed, and I couldn't find a solution for that. > Looking at howdy's GitHub issues, there are a lot of them talking about this problem that seems to be started with 23.x versions already, but having so many issues created a bit too much confusion to me and I didn't manage to find a working solution from there. > > Is there anyone here using Howdy on Ubuntu 24.04? How have you managed to install it?

    6
    Howdy face recognition on 24.04 LTS?

    I was previously using PopOS! 22.04 on my tuxedo laptop and I'd installed on it Howdy to take advantage of the IR camera and have a windows hello alike face recognition feature.

    Everything was working fine, but after some time GNOME 46 and its new goodies were too tempting to stick with Pop's old GNOME version (at least for me) and therefore I switched to Ubuntu 24.04

    However, when I tried to install howdy using the PPAs as I did with Pop I noticed it wasn't working because of some changes that were made regarding on how Python is managed, and I couldn't find a solution for that. Looking at howdy's GitHub issues, there are a lot of them talking about this problem that seems to be started with 23.x versions already, but having so many issues created a bit too much confusion to me and I didn't manage to find a working solution from there.

    Is there anyone here using Howdy on Ubuntu 24.04? How have you managed to install it?

    0
    Why spend money on ChatGPT?
  • Who else thinks we need a sub for that?

    (sublemmy? Lemmy community? How is that called?)

  • Help choosing distro for old EOL Chromebook
  • If you are looking for something light and low maintenance, maybe Mint could be a good fit?

    I've never daily driven it because I'm not a fan of Cinnamon, but everyone says its light and stable so seems like what you are looking for

  • How do I make my immich available publicly?
  • Then I would suggest you to take a look at Reverse Proxies, which are programs that let you publicly expose different services hosted on the same computer under different (sub)domains.

    The easiest to start with (and also probably the one that better fits your needs) afaik is NGINX Proxy Manager, which can be set up really easily using docker, and you can find plenty of tutorials online (here is one I watched when I was starting to look into docker and selfhosting, it's a bit old but should still be valid).

    If after having set up that you will to thinker around it a little bit and dive a bit deeper, there's also Traefik which is pretty cool and also has a lot of materials to learn online.

    I don't remember if the video I linked mention it or not, but to use a reverse proxy to expose your services on the web you will first need to set up a dynamic dns (probably the easiest way is to use Cloudflare) or to ask your ISP for a static IP, then go into your routers settings and find the Port Forwarding section where you should tell your routers to send all the incoming traffic from ports 80 (HTTP) and 443 (HTTPS) to the local IP of your server. And then you should be ready to use spin up Nginx Proxy Manager or Traefik on your server.

    (idk if I was clear or not but I swear it's easier that how it seems ahah)

  • How do I make my immich available publicly?
  • Is immich the only service you want to expose? And did you installed it using docker or directly on your system?

  • Any good Debian-based OS for a laptop?
  • Up! Depending on what you are looking for also VanillaOS could be an interesting option

  • Manjaro or Pop!_OS for Steam games?
  • Long time Fedora user here. I've used Manjaro for a few months before Fedora and I've switched to PopOS! a few months ago because it was better supported from my laptop manufacturer...

    I've to admin I was a bit skeptical about switching to a Debian based distro, because I'm someone who likes to follow the latest news in the field and gets exited to try the latest stuff. But then I did and gosh if it's a smoother experience compared to Fedora! (which itself was a notable smoother experience compared to Manjaro). I'm not saying that Fedora experience was bad, I still think is one (if not the) best compromise between usability and freshness, but I'd say that with Pop I've had even less troubles than with windows! The price of that? Being stuck with Gnome 42 after having tried the goodies of newer ones :/

    TL;DR: If you think you can live without the latest magic from the linux community, to then I'd reccommend you Pop. Otherwise Manjaro is a good distro and from what I can remember NVIDIA drivers works almost out-of-the-box but be ready for some frequent minor troubleshooting sessions

  • Anyone has successfully ran XDefiant?
  • Haven't tried yet, but I've seen some people on YT claiming to have done so... If you try it out let me know if you succeed!

  • Ubisoft Connect launcher broken?

    Yesterday I was trying to install the Ubisoft version of AC Odissey on my PopOS! machine, and I wasn't able to do so because when I try to launch Ubisoft Connect from Lutris, it asks me to do the login and then shows only a black rectangle.

    I tried looking online for a solution but as far as I understood it's a problem of the new Ubisoft Connect UI and I wasn't able to find any fix... can someone help?

    It really sucks because it prevents me to play some games that are supposed to run on Linux just because at the time I bought them on Ubisoft Connect instead of Steam :/

    10
    InfinityBook Pro 16 - Gen8 restarting out of nowere

    I've recently bought my first Tuxedo laptop, an InfinityBook Pro 16 - Gen8 and after having some minor issues with Fedora on it (mainly with the Tuxedo Control Center) I moved to PopOS! and since then it worked flawlessly. Or at least, it used to work flawlessly until last week, when the laptop started to reboot at (apparently) random points of its usage. This is REALLY annoying.

    Does anyone encountered the same issue? Have you identified its causes? And how have you fixed it?

    2
    What's your take on Bluesky?

    I recently finished the episode of The Verge's podcast #Decoder with the interview to Bluesky's CEO and it seems a quite interesting project. At the beginning I wasn't looking really into it because of their choice of using a new protocol instead of the existing ActivityPub, but after listening to her and the reasons behind this choice maybe I'll give them a chance.

    What do you think? Do you use it alongside with the fediverse?

    79
    What's the state of the art for KDE Connect Clipboard Sync?

    A couple of years ago with my old phone (running if I don't remember wrong Android Pie) and my old laptop (running Manjaro KDE) I discovered KDEConnect and how it could enable a clipboard sharing feature similar to the one Apple provides between Macs and iPhones. It was great! Now, after having changed both my phone (now running Android 14) and my laptop (now running PopOS! 22.04) I wanted to reproduce that magic but I found out that with Android 10 some complications regarding clipboard sharing arrived and so it doesn't work out-of-the-box anymore :(

    I found some saying that the only way to do that was by the persistent notification button (still ok but meh) and some others reccomending some adb commands to make it work as it was before (which would be great but I wanted to investigate a bit more before pasting some random commands to my terminal)... but it was all kinda old content (referring to Android 10 or at most 11), what's the situation as of today? Do you use clipboard sync? And if so, how?

    21
    Immich sta per cambiare logo!
    github.com Immich Logo Design Contest · immich-app/immich · Discussion #6318

    Hello, Immich fan! As Immich started as a personal hobby project, I didn't expect it to grow as big and as fast as it is. The logo and the font for the name were quick iterations to develop somethi...

    Immich Logo Design Contest · immich-app/immich · Discussion #6318

    L'alternativa self-hosted a Google Photos Immich ha indetto (già due settimane fa in realtà, ma io lo scopro ora) un contest per un nuovo logo visto che quello attuale per quanto caratteristico non è ideale per diversi motivi (primo tra tutti secondo me fa apparire il progetto come qualcosa ancora di acerbo e sperimentale, piuttosto che una valida alternativa a servizi come Google Photos o iCloud Photos)

    In palio $200 per l'autore del logo che verrà scelto, quindi se vi divertite a cimentarvi nella grafica digitale e nel design perché non provare?

    Altrimenti (se vi va) date un occhio alle proposte fatte fin'ora e votate la vostra preferita! A me piace molto la proposta di Tyree :)

    0
    Which server would you reccommend to selfhost for personal use in 2024?

    Since I recently set up a decently powerful homelab, with a bunch of services running on docker behind traefik, I thought it would have been cool to try out selfhosting a matrix homeserver for personal use (at the beginning it will be just me, potentially it will extend to some friends and/or a small organization of around 20 people working together). At first I was thinking about going with Dendrite, but then I've seen it still doesn't support Threads, nor Matrix 1.5 API and that despite the announcement of a couple of months ago its repo hasn't yet be moved to the new element-hq GitHub as it happened with Synapse. This made it seem kinda like a "2nd class citizen" compared to Synapse, and therefore made me think if the latter would have been a better option to selfhost. And then I bumped into Conduit.rs so now I have 3 option to be undecided about!

    Therefore, here I am asking for your preferences and advices: which is your favourite one / which one would you recommend for my use-case?

    7
    Slimbook Executive 16 VS Tuxedo InfinityBook 16 Gen 8?

    I know this question has been asked many and many times, but a) this kind of things can change with time (bugs may get fixed or appear, new generations can fix hw problems and get new ones, etc.) and b) I didn’t find it on Lemmy yet (but maybe this is just me being bad searching stuff in the fediverse), so here it is once again.

    So, I need to buy a new laptop and I’m undecided between those two machines that, from what I’ve seen, are very very similar, but not exactly the same (apart from the chassis, that should be exactly the same, right?)… What are some differences I could use to decide?

    And, if you own one of this two, would you recommend it? Why/Why not?

    0
    TAB S2 bttery draining even when it says “in charge”

    In the last months, the battery of my S2 tablet was draining really quickly, untill it died and I wasn’t able to recharge it. So, I thought that the battery was dead (it served me for a bunch of years so it could have been acceptable) and I ordered on Amazon a new battery to replace it.

    After replacing the battery, though, the tablet turned on saying the new battery was at 50% and, when plugged in, it was acting as if it was charging. Apart from the fact that it wasn’t charging the battery that instead was quickly draining even if plugged in.

    Obviously I tried cleaning the charging port, changing cable, changing power adapter, changing socket on the wall, but nothing worked. So I assumed that the new battery they sent me was broken and I purchased a new one but when it arrived: exactly same situation.

    Could it be that I was very unlucky and I got a broken new battery twice? Or maybe the problem is somewhere else? Did anyone encounter a similar issue?

    4
    Best way to set up cloudflare dynamic DNS in late 2023?

    I’m finally moving my selfhosting experiments from a VPS to a physical machine in my house but, since I don’t have a static IP address, I opted to use the dynamic dns service offered by Cloudflare.

    On their official website I’ve seen suggested ddclient but I haven’t find that much information on which labels should I add to set it up. Therefore, I’ve also found this docker image that seems pretty clean and easy to set up, but the video talking about it was of 3 years ago and I’ve seen that the github repository has been archived last year…

    Which option (not necessarily among the two above) do you prefer to set up your Dynamic DNS with Cloudflare? (I don’t know if this can be an important information to add or not, but the Linux server I’m using is running NixOS)

    24
    Quale alternativa a GSuite preferite per progetti collaborativi?

    Ciao amici di LeAlternative, vengo qui da voi in cerca di un parere:

    Sto iniziando assieme a due amici un nuovo progetto che potenzialmente in futuro dovrebbe coinvolgere molte più persone e, siccome per progetti simili in passato si è sempre utilizzata una combo GSuite+Slack che si è sempre rivelata vincente, loro due hanno provveduto subito a creare la prima cartella condivisa su Drive. Tuttavia, siccome appunto si tratta di un progetto nuovo, pensavo che potrebbe essere l’occasione giusta per proporre strumenti liberi alternativi a i soliti che usiamo, anche perché potrebbe essere un buon modo per raggiungere con tali strumenti persone non tech-savy e che non si sono mai interessati della loro privacy online prima d’ora.

    Per quanto riguarda #Slack pensavo di provare un po’ #RocketChat e vedere se può fare al caso nostro, ma la cosa che più mi preme sostituire in realtà è la suite di Google. In particolare, le nostre esigenze sarebbero:

    • archiviazione (stile Google drive)
    • documenti di testo (stile Google Documents)
    • fogli di calcolo (stile Google Spreadsheets) che dovrebbero avere le seguenti caratteristiche:
    • feature collaborative “di base” come cartelle condivise con alcuni utenti, possibilità di modificare contemporaneamente uno stesso documento e di lasciare commenti
    • possibilità di utilizzo agevole (cioè semplice anche per utenti per cui Google docs è il massimo della tecnologia a cui l’umanità è arrivata) sia da mobile (Android e iOS) che da web
    • possibilità di fare self-hosting o possibilità di utilizzarle con un piano gratuito (se il progetto dovesse proseguire e ingrandirsi e il prezzo è ragionevole non sarebbe un problema pagare, ma ora come ora siamo solo in 3 e tutti abbastanza squattrinati 😅)

    PS: so che sul sito di LeAlternative è già presente un articolo molto esaustivo sulle possibili alternative a Google Drive e infatti dopo averlo letto mi ero già fatto una mezza idea su quale servizio potrei tentare a proporre, ma ho deciso di fare questo post per sentire più pareri da parte di chi queste alternative le utilizza o le ha utilizzate nel pratico

    8
    Selfhosted Trello Alternative?

    My team wanted to start using Trello to better organize the work we have to do and, since I believe it's much easier to start using foss software from the beginning rather then switching to it after years of using something else, I wanted to suggest now a different option, possibly selfhosted.

    I've seen online that there is Focalboard that seems to be what we are looking for but I've seen it recently switched from being backed by mattermost team to be community-driven and I didn't found enough documentation on how to install it with docker on an arm server... Does anyone use it? Is it a good option or there are better ones? And if you're using it, could you help me spinning it up?

    23
    Fairphone 5 Announced!

    Looks like a new model for the Fairphone has been announced! What do you think about it?

    Personally I love the fairphone project but after having tried GrapheneOS on my Pixel 6a it would be hard to move to a different OS

    76
    Fedora Linux @lemmy.ml shaked_coffee @feddit.it
    MSI Laptop wakes up immediately after entering sleep mode
    feddit.it Fedora Linux - Lemmy

    All about Fedora Linux

    0
    MSI Laptop wakes up immediately after entering sleep mode

    UPDATE:

    After some more testing, trying to disable one by one the entries on proc/acpi/wakeup and comparing them with the output of lspci, I think I found out that the problem is related with the PCIE components that idk why send a wake-up signal to the system every time it enters sleep mode. As a temporary fix, I created a service that runs a script to disable those four lines every time I start / reboot the system, waiting for a proper fix in a future kernel update. Here are the two files I created:

    /etc/systemd/system/disable-PCIE-wakeup.service: ``` [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/local/bin/disable-PCIE-wakeup.sh

    [Install] WantedBy=multi-user.target ```

    /usr/local/bin/disable-PCIE-wakeup.sh: bash #!/bin/sh for i in $(cat /proc/acpi/wakeup | grep RP | grep enabled | grep S4 | awk '{print $1}'); do echo $i > /proc/acpi/wakeup; done

    (and after creating those files, I enabled the new service with sudo systemctl enable disable-PCIE-wakeup.service)

    ---

    ORIGINAL POST:

    Some time ago I posted on Fedora Discussion because my Fedora system (MSI Summit e16 flip running Fedora 38) started having problems with sleep mode after a kernel update (actually, starting from kernel 6.3.x and with all later versions).

    Unfortunately I didn't receive that many replies there, so I tried to troubleshoot by myself and I found out that what's causing this problem is probably an internal device of the laptop that is supposed to be used to wake up the laptop from sleep (like the touchpad or the fingerprint reader? idk) and that instead is misfunctioning and waking it up immediately after it reached the sleep state. I'm saying so because I tried to temporarily disable all the lines in /proc/acpi/wakeup using this simple script below that I found somewhere online and, after doing that until the next time I reboot, the laptop stays asleep as expected.

    So now my question is: how do I isolate which device is causing the problem? And how can I permanently fix this issue? I suspect that the problematic device could be the fingerprint reader since it was unsupported up until Fedora 38 and doesn't still work properly since it keeps forgetting the fingerprints I add... is there a way for me to disable it completely and try to see if it fixes the issue?

    (I’m not sure about if this is the proper place to ask questions like this, or if I should report this issue somewhere else, since it seems more a kernel issue. Recommendations about better place to ask it are welcomed 🙃)

    9
    Moovit ha cambiato mappe?

    Da più di un anno ormai ho (quasi) smesso di usare Google Maps sostituendolo con Organic Maps per quanto riguardava mappe e navigazione a piedi / in auto e Moovit per la navigazione con i mezzi pubblici. Tra le varie opzioni avevo scelto Moovit perché usava le mappe di OpenStreetMap (che trovo un progetto bellissimo) ed era anche un contributor abbastanza importante del progetto.

    Tuttavia oggi ho aperto l'app e ho notato che anziché la solita overlay in basso a sinistra "OpenStreetMaps contributor" c'è il logo di Google in basso a destra, dal che dedicò che abbiano cambiato fornitore di mappe, risulta anche a voi?

    E se sì, qualcuno ha trovato un articolo o blog post a riguardo che spieghi il perché? :/

    0
    Did Moovit moved from OpenStreetMap maps to Google's ones?

    As the title says, today I noticed that instead of the "OpenStreetMap contributor" overlay I'm used to see on Moovit maps there is the Google logo, which makes me think that they moved from OpenStreetMap data to google's.

    Is there any article about this? And especially about why? One of the main reasons I was using moovit over Google Transit was because since there is still no valid foss transit app at least they where contributing to foss maps...

    2
    shaked_coffee shaked_coffee @feddit.it
    Posts 20
    Comments 81