Difference between revisions of "Ubuntu"
From OpenEMR Project Wiki
(→Init.d) |
|||
Line 72: | Line 72: | ||
<br> | <br> | ||
==Directory Structure== | |||
=====bin===== | |||
=====boot===== | |||
=====cdrom===== | |||
=====dev===== | |||
=====etc===== | |||
=====lib===== | |||
=====media===== | |||
=====mnt===== | |||
=====opt===== | |||
=====proc===== | |||
=====root===== | |||
=====run===== | |||
=====sbin===== | |||
=====srv===== | |||
=====sys===== | |||
=====usr===== | |||
=====var===== |
Revision as of 15:55, 25 May 2014
General
Web Server How To
Package Manager - Apt-Get
- apt-get Man Page
- Ubuntu Packages Web Catalog
- Synaptic - GUI Interface for apt-get.
Commands
- Update - Updates the locally stored index of all installable packages from the remote server.
- Upgrade - Upgrade all packages that have been already installed.
sudo apt-get update sudo apt-get upgrade sudo apt-get install [PACKAGE NAME] sudo apt-get remove [PACKAGE NAME] apt-get help
Local Package Index
/etc/apt/sources.list
/etc/apt/sources.list.d
Installing Applications of Interest
sudo apt-get install openssh-server sudo apt-get install mutt sudo apt-get install vsftpd
Init.d
Issue commands to start/stop services.
/etc/init.d/[APPLICATION] [COMMAND]
Commands
- start
- stop
- restart
.bash_history
Location: ~/.bash_history
This file contains a history of all past command-line entries.