NTFS with read/write support using the ntfs-3g (easy & safe method)

September 21st, 2008 by shiraj

<!– @page { margin: 2cm } P { margin-bottom: 0.21cm } –>

To fond Version of OS: Check this one out:

$ lsb_release -a

NTFS with read/write support using the ntfs-3g (easy & safe method

Set up your sources :
To get the latest ntfs-3g, you will need first to add a repository to your source.list. Open a terminal and type:

Code:

    gksu gedit /etc/apt/sources.list

At the end of the file, just add one of the following mirror:
Warning : This repo don’t contain amd64 packages.

For DAPPER :
Feisty users don’t have to deal with additionnal repository, all is already in ubuntu repo.

deb http://flomertens.free.fr/ubuntu/ dapper main main-all
deb http://ntfs-3g.sitesweetsite.info/ubuntu/ dapper main main-all
deb http://flomertens.keo.in/ubuntu/ dapper main main-all

2. Installation :

Packages of my repository are authenticated with a gpg key. To use it, you should execute the following command :

Code:

wget http://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add -

or

Code:

wget  http://flomertens.free.fr/ubuntu/givre_key.asc -O- | sudo apt-key add -

First, upgrade your system :

Code:

sudo apt-get update
sudo apt-get upgrade

3. Automatic Configuration :

If you go for the automatic configuration, install ntfs-config. It will automaticly install ntfs-3g :

Code:

sudo apt-get install ntfs-config

Now, it’s rather easy. Just launch ntfs-config via the menu (in system tools) or via the terminal :

Code:

gksu ntfs-config

Linux – make root user

September 20th, 2008 by shiraj

To switch to root in my terminal session:

Type: sudo -i

# sudo bash
# passwd root

and you can login as root

Configure outlook 2003 to use RPC over HTTP

September 6th, 2008 by shiraj

http://www.petri.co.il/configure_outlook_2003_to_use_rpc_over_http.htm

Windows XP From A to Z

September 6th, 2008 by shiraj

http://www.kellys-korner-xp.com/xp_abc.htm

Configure RPC Over Https on single Server

September 6th, 2008 by shiraj