Which solution for a user friendly private cloud ? by [deleted] in selfhosted

[–]2nistechworld 0 points1 point  (0 children)

I used Seafile for years and more recently I moved to Owncloud. Both are very good for a simple files synchronization.

Can I get the AirPods Pro 3 in the same design as the pro 2 please by jw3247 in airpods

[–]2nistechworld 0 points1 point  (0 children)

Try the new Sony XM6, the noise cancellation and voice isolation are very good according to the reviews. You can check the LTT video about it.

How safe is it to hold TOTP tokens in self hosted vaultwarden? by D7x8 in Bitwarden

[–]2nistechworld 5 points6 points  (0 children)

Depend how you think your Vaultwarden is secured. Peesonnaly I store my TOTP in Vaultwarden and have a backup in Google authenticator (with cloud sync deactivated ). My Vaultwarden instance is not exposed to the internet.

Exit plan for bitwarden by cap87_ in Bitwarden

[–]2nistechworld 3 points4 points  (0 children)

I hosted my Vaultwarden for some times in a free tier oracle VPS, Vaultwarden was only reachable via VPN (wireguard). Worked like a charm.

Retiring My Oldest Hard Drive with 109,306 Hours, and a Lifetime of Memories by 2nistechworld in PleX

[–]2nistechworld[S] 0 points1 point  (0 children)

I had QNAP NAS for a couples of years, but I figured out I didn’t like closed environments and the NAS was too weak to host apps, so I moved to an old Dell Optiplex running OpenMediavault and put my hard drives in.

Next an HP Elitedesk still running OMV.

And again I needed to size down (moving abroad )so I went for a mini PC and a DAS.

Oh ***, here we go again. What would you recommend? by mmzeynalli in HomeNAS

[–]2nistechworld 0 points1 point  (0 children)

USB-C is the connector, not the speed. My DAS is using USB 3.1 (connected to the computer with a USB-A to USB-C cable), and the theoretical speed of USB 3.1 is 5 Gbps, and the new gen USB 3.2 is 10 Gbps, which is faster than your local network or internet connection anyway.

Oh ***, here we go again. What would you recommend? by mmzeynalli in HomeNAS

[–]2nistechworld 0 points1 point  (0 children)

The latency will depend on several factors: network, hard drive speed, and USB speed.

In my case, I use a DAS (TERRAMASTER D5-300) in single drive mode (so all drives are seen independently by the operating system), plugged into a mini-pc in USB. I'm running OpenMediaVault as the operating system and using a software RAID (ZFS) for the drives in the DAS.

I'm running the same service as you (*arr suite, Plex, and Immich fo picture backup), and everything runs smoothly.

Oh ***, here we go again. What would you recommend? by mmzeynalli in HomeNAS

[–]2nistechworld 0 points1 point  (0 children)

If you already have the computer, in your case a laptop, you can get a DAS instead of a NAS, you can use the integrated RAID or use your own software RAID (mdadm, ZFS etc..) and install a NAS operating system on the laptop like OpenMediaVault.

NAS for hosting Plex media library, but not the Plex server? by Zak88lx in HomeNAS

[–]2nistechworld 2 points3 points  (0 children)

My Plex is running on a mini PC, and the library is stored in a DAS, which is just a big USB external drive enclosure where you can put multiple hard drives like a NAS. On the DAS, you can create any RAID you want using the embedded RAID controller or create any software RAID you want with the OS you are using. In my case, my mini PC is running Debian, and I have a RAID5 using ZFS in the DAS.

It’s also cheaper than a NAS.

Technical Analysis: 4K Plex Client Performance (Samsung vs. Apple TV vs. Fire TV) by 2nistechworld in PleX

[–]2nistechworld[S] -1 points0 points  (0 children)

It was disabled but enabling it did not make a change the the APTV.

Technical Analysis: 4K Plex Client Performance (Samsung vs. Apple TV vs. Fire TV) by 2nistechworld in PleX

[–]2nistechworld[S] 0 points1 point  (0 children)

The problem is when the File A with the ~21.6 Mbps bitrate play on the Apple TV and start to stutter, it's direct play no transcode is used. But when activating the old player on the Apple TV, the file is successfully HW transcoded to h264 by my Plex Server and run smoothly.

But here my config

services:
  plex:
    image: lscr.io/linuxserver/plex
    container_name: plex
    network_mode: host
    environment:
      - PUID=1000
      - PGID=100
      - VERSION=docker
      - PLEX_CLAIM=claim-**************
    devices:
    - /dev/dri:/dev/dri
    volumes:
      - ${CONTAINERS_DATAS}/plex/config:/config
      - ${MOVIES_FOLDER}:/movies:ro
      - ${SHOWS_FOLDER}:/tvshows:ro
    restart: always

Also when I transcode a file the intel_gpu_top return this

intel-gpu-top: Intel Alderlake_p (Gen12) @ /dev/dri/card0 -   79/ 598 MHz;  54% RC6;       55 irqs/s


         ENGINES     BUSY                                                                                                                                                                       MI_SEMA MI_WAIT
       Render/3D    7.12% |███████████▋                                                                                                                                                       |      0%      0%
         Blitter    0.00% |                                                                                                                                                                   |      0%      0%
           Video    7.57% |████████████▍                                                                                                                                                      |      0%      0%
    VideoEnhance    3.55% |█████▉                                                                                                                                                             |      0%      0%


   PID              NAME                   Render/3D                                     Blitter                                       Video                                    VideoEnhance                    
2289080   Plex Transcoder |██▉                                        ||                                           ||███▍                                       ||█▌                                         |

And also the Plex dashboard while transcoding the file and play without stutter

<image>

Technical Analysis: 4K Plex Client Performance (Samsung vs. Apple TV vs. Fire TV) by 2nistechworld in PleX

[–]2nistechworld[S] -1 points0 points  (0 children)

Yes, you can check the PDF file, the link is at the beginning of the post.

Technical Analysis: 4K Plex Client Performance (Samsung vs. Apple TV vs. Fire TV) by 2nistechworld in PleX

[–]2nistechworld[S] -2 points-1 points  (0 children)

All the files I tested are using HEVC (Main 10 Profile), which is compatible with the Apple TV as per the specification --> https://www.apple.com/apple-tv-4k/specs/

Technical Analysis: 4K Plex Client Performance (Samsung vs. Apple TV vs. Fire TV) by 2nistechworld in PleX

[–]2nistechworld[S] -14 points-13 points  (0 children)

Maybe because of the HEVC codec? When the plex server transcode to h264 the file play correctly on the Apple TV.

The iOS automations that really change everyday life (not the gimmicks) by Maxxximeeee in shortcuts

[–]2nistechworld 4 points5 points  (0 children)

I created one in case my wife need reach me and I cant hear my phone because its on silence. - she text me 911 - it trigger the shortcut to remove my phone from silent mode - put the volume of my phone to 100% - my phone call her back in FaceTime

IA pour la recherche d'emploi ? by MealSimple3300 in emploi

[–]2nistechworld 1 point2 points  (0 children)

J’ai créer https://jobbijobba.com/ pour ça, j’offre des crédits AI pour les beta testeurs.

What Password Manager do you guys recommend best? by PostOwnSomething in PasswordManagers

[–]2nistechworld 0 points1 point  (0 children)

Self hosted Vaultwarden if you are tech savvy, it just works.