Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2013-12-07 03:47:46
Size: 187
Editor: CarlNobile
Comment:
Revision 5 as of 2013-12-10 03:29:16
Size: 318
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
sudo aptitude install bash-completion $ sudo aptitude install bash-completion
Line 14: Line 14:

Setup Time zones:

Edit /etc/timezone
{{{
America/New_York
}}}

Run command:
{{{
$ sudo dpkg-reconfigure tzdata
}}}

Ubuntu Commands

Activate an apache module.

$ sudo sudo a2enmod <mod name>

Install bash command line completion.

$ sudo aptitude install bash-completion

Setup Time zones:

Edit /etc/timezone

America/New_York

Run command:

$ sudo dpkg-reconfigure tzdata

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