March 11, 2010

GDM and XDMCP configuration for remote graphical Linux desktop access

You can follow the link: http://www.yolinux.com/TUTORIALS/GDM_XDMCP.html

Disable Firefox browser in Linux:

To Disable Firefox browser in Linux or Restricting web access using the Firefox browser: You can follow below commands:

For example, if we need to block Firefox for an user “rad” you can use the command below:

root@server# setfacl -m u:rad:x /usr/bin/firefox

To unblock it, you can use following command:

root@server# setfacl -x u:rad /usr/bin/firefox

Moving Mails from Windows Outlook Express to Thunderbird of Linux

Step # 1: Import mails from Outlook using Thunderbird in Windows.
* Download thunderbird for Windows XP from http://www.mozillamessaging.com/en-US/thunderbird/
* Install Thunderbird
* Start Mozilla Thunderbird
* Do not setup Thunderbird as your default email client.
* Since this is your first run, it will prompt you to import mail and other settings.
* At Import dialog box, select Mail > Next
* Select Outlook > Next
* Within few minutes it will migrate all emails from Outlook to Thunderbird. Click Finish and shutdown Thunderbird application.

Step # 2: Transfer Thunderbird mail to USB
First, you need to find out your profile folder under Thunderbird application (you can also use Windows Explore to find out Thunderbird profile folder):.
Click on Start > Run > Type the command “cmd”
And hit [Enter] key
Type the following commands to locate Profile folder:
C:> cd %APPDATA%\\Thunderbird
C:> cd Profiles
Now locate directory called "Local Folders". Again use CD command to go to Local Folders:
C:> cd "Local Folders"
Now Locate required directory and copy all files to USB pen or use network connection to copy files to your Linux home-directory (~/.mozilla-thunderbird)

Step #3: Import mail to Linux Thunderbird.
Copy all files from USB to mail directory of thunderbird, now you can open mail using Linux thunderbird client. You can find the mail directory in the server settings of particular mail account.

Installation of Mozilla thunderbird mail client in Linux:

Download Thunderbird from http://www.mozillamessaging.com/en-US/thunderbird/ to your Linux desktop

Let us say you would like to install thunderbird in your own home directory called /home/rad/

Copy your downloaded file to /home/rad/ and untar it:
$ cp /home/tom/Desktop/thunderbird-2.0.0.0.tar.gz .
$ tar -zxvf thunderbird-2.0.0.0.tar.gz
Now software was installed. To start Thunderbird mail client, enter:
$ cd thunderbird
$ ./thunderbird

To create thunderbird icon on desktop.

Right click on your Linux desktop
Select Create Launcher
Fill the details as follows:
* Set name to : Thunderbird
* Set command to : browse "thunderbird" inside the directory Thunderbird.
* Set comment to : My Email Client
* Hit OK to create an ICON