Navigation

    Links

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    1. Home
    2. Matt
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups

    Matt

    @Matt

    325
    Posts
    114
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Matt Follow
    Matt's Group-6 PrivilegedUser's Group-1 Matt's Group-3 Matt's Group-2 Matt's Group-5 Matt's Group-4 Matt's Group-1

    Posts made by Matt

    • RE: Links

      Best savings accounts in Australia

      posted in Matt
      Matt
    • RE: What

      What is the cause of the following error when trying to run a NextFlow script:

      illegal string body character after dollar sign;
         solution: either escape a literal dollar sign "\$5" or bracket the value expression "${5}" @ line 3170, column 43.
      

      This error occurs when you forget to escape a $ sign in a script block.

      posted in Matt
      Matt
    • RE: How to...

      How to update apt and install filezilla on xubuntu using a proxy:

      sudo apt -o Acquire::http::proxy="http://user:password@host:port/" update
      sudo apt -o Acquire::http::proxy="http://user:password@host:port/" install filezilla
      
      posted in Matt
      Matt
    • RE: How to...

      How to login to root account in a new ubuntu/xubuntu virtual machine that has been set up with a non-administrator account:

      su
      yourpasswordfortheuseraccount
      
      posted in Matt
      Matt
    • RE: Links

      Best moisture meter

      posted in Matt
      Matt
    • RE: Links

      Places to visit in Tasmania:

      • Mt. Murchison
      • Witness Glow Worms At Russell Falls
      posted in Matt
      Matt
    • RE: How to...

      How to run docker-compose when you get the errors:

      • File "posixpath.py", line 376, in abspath
      • FileNotFoundError: [Errno 2] No such file or directory

      Open a new terminal and repeat the command.

      posted in Matt
      Matt
    • RE: How to...

      How to fix the error "FATAL: container creation failed:" "error: can't mount image " "failed to mount squashfs filesystem: input/output error":

      #This occurs when you try to run a singularity container within a VM and it is located on a mounted ntfs filesystem. The solution is to transfer the container to a different filesystem eg. ext3.
      
      posted in Matt
      Matt
    • RE: Links

      Site to reverse image search with AI

      posted in Matt
      Matt