March 30, 20206 yr I can see the file via krusader on the flash drive. What would I use to edit the file? Is there a notepad++ equivalent for unraid?
March 30, 20206 yr You can use any particular file editor, including notepad on Windows (over the network). No need to worry about linux style line endings on the go file. But, personally, I'd just use nano from the terminal nano /boot/config/go CTRL-X will save and exit.
March 30, 20206 yr Author Thank you so much squid. You have been helping me a ton. I really appreciate it. I am trying to figure out nano. When I type that command in, it takes me to #!/bin/bash # Start the Management Utility What do I do from there? I don't mind using windows and notepad++, but how do I navigate my windows to the boot folder? Edited March 30, 20206 yr by m0larmechanic
March 30, 20206 yr 9 minutes ago, m0larmechanic said: What do I do from there? You add your command to that script 9 minutes ago, m0larmechanic said: I don't mind using windows and notepad++, but how do I navigate my windows to the boot folder? Go to the flash share
January 14, 20215 yr Hope it's ok to just piggyback this discussionas i'm trying to do the same ... my 'go' file currently looks like this - #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & Copies all files needed for authorised ssh connections mkdir /root/.ssh cp /boot/config/ssh/* root/.ssh/ cd /root/.ssh chmod 600 * #Copies all files needed for authorised ssh connections mkdir /root/.ssh cp /boot/config/ssh/* /root/.ssh/ cd /root/.ssh chmod 600 * Is this just the default file and if i need to add it to add SSH entries am i able to just overwrite the contents OR do i need to append to this file in its entirety? Basic question i know, but just want to make sure ... thx! Edited January 14, 20215 yr by superloopy1
January 14, 20215 yr 1 hour ago, superloopy1 said: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & ^^^ This is the default file. Everything else you've already appended.
January 14, 20215 yr Did i do the appending?? I dont think i've actually touched that file before so i'm guessing that unraid does it at some point, maybe associated with the ssh side of things, certainly wasnt me.
Archived
This topic is now archived and is closed to further replies.