Difference between revisions of "Ubuntu"
From OpenEMR Project Wiki
Line 1: | Line 1: | ||
==General== | ==General== | ||
*[http://help.ubuntu.com/14.04/index.html Documentation for Ubuntu 14.04 LTS] | *[http://help.ubuntu.com/14.04/index.html Documentation for Ubuntu 14.04 LTS] | ||
::*FTP Server Documentation | |||
<br> | |||
*[http://ubuntuguide.org/wiki/Ubuntu:Trusty Ubuntu 14.04 LTS (Trusty Tahr) Guide] | *[http://ubuntuguide.org/wiki/Ubuntu:Trusty Ubuntu 14.04 LTS (Trusty Tahr) Guide] | ||
<br> | <br> | ||
<br> | <br> | ||
==Web Server How To== | ==Web Server How To== | ||
*[http://www.aboutdebian.com/internet.htm About Debian Linux - How to Set Up Debian Linux Internet Server] | *[http://www.aboutdebian.com/internet.htm About Debian Linux - How to Set Up Debian Linux Internet Server] |
Revision as of 16:07, 23 May 2014
General
- FTP Server Documentation
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 mutt
Init.d
Issue commands to start/stop services.
/etc/init.d/[APPLICATION] [COMMAND]