Wednesday, August 17, 2011

Email configuration for Drupal

Email configuration is necessary to recieve feeback from site visitors.
If email is not configure, you will get following message after submitting contact from,

Unable to send e-mail. Contact the site administrator if the problem persists.

Execute the following commands using a terminal to install email configuration in Drupal.



sudo apt-get install php-pear
sudo pear install mail
sudo pear install Net_SMTP
sudo pear install Auth_SASL
sudo pear install mail_mime
sudo apt-get install postfix

Saturday, July 16, 2011

gufw: firewall application for Ubuntu

Type the following command in a terminal for gufw installation,
 
sudo apt-get install gufw
 
Using this tool you can restrict the in and out transport via Internet from your desktop. 

Wednesday, June 15, 2011

How to know version name of Ububtu

Apply the following command in a Terminal

sudo su

lsb_release -a


I got the following message,

Distributor ID:    Ubuntu
Description:    Ubuntu 10.10
Release:    10.10
Codename:    maverick

Wednesday, June 1, 2011

Installing Microsoft Fonts in Ubuntu

You can install your favorite fonts available in Microsoft Office in Ubuntu.
Popular fonts from MS Office are

  • Andale Mono
  • Arial Black
  • Arial (Bold, Italic, Bold Italic)
  • Comic Sans MS (Bold)
  • Courier New (Bold, Italic, Bold Italic)
  • Georgia (Bold, Italic, Bold Italic)
  • Impact
  • Times New Roman (Bold, Italic, Bold Italic)
  • Trebuchet (Bold, Italic, Bold Italic)
  • Verdana (Bold, Italic, Bold Italic)
  • Webdings

Installation

Open a Terminal from Applications > Accessories

Execute the following commands,

sudo apt-get install msttcorefonts

sudo fc-cache -fv




Tuesday, May 3, 2011

Startupmanager

Very useful tool controlling your Ubuntu startup behavior.

Installation

apt-get install startupmanager

You can launch Startupmanager from Administration Menu.



Sunday, May 1, 2011

Ubuntu 11.04: how to switch from Unity to Gnome

You can easily switch to Gnome from new Unity Desktop.

Select Ubuntu Classic from

System > Administration > Login Screen