Difference between revisions of "Linux Notes"
From OpenEMR Project Wiki
(→emacs) |
(→jed) |
||
Line 11: | Line 11: | ||
=====jed===== | =====jed===== | ||
Menu based text editor. Yes, menus in the command line! | :*Menu based text editor. Yes, menus in the command line! | ||
<br><br> | <br><br> | ||
Revision as of 15:26, 25 May 2014
Text Editors - Command Line
vim
- Highest learning curve, most powerful.
- vi Editor Commands
nano
- Derived from pico, more features than pico, easier to use than vim.
emacs
jed
- Menu based text editor. Yes, menus in the command line!
Mail Readers - Command Line
mutt
Viewing Files
less [FILENAME]
FTP Servers
vsftp
proftpd
SSH Server
Configure
sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.default sudo chmod a-w sshd_config.default sudo nano /etc/ssh/sshd_config [Change: PasswordAuthentication yes] sudo restart ssh
Miscellaneous Commands
sudo reboot