Changes

Ubuntu Customization

964 bytes added, 15:35, 20 May 2015
/* blacklisting a kernel module at boot */
The following lines were added (+) and removed (-):
=== changing your default console editor ===Ubuntu default text editor seems to be "nano" which is a pico style text editor.  It is for DOS people (because it is like the old MSDOS6 DOS EDIT.)  DOS SUCKS.  Type: sudo update-alternatives --config editorYou will get a text like below. There are 4 choices for the alternative editor (providing /usr/bin/editor).   Selection    Path                Priority  Status ------------------------------------------------------------ * 0            /bin/nano            40        auto mode  1            /bin/ed            -100      manual mode  2            /bin/nano            40        manual mode  3            /usr/bin/vim.basic  30        manual mode  4            /usr/bin/vim.tiny    10        manual mode Press enter to keep the current choice[*], or type selection number: 3run the following: export EDITOR=vimTo make it permanent, add this line to ~/.profile export EDITOR=vim
Bureaucrat, administrator
16,192
edits