barbara

joined 3 years ago
[–] [email protected] 11 points 1 year ago (2 children)

KDE and GNOME have that built in. You can add it via webdav to nautilus or gnome-files

[–] [email protected] 6 points 1 year ago

I use gpslogger with it. It works perfectly fine

https://f-droid.org/packages/com.mendhak.gpslogger/

 

I know that there are ten different alternatives. Why don't we simply improve the basic stuff?

 

I am tired of creating a file with nano, saving it and then making it executable. Is there a command that makes it in one step?

[–] [email protected] 9 points 1 year ago* (last edited 1 year ago) (1 children)

Very cool! You made it :)

Who gets the payment? Immich or futo? Does futo own immich now?

[–] [email protected] 17 points 1 year ago

Yes. I trust and support KDE

[–] [email protected] 10 points 1 year ago (3 children)

Better ways to upload images to immich?

Maybe it's a weird idea but did you try immich's upload feature?

[–] [email protected] 7 points 1 year ago

fedora@server

[–] [email protected] 1 points 1 year ago
[–] [email protected] 2 points 1 year ago

Thank you! It worked

[–] [email protected] 3 points 1 year ago

I'll check it out, thx

[–] [email protected] 3 points 1 year ago (2 children)

Which docker compose file to use?

This one has a weird image source https://github.com/mealie-recipes/mealie/blob/mealie-next/docker/docker-compose.dev.yml

And this one expects me to build the container locally first which sounds like a dev version although the other file is named dev https://github.com/mealie-recipes/mealie/blob/mealie-next/docker/docker-compose.yml

 

I use nextcloud cookbook but I would really love another or a federated alternative. It does its job but I don't think other people I know would use it.

[–] [email protected] 1 points 1 year ago (2 children)

Cool! You don't need a server specifically for that, a room is enough. Just create an account on a reliable server and create the room. Most big rooms are on matrix.org in my experience, unless it's some of the big projects from mozilla, gnome or kde but even openstreetmap are on matrix.org

[–] [email protected] 4 points 1 year ago

Matrix 👍🏻

1
How do you say SUSE? (m.youtube.com)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I always thought those whoe said susa instead of soos are wrong.

Suse stands for "Software und System-Entwicklung" https://linuxiac.com/opensuse/

Edit: Yes, she can still be wrong but then it's supported by the rest of susa's staff https://youtu.be/RsME20zXbQI&t=13

 

How reliable is the tdee calculator? According to the site I have to eat 200g protein per day when bulking. Is that roughly correct? https://tdeecalculator.net

 

Description

I use GNOME on Fedora atomic. There is an icon in overview of an installed app, nvtop. How can I figure out how I installed the app and how can I uninstall it?

  • The first step is to click "App details" in the overview section. GNOME software then tells me there are no details for the app. Searching for nvtop in Software doesn't yield any result. GNOME Software is of no use here. I can confirm that it is not a flatpak with the name nvtop by running flatpak list | grep -i "nvtop".
  • Lookup which command is invoked by nvtop
$ which nvtop
/usr/bin/nvtop
  • lookup the desktop entry
$ sudo find /usr -iname "*nvtop*.desktop"
/usr/share/applications/nvtop.desktop

which gets

[Desktop Entry]
Name=nvtop
GenericName=GPU Process Monitor
Type=Application
Terminal=true
Exec=nvtop
Icon=nvtop
Categories=System;Monitor;
X-AppImage-Integrate=false

How many distroboxes are running? distrobox ls. The one distrobox that is running can't find a package with the name nvtop either dnf list installed | grep nvtop. And trying to run it from within distrobox can't find it as well. bash: nvtop: command not found

rpm-ostree can't find anything

$ rpm-ostree uninstall nvtop
error: Package/capability 'nvtop' is not currently requested

edit:

I can also locate nvtop but that's of no help to me

/usr/bin/nvtop
/usr/share/applications/nvtop.desktop
/usr/share/doc/nvtop
/usr/share/doc/nvtop/README.markdown
/usr/share/icons/hicolor/scalable/apps/nvtop.svg
/usr/share/licenses/nvtop
/usr/share/licenses/nvtop/COPYING
/usr/share/man/man1/nvtop.1.gz
/usr/share/metainfo/io.github.syllo.nvtop.metainfo.xml

locate *.appimage does not return an unknown appimage

edit2:

I just tried installing it via rpm-ostree. I'm getting closer, but still no idea what to do with the result. Rebooting is always a good idea. Rebooting didn't help.

$ rpm-ostree install nvtop error: "nvtop" is already provided by: nvtop-3.0.2-2.fc39.x86_64. Use --allow-inactive to explicitly require it.

1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Is there any good speech to text transcription app?

1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Is it possivle to debloat a fire tv stick? I.e. remove all amazon related apps and replace the launcher. The info I find online is scattered around and depends on the version.

6
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I've got jellyfin and nginx proxy manager running in two separate containers. What do I need to specify in known proxies? The ip is changing frequently which means I can't use it.

I try setting the ip in the compose file but something is wrong. nginx proxy manager:

22     networks:
23	 npm:
24         ipv_address: 172.20.0.2
25
26 networks:
27   npm:
28     driver: bridge
29     ipam:
30	 config:
31         - subnet: 172.20.0.0/24
32           gateway: 172.20.0.1
33

and

jellyfin:

32     networks:
33	 npm:
34         ipv_address: 172.20.0.3
35
36 networks:
37   npm:
38     driver: bridge
39     ipam:
40	 config:
41         - subnet: 172.20.0.0/24
42           gateway: 172.20.0.1

jellyfin log: [16:08:01] [INF] [16] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 172.20.3.11 request

can someone point me into the right direction?

39
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

My main resource is the podman documentation

There is a podman-auto-update.service systemd service. It was not enabled on my fedora atomic GNOME installation.

You can start it with systemctl start podman-auto-update.service It'll auto update daily at 00:00.

For a container to auto update, you have to add

    labels:
      - "io.containers.autoupdate=registry"

to the compose.yml file, otherwise it won't be updated. (only auto update if you specify it)

Make sure that the image is specified correctly with the source, e.g. ghcr.io/advplyr/audiobookshelf or docker.io/jellyfin/jellyfin.

You can then run podman auto-update --dry-run and if you are satisifed with it, test the first auto update with podman auto-update.

view more: next ›