Search results

  1. L

    How to remove object in json file via linux command

    I would recommend using python if available it has a native library for manipulating json https://realpython.com/python-json/
  2. L

    Accessing the internet with Ubuntu 18.04

    You just need to specify a default gateway and a dns server in your static IP address config. The default gateway is usually your router ip address and the router has a default gateway of your modem. The dns server address is usually also your router in a home setup and converts ip addresses to...
  3. L

    Hyper-V Virtualization

    You will get that issue with 64bit not showing up if you didnt enable virtualization in your bios. You can tell if you windows 10 is 64bit if you have a folder called program files (x86) Also if you are going to run virtual box dont install the hyperv feature it can cause virtual box to not...
  4. L

    Linux vs Windows

    Anything that works in a web browser will work mostly the same on any os. If you use chrome or firefox and are signed in your bookmarks will transfer when you login to the browser on a linux machine because they are stored in the "cloud" If you are worried you can use the bookmark manager in...
  5. L

    plex media server

    This explains it pretty well if the drive is already mounted and you can read it that should be good enough. Did youe format the drive to a linux format like ext4 or is it still ntfs? https://www.pluralsight.com/blog/it-ops/linux-file-permissions
  6. L

    plex media server

    Does the account that plex is running under have read permissions to your media files? Are your media files named following the naming standards in the plex documentation? Did you add the correct folders to the libraries in plex? Did you refresh the libraries? Are your media files in a container...
Top