Differences between revisions 1 and 2
Revision 1 as of 2013-12-07 03:43:15
Size: 23
Editor: CarlNobile
Comment:
Revision 2 as of 2013-12-07 03:47:46
Size: 187
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Ubuntu Commands == = Ubuntu Commands =

Activate an apache module.

{{{
$ sudo sudo a2enmod <mod name>
}}}

Install bash command line completion.

{{{
sudo aptitude install bash-completion
}}}

Ubuntu Commands

Activate an apache module.

$ sudo sudo a2enmod <mod name>

Install bash command line completion.

sudo aptitude install bash-completion

UbuntuCommands (last edited 2013-12-10 03:29:16 by CarlNobile)