PHP – Ubuntu: supported locales


1. First of all list supported locales: cat /usr/share/i18n/SUPPORTED 2. Copy the locales for your region. I will copy the following lines: sv_SE.UTF-8 UTF-8 sv_SE ISO-8859-1 3. Edit the list of 'supported locales' and paste your locales that you've copied. (See step above) gedit /var/lib/locales/supported.d/local   4. Finely generate your locales dpkg-reconfigure locales

Adding extra Repositories on Ubuntu


Repositories on Ubuntu are the locations that you can download software from. As a general rule, the default repositories don’t contain the right locations for most software packages that you’ll want to install. You will want to open up the /etc/apt/sources.list file, find and uncomment the following lines deb http://us.archive.ubuntu.com/ubuntu dapper universe main restricted universe deb … Continue reading Adding extra Repositories on Ubuntu