Editing Config Files: Difference between revisions
Jump to navigation
Jump to search
imported>Wd6awp No edit summary |
imported>Wd6awp |
||
Line 1: | Line 1: | ||
To modify your node beyond the basic settings of what nodesetup.sh can do, you'll need to manually edit the config files. | To modify your node beyond the basic settings of what nodesetup.sh can do, you'll need to manually edit the config files. | ||
==Linux | ==Linux CLI Editors== | ||
* [http://www.lagmonster.org/docs/vi.html vi] is pretty much the default editor on most linux distros. Learn it, love it. | * [http://www.lagmonster.org/docs/vi.html vi] is pretty much the default editor on most linux distros. Learn it, love it. | ||
** Update vi to fix cursor movement (apt-get install vim). | ** Update vi to fix cursor movement (apt-get install vim). |
Revision as of 17:05, 15 October 2017
To modify your node beyond the basic settings of what nodesetup.sh can do, you'll need to manually edit the config files.
Linux CLI Editors
- vi is pretty much the default editor on most linux distros. Learn it, love it.
- Update vi to fix cursor movement (apt-get install vim).
- nano is easier to learn and preferred by many.
GUI Editors
Many folks prefer a GUI editor and file transfer client over the Linux vi and nano editors.
For Windows:
For Mac: