Ubuntu Tips: Difference between revisions

From JoeHacker
No edit summary
No edit summary
Line 18: Line 18:
Enable ldap
Enable ldap
  a2enmod authnz_ldap
  a2enmod authnz_ldap
== Links ==
Here are some useful links
* http://www.howtoforge.com/perfect-server-ubuntu-9.04-ispconfig-2 - Nice tips for configuring an Ubuntu server

Revision as of 08:19, 13 August 2009

General Changes

dash is the default shell linked to /bin/sh. This can cause a number of problems with some scripts. To change /bin/sh back to bash use the following command.

dpkg-reconfigure dash

Admin Commands

allow a user to sudo

sudo adduser <username> 
sudo adduser <username> admin


Apache

remake ssl snakeoil cert

sudo make-ssl-cert generate-default-snakeoil --force-overwrite

Disable default site

a2dissite default

Enable ldap

a2enmod authnz_ldap

Links

Here are some useful links