Jump to content

Morthan

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Morthan's Achievements

Noob

Noob (1/14)

6

Reputation

  1. Pardon my rudeness but your sed command replaces the entire line with just that text. I adjusted it a bit and use this instead, so it only replaces the found text ( I almost always use different delimiters because the slashes get in the way of seeing what is being done with the backslashes in the way) sed -i 's#@Docker-Content-Digest:\\s*\(.*\)@#\@Docker-Content-Digest:\\s*\(.*\)@i#g' /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php I used https://sed.js.org/ to check the syntax
  2. Hi there. Would it be possible to add fzf to the list? You can find it at https://github.com/junegunn/fzf fzf is a general-purpose command-line fuzzy finder. It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc.
  3. I absolutely love the simplicity and controllability of the webinterface of an unraid server, giving your great control by just a few clicks. I would love to see a more user-friendly way of adding new tabs for the dashboard overview you have by default on the webinterface.
  4. Any chance of Stationeers being added to the list of gameservers?
  5. Any chance of adding 'nethogs'? Sometimes I can see network download activity but I have no clue where it's originating from. Both download tools I use aren't reporting any activity. According to this site the nethogs tool might shed some light on that!
×
×
  • Create New...