Here are the commands I usually execute for every Ubuntu server I create:
UPDATE AND UPGRADE
apt-get updateapt-get -y dist-upgrade
SETTING TIME ZONE
dpkg-reconfigure tzdata
SETTING LOCALES
locale-gen en_US en_US.UTF-8
INSTALL PPA REPOSITORY SUPPORT
apt-get install software-properties-common python-software-properties
UNINSTALL POSTFIX (if you don't need to send email)
service stop postfix
apt-get remove postfix
apt-get purge
apt-get autoclean
No comments:
Post a Comment