• 14 Posts
  • 147 Comments
Joined 11 个月前
cake
Cake day: 2023年7月2日

help-circle




  • I actually didnt know how to start the Jackett install from the guide I posted, so I just googled and tried following a guide. One of the first steps says sudo mkdir /home/ubuntu/jackett_config

    I get a “No such file or directory”. Makes sense, ubuntu isn’t this user’s name. So I change it to point to “/home/user/jackett_config” and get the same result.

    This is what usually stops me from proceeding further.






  • ifconfig gives "command not found, but can be installed with sudo apt net-tools. That command gives me "Temporary failure resolving ‘archive.ubuntu.com

    ip addr gives:

    1: lo: <LOOPBACK, UP, LOWER_UP> mtu ##### qdisc noqueue state UNKNOWN group default qlen 1000
    
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    
    inet 127.0.0.1/8 scope host lo
    
    valid_lft forever preferred_lft forever
    
    inet6 ::1/128 scope host noprefixroute
    
    valid_lft forever preffered_lft forever
    
    2: wlp02s20f3: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    
    link/ether [MAC Address] brd [IPv6 MAC Address]
    
    4: enx949aa9857457: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    
    link/ether [MAC Address] brd ff:ff:ff:ff:ff:ff
    
    



  • I dont see anything standing out.

    usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
    
    usb 4-2: new USB device found: idVendor , idProduct, bcdDevice
    
    usb 4-2: new USB Device Strings: mfr=1 product=2, serialnumber=6
    
    usb 4-2: Product: Ethernet Adapter
    
    usb 4-2: Manufacturer: Microsoft
    
    usb 4-2: SerialNumber: xxxxxxxxxx
    
    usbcore: registered new device driver r8152-cfgselector
    
    r8152-cfgselector 4-2: reset SuperSpeed USB Device number 2 using xhci_hcd
    
    r8152 4-2:1.0: load rtl8153b-2 v2 successfully
    
    r8152 4-2:1.0 eth0: v1.12.13
    
    usbcore: registered new interface driver r8152
    
    usbcore: registered new interface driver cdc_ether
    
    r8152 4-2:1.0 enx949aa22353: renamed from eth0
    




  • I’m actually diving into Linux and Docker for the first time right now, and the setup you described is exactly what I’m looking to do. But seeing as this is my first time. I was hoping I’d be able to get some confirmation of what my idea is or find faults with my setup.

    In terms of hardware I have on-hand, I’ve got two laptops. One of which is a half-top, meaning it has no screen. The other is my daily driver. Both are running Linux Mint.

    The half-top has 1TB of storage and would have Docker installed with Plex/Jellyfin, the *arr suite, and HomeAssistant. On my daily driver, I would be running Portainer or Heimdall to access everything and make changes within the half-top itself. I would also use this to access any of the media I have stored in the half-top.

    Does that sound like everything would work?