On Sat, 19 Feb 2005 14:04:03 +0530 (IST), H. S. Rai
<[EMAIL PROTECTED]> wrote:
> As I am trying to shift from RH to Debian, 

Good for you.

> so I need help to find
> equivalent command in RH and Debian.
> 
> 1) How to configure mouse? What is path and name of configuration file?

If you want to use the mouse in text console and gpm package is
installed, run the following:

# dpkg-reconfigure gpm

If you want to use the mouse in X, run the following:

# dpkg-reconfigure xserver-xfree86

Both will show you a curses based UI to configure gpm and XFree86.
Note that if you use gpm, you must choose the gpm repeater as your
mouse.

> 2) How to run xdm, and how to enable it to accept "-query"?

# apt-get install xdm

You will then have to edit the config file under /etc/X11/xdm (I think).

> 3) How to made to create database (indexing) to able me use "locate"
> command. At present it says "No such file" for locatedb.

$ man updatedb

NAME
       updatedb - update a file name database

SYNOPSIS
       updatedb [options]

DESCRIPTION
       This  manual  page documents the GNU version of updatedb, which updates
       file name databases used by GNU locate.  The file name  databases  con-
       tain  lists  of  files that were in particular directory trees when the
       databases were last updated.

Thaths
-- 
"You don't quit your job because you don't like it, you just go in and do it
               really half-assed." --  Homer J. Simpson


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
linux-india-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to