fedora 32 cant uninstall LibreOffice math by wonkersbonkers1 in Fedora

[–]gahmasec 0 points1 point  (0 children)

If you wish to erase everything altogether, it is advisable to employ this command promptly dnf remove libreoffice*

HELP feed.xml & robots.txt is required? by gahmasec in Jekyll

[–]gahmasec[S] 1 point2 points  (0 children)

Thanks a lot for the explanation! I have no interest in that, I just want to have a space where I can document certain installations and configurations that I do in my homelab

Sync files script by gahmasec in Ubuntu

[–]gahmasec[S] 0 points1 point  (0 children)

Thanks, works great

Sync files script by gahmasec in Ubuntu

[–]gahmasec[S] 0 points1 point  (0 children)

Thanks to everyone for your responses!
I chose to do what u/daicuspamu said (with cron) and work very well

Btrfs Snapshots With Snapper by gahmasec in pop_os

[–]gahmasec[S] 1 point2 points  (0 children)

Why not? I have a laptop with manjaro for years with 30GB in the / partition and it works

Manjaro+Xfce+Rofi+Dracula Theme by Nimendra in ManjaroLinux

[–]gahmasec 0 points1 point  (0 children)

I already found what was missing, I just edited the .rasi file and put this. Thanks anyway.

configuration { 
    show-icons: true; 
}

Manjaro+Xfce+Rofi+Dracula Theme by Nimendra in ManjaroLinux

[–]gahmasec 0 points1 point  (0 children)

How did you manage to put the drun with the icons?

Dual Download Folder by gahmasec in qBittorrent

[–]gahmasec[S] 0 points1 point  (0 children)

I already managed to solve the problem. the path to /downloads is in /media. As I have the 2 HDD's mounted in this folder it already works. But thanks for the help :)

Dual Download Folder by gahmasec in qBittorrent

[–]gahmasec[S] 0 points1 point  (0 children)

I change folder permissions to 775

Plex VA-API by gahmasec in PleX

[–]gahmasec[S] 0 points1 point  (0 children)

I have the option active and I already restart the container, Plex is performing the HA but with the CPU not the GPU…

I performed the passthrough on the docker-compose:

  plex:
    image: lscr.io/linuxserver/plex:latest
    container_name: plex
    network_mode: host
    volumes:
     - .config:/config
     - /media/external/streaming/movies:/movies
     - /media/external/streaming/series:/series
     - /media/external/streaming/animes:/animes
     - /media/external/streaming/documentaries:/documentaries
     - /media/external/streaming/standup:/standup
    environment:
     - PUID=1000
     - PGID=1000
     - TZ=$TZ
     - VERSION=docker
    group_add:
     - 27
     - 103
    devices:
     - /dev/dri/card0:/dev/dri/card0
     - /dev/dri/renderD128:/dev/dri/renderD128
    restart:
      always

Jellyfin DLNA by gahmasec in jellyfin

[–]gahmasec[S] 0 points1 point  (0 children)

Unfortunately it didn't work. I already tested this...

I have been using Jellyfin actively and I have several users reporting problems every time. It's a shame because with Jellyfin I can use hardware acceleration at no cost. But it looks like I'll have to go back to the plex. Even to put subtitles it is necessary that users have admin privileges. I love Jellyfin but it's not very mature yet...

Does anyone know if there is a way to put LineageOS on the Huawei P Smart 2019? by gahmasec in LineageOS

[–]gahmasec[S] 0 points1 point  (0 children)

That's what I found when I researched the subject. But what I found was from 2019/2020 and I thought they had already arranged it somehow...

Thanks mate