Re: Set up samba

2006-09-27 Thread Rocky Ou

On 9/27/06, Vibhav Sharma <[EMAIL PROTECTED]> wrote:

Rocky Ou wrote:
> On 9/27/06, Vibhav Sharma <[EMAIL PROTECTED]> wrote:
>> rocky wrote:
>> > rocky wrote:
>> >
>> >> Clive Menzies wrote:
>> >>
>> >>> On (26/09/06 09:11), Chris Lale wrote:
>> >>>
>> >>>> rocky wrote:
>> >>>>
>> >>>>> [...]
>> >>>>>
>> >>>>> Is there a way I can set up my Debian machine or Windows server to
>> >>>>> enalbe me exchage data betwen Windows server and my PC using
>> Debian
>> >>>>> system?
>> >>>>>
>> >>>>> [...]
>> >>>>>
>> >>>>
>> http://newbiedoc.berlios.de/wiki/Installing_Samba_Linux/Windows_networking
>>
>> >>>> may get you started.
>> >>>>
>> >>> I put up some info on this a while back which may help:
>> >>>
>> 
http://clivemenzies.co.uk/help/index.php?option=com_content&task=category§ionid=8&id=33&Itemid=58
>>
>> >>>
>> >>> Regards
>> >>>
>> >>> Clive
>> >>>
>> >>> --
>> >>> www.clivemenzies.co.uk ...
>> >>> ...strategies for business
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>> >>> with a subject of "unsubscribe". Trouble? Contact
>> [EMAIL PROTECTED]
>> >>>
>> >> Hey,
>> >>
>> >> I did the following configuration in smb.conf of my debian machine
>> >>
>> >> #-snap begin--#
>> >>  [globals]
>> >> security = share
>> >>
>> >> [user1-docs]
>> >> comment = User1's Documents
>> >> path = /home/user1/Documents
>> >> read only = No
>> >> guest ok = Yes
>> >> force user = user1
>> >> map archive = no
>> >> #snap end---#
>> >>
>> >> I know this is insesure. but we are in a small office like a
>> family. I
>> >> can use IE to access my debian machine by entering
>> >> \\mypcname\user1-docs
>> >>
>> >> The problem is I want to get access to my Windows XP file server's
>> >> E:/backup folder. When I switch my machine to Windows system I can
>> >> access XP server's backup folder by entering \\server\backup in IE's
>> >> address bar. But  this is not the case in debian system. In Debian
>> >> system's Mozilla if I enter \\server\backup in address bar it
>> tells me
>> >> "http:\\server could not found".
>> >>
>> >> Can any of you tell me how to use Debian system access to window XPs
>> >> share files in my LAN please?
>> >>
>> >> Thanks,
>> >> Rocky
>> >>
>> >>
>> >> --
>> >> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>> >> with a subject of "unsubscribe". Trouble? Contact
>> [EMAIL PROTECTED]
>> >>
>> >
>> > Further to my previous post.
>> >
>> > I enabled swap in /etc/inetd.conf and I can go to localhost:901 as
>> > well. The problem is I still not be able to access to Windows file
>> > server share folder. Do I need to configure Windows XP instead?
>> >
>> > Thanks,
>> > Rocky
>> >
>> >
>> >
>> The problem is that entering \\server\share in mozilla makes it search
>> for an http server.
>> IE automatically searches for windows shares with the same address.
>>
>> You need to enter smb://server to specify to the browser what protocol
>> to use.
>>
>> If you are using Gnome or KDE, use their file browsers and enter the
>> above in the adress bar.
>> If not using nautilus or konqueror, you'll have to install
>> 'firefox-gnome-support' (do an 'apt-get install firefox-gnome-support')
>> to be able to browse samba shares from firefox.
>>
>>
>> hope that helps,
>>
>> Vibhav
>>
>
>
> Hey, Thanks a lot for your reply! It really helped me a lot:)  It
> works now.
>
> We have a printer connected to the Windows XP file server. And all the
> other windows machine can use that shared printer. I'm wondering how
> can I set up my debian machine so I can use the share printer?
>
> Thanks a lot in advance!
>
> Rocky
>
Hi Rocky,

If Gnome, - gnome-cups-manager. If KDE, start 'control center'
Peripherals > Printer > Add Printer.

In both, select Networked Printer, Windows share and enter server
address, username, passwd and printer type.

that should get you started...

Vibhav


Thanks for your reply!

I'm using KDE. There are 2 options for network printer. One is network
printer(TCP). Another is newwork printer w/Ipp(IPP/HTTP)

In both options I entered smb://server/ppp(my windows XP working
printer name) as printer address and In the subnetwork field I input
192.168.1. after that I hit scan but it tells me:
"you are about to scan a subnet(192.168.1.*)that does not correspond
to current subnet of this computer (127.0.0.*) .Do you want to scan
the specified subnet anyway?"

It seems that my debian network configuration is wrong? Can any of you
help me on this please?

Thanks,
Rocky


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Set up samba

2006-09-27 Thread Rocky Ou

On 9/27/06, Vibhav Sharma <[EMAIL PROTECTED]> wrote:

rocky wrote:
> rocky wrote:
>
>> Clive Menzies wrote:
>>
>>> On (26/09/06 09:11), Chris Lale wrote:
>>>
 rocky wrote:

> [...]
>
> Is there a way I can set up my Debian machine or Windows server to
> enalbe me exchage data betwen Windows server and my PC using Debian
> system?
>
> [...]
>
 http://newbiedoc.berlios.de/wiki/Installing_Samba_Linux/Windows_networking
 may get you started.

>>> I put up some info on this a while back which may help:
>>> 
http://clivemenzies.co.uk/help/index.php?option=com_content&task=category§ionid=8&id=33&Itemid=58
>>>
>>> Regards
>>>
>>> Clive
>>>
>>> --
>>> www.clivemenzies.co.uk ...
>>> ...strategies for business
>>>
>>>
>>>
>>> --
>>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>>> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>>>
>> Hey,
>>
>> I did the following configuration in smb.conf of my debian machine
>>
>> #-snap begin--#
>>  [globals]
>> security = share
>>
>> [user1-docs]
>> comment = User1's Documents
>> path = /home/user1/Documents
>> read only = No
>> guest ok = Yes
>> force user = user1
>> map archive = no
>> #snap end---#
>>
>> I know this is insesure. but we are in a small office like a family. I
>> can use IE to access my debian machine by entering
>> \\mypcname\user1-docs
>>
>> The problem is I want to get access to my Windows XP file server's
>> E:/backup folder. When I switch my machine to Windows system I can
>> access XP server's backup folder by entering \\server\backup in IE's
>> address bar. But  this is not the case in debian system. In Debian
>> system's Mozilla if I enter \\server\backup in address bar it tells me
>> "http:\\server could not found".
>>
>> Can any of you tell me how to use Debian system access to window XPs
>> share files in my LAN please?
>>
>> Thanks,
>> Rocky
>>
>>
>> --
>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>>
>
> Further to my previous post.
>
> I enabled swap in /etc/inetd.conf and I can go to localhost:901 as
> well. The problem is I still not be able to access to Windows file
> server share folder. Do I need to configure Windows XP instead?
>
> Thanks,
> Rocky
>
>
>
The problem is that entering \\server\share in mozilla makes it search
for an http server.
IE automatically searches for windows shares with the same address.

You need to enter smb://server to specify to the browser what protocol
to use.

If you are using Gnome or KDE, use their file browsers and enter the
above in the adress bar.
If not using nautilus or konqueror, you'll have to install
'firefox-gnome-support' (do an 'apt-get install firefox-gnome-support')
to be able to browse samba shares from firefox.


hope that helps,

Vibhav




Hey, Thanks a lot for your reply! It really helped me a lot:)  It works now.

We have a printer connected to the Windows XP file server. And all the
other windows machine can use that shared printer. I'm wondering how
can I set up my debian machine so I can use the share printer?

Thanks a lot in advance!

Rocky


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Set Up EPSON ME 100 in Debian

2006-09-21 Thread Rocky Ou

Hey,

I'm trying to set up my debian sid for my Dell Inspiron 2200 to use
EPSON ME 100. I followed the wizard at http://localhost:631/admin. The
problem is when it comes to step of Model/Driver for Epson, I could
not find EPSON ME 100 in the model list. But I noticed there's an
input ask me to provide a PDF file instead.

Can any of you tell me how can I work around it please?

Thanks,
Rocky


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Debian Sarge screen refresh rate

2006-09-14 Thread Rocky Ou

On 9/13/06, Jeff <[EMAIL PROTECTED]> wrote:

Rocky Ou wrote:
> On 9/12/06, Mumia W. <[EMAIL PROTECTED]> wrote:
>> On 09/12/2006 03:07 AM, Rocky Ou wrote:
>> > On 9/6/06, Mumia W. <[EMAIL PROTECTED]> wrote:
>> >> On 09/06/2006 02:57 AM, Rocky Ou wrote:
>> >> > Hey,
>> >> >
>> >> > I used dpkg-reconfigure xserver-xfree86 to configure my monitor
>> refresh
>> >> > rate
>> >> > to Vertical 70-75 and Horizontal 80-85. in /etc/X11/XFConfig86-4 it
>> >> shows
>> >> > what I just configured with dpkg-reconfigure. The problem is it
>> >> actually
>> >> > does not act that way. The actual refresh rate is far more less.
>> It is
>> >> > not a
>> >> > laptop and it is not LCD screen. Can any of you help me please? BTW,
>> >> > aptitude update and aptitude upgrade does not help neither.
>> >> >
>> >> > Thanks a lot in advance!
>> >> > Rocky
>> >> >
>> >>
>> >> Find out the actual refresh rates and plug them into
>> >> XF86Config-4. You can probably find this information in your
>> >> user manual for the device, or you can check the
>> >> manufacturer's or vendor's web site.
>> >>
>> >>
>> >>
>> >
>> > I searched the refresh rate for my monitor and it tells me the max
>> > resolution and refresh rate is 1028*1024 I really do not understand
>> > how to convert this into Xserver config.
>> >
>> > Below is my xserverconfig file but my monitor is using 1028*768 as
>> > resolution and some bad refresh rate which hurts my eyes.
>> >
>> > Can any of you help me please?
>> >
>> > -snip begin-
>> >
>> > # XF86Config-4 (XFree86 X Window System server configuration file)
>> > #
>> > # This file was generated by dexconf, the Debian X Configuration tool,
>> > using
>> > # values from the debconf database.
>> > #
>> > # Edit this file with caution, and see the XF86Config-4 manual page.
>> > # (Type "man XF86Config-4" at the shell prompt.)
>> > #
>> > # This file is automatically updated on xserver-xfree86 package
>> upgrades
>> > *only*
>> > # if it has not been modified since the last upgrade of the
>> xserver-xfree86
>> > # package.
>> > #
>> > # If you have edited this file but would like it to be automatically
>> > updated
>> > # again, run the following commands as root:
>> > #
>> > #   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
>> > #   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
>> > #   dpkg-reconfigure xserver-xfree86
>> >
>> > Section "Files"
>> > FontPath"unix/:7100"# local font server
>> > # if the local font server has problems, we can fall back on these
>> > FontPath"/usr/lib/X11/fonts/misc"
>> > FontPath"/usr/lib/X11/fonts/cyrillic"
>> > FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
>> > FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
>> > FontPath"/usr/lib/X11/fonts/Type1"
>> > FontPath"/usr/lib/X11/fonts/CID"
>> > FontPath"/usr/lib/X11/fonts/Speedo"
>> > FontPath"/usr/lib/X11/fonts/100dpi"
>> > FontPath"/usr/lib/X11/fonts/75dpi"
>> > EndSection
>> >
>> > Section "Module"
>> > Load"GLcore"
>> > Load"bitmap"
>> > Load"dbe"
>> > Load"ddc"
>> > Load"dri"
>> > Load"extmod"
>> > Load"freetype"
>> > Load"glx"
>> > Load"int10"
>> > Load"record"
>> > Load"speedo"
>> > Load"type1"
>> > Load"vbe"
>> > EndSection
>> >
>> > Section "InputDevice"
>> > Identifier"Generic Keyboard"
>> > Driver"keyboard"
>> > Option"CoreKeyboard"
>> > Option"XkbRules""xfree86"
>> > O

Re: Debian Sarge screen refresh rate

2006-09-12 Thread Rocky Ou

On 9/12/06, Mumia W. <[EMAIL PROTECTED]> wrote:

On 09/12/2006 03:07 AM, Rocky Ou wrote:
> On 9/6/06, Mumia W. <[EMAIL PROTECTED]> wrote:
>> On 09/06/2006 02:57 AM, Rocky Ou wrote:
>> > Hey,
>> >
>> > I used dpkg-reconfigure xserver-xfree86 to configure my monitor refresh
>> > rate
>> > to Vertical 70-75 and Horizontal 80-85. in /etc/X11/XFConfig86-4 it
>> shows
>> > what I just configured with dpkg-reconfigure. The problem is it
>> actually
>> > does not act that way. The actual refresh rate is far more less. It is
>> > not a
>> > laptop and it is not LCD screen. Can any of you help me please? BTW,
>> > aptitude update and aptitude upgrade does not help neither.
>> >
>> > Thanks a lot in advance!
>> > Rocky
>> >
>>
>> Find out the actual refresh rates and plug them into
>> XF86Config-4. You can probably find this information in your
>> user manual for the device, or you can check the
>> manufacturer's or vendor's web site.
>>
>>
>>
>
> I searched the refresh rate for my monitor and it tells me the max
> resolution and refresh rate is 1028*1024 I really do not understand
> how to convert this into Xserver config.
>
> Below is my xserverconfig file but my monitor is using 1028*768 as
> resolution and some bad refresh rate which hurts my eyes.
>
> Can any of you help me please?
>
> -snip begin-
>
> # XF86Config-4 (XFree86 X Window System server configuration file)
> #
> # This file was generated by dexconf, the Debian X Configuration tool,
> using
> # values from the debconf database.
> #
> # Edit this file with caution, and see the XF86Config-4 manual page.
> # (Type "man XF86Config-4" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xfree86 package upgrades
> *only*
> # if it has not been modified since the last upgrade of the xserver-xfree86
> # package.
> #
> # If you have edited this file but would like it to be automatically
> updated
> # again, run the following commands as root:
> #
> #   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
> #   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
> #   dpkg-reconfigure xserver-xfree86
>
> Section "Files"
> FontPath"unix/:7100"# local font server
> # if the local font server has problems, we can fall back on these
> FontPath"/usr/lib/X11/fonts/misc"
> FontPath"/usr/lib/X11/fonts/cyrillic"
> FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
> FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
> FontPath"/usr/lib/X11/fonts/Type1"
> FontPath"/usr/lib/X11/fonts/CID"
> FontPath"/usr/lib/X11/fonts/Speedo"
> FontPath"/usr/lib/X11/fonts/100dpi"
> FontPath"/usr/lib/X11/fonts/75dpi"
> EndSection
>
> Section "Module"
> Load"GLcore"
> Load"bitmap"
> Load"dbe"
> Load"ddc"
> Load"dri"
> Load"extmod"
> Load"freetype"
> Load"glx"
> Load"int10"
> Load"record"
> Load"speedo"
> Load"type1"
> Load"vbe"
> EndSection
>
> Section "InputDevice"
> Identifier"Generic Keyboard"
> Driver"keyboard"
> Option"CoreKeyboard"
> Option"XkbRules""xfree86"
> Option"XkbModel""pc104"
> Option"XkbLayout""us"
> EndSection
>
> Section "InputDevice"
> Identifier"Configured Mouse"
> Driver"mouse"
> Option"CorePointer"
> Option"Device""/dev/psaux"
> Option"Protocol""ImPS/2"
> Option"Emulate3Buttons""true"
> Option"ZAxisMapping""4 5"
> EndSection
> Section "InputDevice"
> Identifier"Generic Mouse"
> Driver"mouse"
> Option"SendCoreEvents""true"
> Option"Device""/dev/input/mice"
> Option"Protocol""ImPS/2"
> Option"Emulate

Re: gcc-4.1

2006-09-11 Thread Rocky Ou

On 9/12/06, Kevin Mark <[EMAIL PROTECTED]> wrote:

On Mon, Sep 11, 2006 at 10:32:09PM +0800, Rocky Ou wrote:
> Hey,
>
> Thanks for your reply but it still not doing the work.
>
> [EMAIL PROTECTED]:~$ gcc good.c
> gcc: good.c: No such file or directory
> gcc: no input files
> [EMAIL PROTECTED]:~$
>
>
> Can any of you help me please?

Hi Rocky,

just to double check:

gcc is a C compiler

the basic use is:

gcc myprog.c

where myprog.c is a C program, not an empty or non-existant file, and
the file name ends in .c as this extension implies that it is C source
code.

would it be possible to show us the output of 'ls -l good.c'?

would it be possible to show us the contents of the good.c file?

cheers,
Kev
--
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal | debian.home.pipeline.com |
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
| my keysever: pgp.mit.edu   | my NPO: cfsg.org |


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFBcUnv8UcC1qRZVMRAtcjAJ4pyzQ6j8Gwn/ia+6cyG3wPqvFs3wCfY9aG
IkpS2DamK0Akz+Rbr3oMols=
=4VCD
-END PGP SIGNATURE-




Hey all here it is

[EMAIL PROTECTED]:~$ ls -l c_0912.c
-rw-r--r-- 1 lover lover 103 2006-09-12 10:58 c_0912.c

[EMAIL PROTECTED]:~$ more c_0912.c
#include 

using namespace std;

int main()
{
 out<<"Hey, YOU:) I'm good"\n;
 cin.get();
}

[EMAIL PROTECTED]:~$ gcc c_0912.c -o test
c_0912.c:1:20: error: iostream: No such file or directory
c_0912.c:3: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â
before ânamespaceâ
c_0912.c: In function âmainâ:
c_0912.c:7: error: âoutâ undeclared (first use in this function)
c_0912.c:7: error: (Each undeclared identifier is reported only once
c_0912.c:7: error: for each function it appears in.)
c_0912.c:7: error: stray â\â in program
c_0912.c:7: error: expected â;â before ânâ
c_0912.c:8: error: âcinâ undeclared (first use in this function)


It seem gcc still not doing the job because os some missing stuff.

Can any of you help me out please?

Thanks a lot in advance!

Rocky



Re: gcc-4.1

2006-09-11 Thread Rocky Ou

On 9/12/06, Kevin Mark <[EMAIL PROTECTED]> wrote:

On Mon, Sep 11, 2006 at 10:32:09PM +0800, Rocky Ou wrote:
> Hey,
>
> Thanks for your reply but it still not doing the work.
>
> [EMAIL PROTECTED]:~$ gcc good.c
> gcc: good.c: No such file or directory
> gcc: no input files
> [EMAIL PROTECTED]:~$
>
>
> Can any of you help me please?

Hi Rocky,

just to double check:

gcc is a C compiler

the basic use is:

gcc myprog.c

where myprog.c is a C program, not an empty or non-existant file, and
the file name ends in .c as this extension implies that it is C source
code.

would it be possible to show us the output of 'ls -l good.c'?

would it be possible to show us the contents of the good.c file?

cheers,
Kev
--
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal | debian.home.pipeline.com |
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
| my keysever: pgp.mit.edu   | my NPO: cfsg.org |


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFBcUnv8UcC1qRZVMRAtcjAJ4pyzQ6j8Gwn/ia+6cyG3wPqvFs3wCfY9aG
IkpS2DamK0Akz+Rbr3oMols=
=4VCD
-END PGP SIGNATURE-



Hey all,

Thank you very much for all of your reply and help! I really appreciate it.

I misunderstood the gcc I thout it would be some apps like xemacs. Now
I have the right idea.

You guys helped me as a newbie a lot!

Thanks again!





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: gcc-4.1

2006-09-11 Thread Rocky Ou

On 9/12/06, Kevin Mark <[EMAIL PROTECTED]> wrote:

On Mon, Sep 11, 2006 at 10:32:09PM +0800, Rocky Ou wrote:
> Hey,
>
> Thanks for your reply but it still not doing the work.
>
> [EMAIL PROTECTED]:~$ gcc good.c
> gcc: good.c: No such file or directory
> gcc: no input files
> [EMAIL PROTECTED]:~$
>
>
> Can any of you help me please?

Hi Rocky,

just to double check:

gcc is a C compiler

the basic use is:

gcc myprog.c

where myprog.c is a C program, not an empty or non-existant file, and
the file name ends in .c as this extension implies that it is C source
code.

would it be possible to show us the output of 'ls -l good.c'?

would it be possible to show us the contents of the good.c file?

cheers,
Kev
--
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal | debian.home.pipeline.com |
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
| my keysever: pgp.mit.edu   | my NPO: cfsg.org |


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFBcUnv8UcC1qRZVMRAtcjAJ4pyzQ6j8Gwn/ia+6cyG3wPqvFs3wCfY9aG
IkpS2DamK0Akz+Rbr3oMols=
=4VCD
-END PGP SIGNATURE-





Hey all,

Thank you very much for all of your reply and help! I really appreciate it.

I misunderstood the gcc I thout it would be some apps like xemacs. Now
I have the right idea.

You guys helped me as a newbie a lot!

Thanks again!
Rocky


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: gcc-4.1

2006-09-11 Thread Rocky Ou

Hey,

Thanks for your reply but it still not doing the work.

[EMAIL PROTECTED]:~$ gcc good.c
gcc: good.c: No such file or directory
gcc: no input files
[EMAIL PROTECTED]:~$


Can any of you help me please?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




gcc-4.1

2006-09-10 Thread Rocky Ou
Hey list,I'm using Debian sid. And I have gcc-4.1 installed on it. It seem I can not even start the aplication. Blow are my few tries.[EMAIL PROTECTED]:~$ gcc filenamegcc: filename: No such file or directory
gcc: no input files[EMAIL PROTECTED]:~$ gcc-4.1 goodgcc-4.1: good: No such file or directorygcc-4.1: no input filesCan any of you help me please?Thanks a lot in advance!Rocky


Re: SCIM On Debian sid

2006-09-10 Thread Rocky Ou
On 9/10/06, Arne Götje (高盛華) <[EMAIL PROTECTED]> wrote:
On Sunday 10 September 2006 16:05, you wrote:> I can Input chinese in skype now  now. Well the problem is that in> the skype it shows just some square instead of readable beautifull> chinese and In Xemacs it shows some unreadable signs.
>> Do any of you have some idea on this please?Use qtconfig and set your default font to AR PL ShanHeiSun Uni. Thatshould help for Skype.For Xemacs I really have no clue, as I don't use it. Are you sure Xemacs
supports UTF-8?CheersArne--Arne Götje (高盛華) <[EMAIL PROTECTED]>PGP/GnuPG key: 1024D/685D1E8CFingerprint: 2056 F6B7 DEA8 B478 311F  1C34 6E9F D06E 685D 1E8C
Key available at wwwkeys.pgp.net.   Encrypted e-mail preferred. Well I think no or maybe I just know it doesn't use QT or GTK so itmust use X11 extensions. But I really do not know how to configure it. 
Do any of you have any idea?Thanks,Rocky


Re: SCIM On Debian sid

2006-09-08 Thread Rocky Ou
On 9/8/06, "Arne Götje (高盛華)" <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-Hash: SHA1> Well, now the problem is that I can input chinese in firefox but can not> input chinese in mozilla and other applications.>> Can any of you help me please?
How do your environment variables GTK_IM_MODULE and QT_IM_MODULE look like?Make sure both are set to "xim" and *not* "scim".Also make sure that an environment variable XMODIFIERS="@im=SCIM" exists.
CheersArneBTW: do you have the package im-switch installed? this one should do thejob.- --Thanks very much for your reply:)I extracted them from .bashrc %%--Begin%%
#--Scim Settings-#GTK_IM_MODULE="xim" ; export GTK_IM_MODULEQT_IM_MODULE="xim" ; export QT_IM_MODULEexport XIM=SCIMexport XIM_PROGRAM=SCIMexport QT_IM_MODULE="xim"
export XMODIFIERS="@im=SCIM"export GTK_IM_MODULE="scim"scim -f x11 -d&#--Scim Settings-##--Chinese Input SCIM Section---#export LANG='en_US'export LC_CTYPE='en_US.UTF-8'
 export [EMAIL PROTECTED]    #case matters for this variable!export GTK_IM_MODULE=scimexport QT_IM_MODULE=scimXMODIFIERS="@im=SCIM" %%--END---%%
It still not doing the job. Yes I installed im-switch. I still not be able to input chinese in skype and aMSN. After install a chinese locale for mozilla I can input chinese in Mozilla now.Please help me?Thanks,
Rocky 


Re: SCIM On Debian sid

2006-09-07 Thread Rocky Ou
On 9/8/06, Florian Kulzer <[EMAIL PROTECTED]> wrote:
On Thu, Sep 07, 2006 at 20:29:31 +0800, Rocky Ou wrote:> Hey,>> Before I can see a small SCIM bar on my task panel. But now I could not see> it any more and I try to open it from console but it tells me it is runing.
> I tried Ctrl+Space but it does not trigger the chinese input. Can any of you> tell me how to actually bring SCIM up please?I don't know anything specific about SCIM, but it often helps to killthe existing process and then start the service again from the console.
--Regards,  Florian--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]

Well, now the problem is that I can input chinese in firefox but can not input chinese in mozilla and other applications.

Can any of you help me please?

Thanks,
Rocky



SCIM On Debian sid

2006-09-07 Thread Rocky Ou
Hey,

Before I can see a small SCIM bar on my task panel. But now I could not
see it any more and I try to open it from console but it tells me it is
runing. I tried Ctrl+Space but it does not trigger the chinese input.
Can any of you tell me how to actually bring SCIM up please?

Thanks,
Rocky


Debian Sarge screen refresh rate

2006-09-06 Thread Rocky Ou
Hey,I used dpkg-reconfigure xserver-xfree86 to configure my monitor refresh rate to Vertical 70-75 and Horizontal 80-85. in /etc/X11/XFConfig86-4 it shows what I just configured with dpkg-reconfigure. The problem is it actually does not act that way. The actual refresh rate is far more less. It is not a laptop and it is not LCD screen. Can any of you help me please? BTW, aptitude update and aptitude upgrade does not help neither.
Thanks a lot in advance!Rocky


network problem

2006-08-31 Thread Rocky Ou
Hey list,
 
I'm using Debian Sarge on my Desktop. Last night the network still works perfectly. This morning I could not connect to the internet anymore. 
 
I have a a router serve as Gateway as well connect to my internet service. Because we have a few computers, I connect to the router through a switcher. The gateway is 192.168.1.1 and the Mask is 
255.255.255.0 and The IP address for my linux computer is 192.168.1.55. Because all of my other PCs are using Windows system. So I normally using ssh to connect to my Linux pc by entering 
192.168.1.55 as the host. But since this morning I do not even able to use the local area network on my linux PC anymore. My windows machines are still able to get into the internet. Can any of you help me on how to tracking down the problem and solve them please?

 
By the way the internet card used to work is eho.
 
Thanks a lot!
 
Rocky


Stand by command

2006-08-26 Thread Rocky Ou
Hey List,

Can any of you tell me what is the stand by command please? I know shutdown -ah now is for shutting down the computer.

THX,
Rocky


enable soap in Debian sarge php 4.3.10-16

2006-07-19 Thread Rocky Ou
Hey list,

Can any of you tell me how to enble soap for php 4.3.10-16 on my debian sarge system please?

Thanks a lot in advance!

Rocky


Re: Battery monitor and sound adjust short cut

2006-07-15 Thread Rocky Ou
On 7/13/06, Florian Kulzer <[EMAIL PROTECTED]> wrote: 
> Can any of you tell me how can I enable AC Adaptor and Control Method> Battery please?As far as I remember, the ACPI stuff is compiled as modules in the stockDebian kernels. (I have been using self-compiled kernels for a long
time, therefore I am not sure.) You can start by checking if thefollowing modules are loaded: ac, battery, power. If they are not loadedtry to modprobe them. If that works without errors you can try to change
the setting in the KDE control center again. ACPI support can still be aproblem, AFAIK it is broken in some BIOSes and I don't know how easy itis to set it up on Dell laptops.I did it according the above instruction and I'm able to configure it in Control Center now. But the problem is how can I add the icons to my panel please? I tried Right click on panel-->Add Application / Applet to Panel. But I could not get it shown on the panel.
I> Secondly, under Window XP I can use Fn+Pg Up / Dn key combination to adjust
> the volumn. But I do not know how to do in under Debian. Can anyone give> some direction please?If that key combination is supported in the Linux ACPI routines it willgenerate an ACPI event which you can use to trigger a short script to
change the volume by calling alsamixer. This is done by the acpi daemon.You can install the "acpid" package and run "acpi_listen". Press the keycombination and check if an event/keycode is displayed. "man acpid" has
details on how to proceed from there and you can also have a look at theevent and action files which are already present in /etc/acpid.While, after I input acpi_listen I got the following infor
YUNNAN:/home/lover# acpi_listenac_adapter AC 0080 battery BAT0 0080 0001processor CPU0 0080 battery BAT0 0080 0001battery BAT0 0080 0001
ac_adapter AC 0080 0001battery BAT0 0080 0001processor CPU0 0080 battery BAT0 0080 0001battery BAT0 0080 0001#I will check on man acpid later.
Thanks,Rocky


Battery monitor and sound adjust short cut

2006-07-11 Thread Rocky Ou
Hey List,

I'm using Debian Sid on my Dell Inspiron 2200 laptop. I want to enable
the power monitor function for my computer. But when I go to Control
Center-->Power Control -->Laptop Battery of KDE I got the
following message.

###
Your computer seems to have a partial ACPI installation. ACPI was
probably enabled, but some of the sub-options were not - you need to
enable at least 'AC Adaptor' and 'Control Method Battery' and then
rebuild your kernel.
###

Below is my kernel infomation

#
[EMAIL PROTECTED]:~$ uname -a
Linux YUNNAN 2.6.16-2-686 #1 Wed Jun 21 17:35:13 UTC 2006 i686 GNU/Linux
#

Can any of you tell me how can I enable AC Adaptor and Control Method Battery please?

Secondly, under Window XP I can use Fn+Pg Up / Dn key combination to
adjust the volumn. But I do not know how to do in under Debian. Can
anyone give some direction please?

Thanks a lot in advance,
Rocky


Debian sid tvtime problem

2006-07-06 Thread Rocky Ou
Hey List,

I'm a newbie to the debian world. I'm longing to set up my Dell
inspiron 2200 laptop with debian sid on it with the capability of
watching TVs. I aptitude installed tvtime and select PAL and China
broadcast as it goes. After that my computer refused to move further
and give me the following error log

###
[EMAIL PROTECTED]:~$ tvtime &
[1] 6769
[EMAIL PROTECTED]:~$ Running tvtime 1.0.1.
Reading configuration from /etc/tvtime/tvtime.xml
I/O warning : failed to load external entity "/home/lover/.tvtime/tvtime.xml"
xvoutput: No XVIDEO port found which supports YUY2 images.

*** tvtime requires hardware YUY2 overlay support from your video card
*** driver.  If you are using an older NVIDIA card (TNT2), then
*** this capability is only available with their binary drivers.
*** For some ATI cards, this feature may be found in the experimental
*** GATOS drivers: http://gatos.souceforge.net/
*** If unsure, please check with your distribution to see if your
*** X driver supports hardware overlay surfaces.


Can any of you give me some direction about how to make it work please?

Thanks a lot in advance!
Rocky


Debian sid installation

2006-07-06 Thread Rocky Ou
Hey list,

Does any of you get Skype up and runing under Debian sid? I use to be
able to install skype on my debian sarge system 2 months ago. But 1
month ago I switch to Debian sid and since then I could not install
skype properly anymore. 

I would really appreciate it, If any of you could give me some of your tips or orientations?

Thanks a lot in advance!

Rocky


TV application

2006-06-28 Thread Rocky Ou

Hey List,

Can any of you recommend some good TV applications for my Debian Sid
Dell Inspiron 2200 laptop please? I have a broad band internet access
with the averager rate of 250 KB/s . I can get a long list by doing
apt-cache search TV but before I trying any of them I would like to
hear what you think for you might have tried some awesome
applications.

Thanks,
Rocky


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Gimp gap

2006-06-26 Thread Rocky Ou
Hey List,

I installed gimp on my Debian Stable system and aptituted gap plugin as
well. This is my first time to use Gimp. I really do not know how to
access gap interface. I tried gimp website and googled for the solution
but maybe it is too easy no help was found.

Can any of you give me some hint please!

Rocky


Re: Fwd: Debian sarge 3.1\apache2 not surpport cgi

2006-06-25 Thread Rocky Ou
On 6/25/06, Srinidhi B S <[EMAIL PROTECTED]> wrote:
 might also want to check if your CGI andits *parent* directories are accessible by this user.Hope this helps.Srinidhi.--To UNSUBSCRIBE, email to 
[EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Srinidhi,
Thank you very much for your help:) I got my cgi script up and runing on my pc now.

Rocky 



Re: Fwd: Debian sarge 3.1\apache2 not surpport cgi

2006-06-25 Thread Rocky Ou
On 6/15/06, John Miller <[EMAIL PROTECTED]> wrote:
What do the server logs say?  The /var/log/apache2 directory, forinstance?  
This is from my error log

##
[Sun Jun 25 18:04:28 2006] [error] [client 127.0.0.1] Options ExecCGI
is off in this directory: /home/lover/public_html/cgi-bin/mytext.cgi
##
 
and this is access lot

###
127.0.0.1 - - [25/Jun/2006:18:04:28 +0800] "GET
/~lover/cgi-bin/mytext.cgi HTTP/1.1" 403 373 "-" "Mozilla/5.0 (X11; U;
Linux i686; en-US; rv:1.7.13) Gecko/20060620 Debian/1.7.13-0.2"


 What user is your web server running as?  
I'm working locally on my standalong machine and logged in as lover.
The full path to mytest.cgi is
/home/lover/public_html/cgi-bin/mytest.cgi. I may misunderstood you on
this question. Pleas bear with me as a newbie.
Can you viewregular HTML files placed in the /~lover/mytest.cgi directory?

Yes I can 
--John



Re: Debian sarge 3.1\apache2 not surpport cgi

2006-06-25 Thread Rocky Ou
On 6/16/06, Mankuthimma <[EMAIL PROTECTED]> wrote:
Hi,Add the following here and try:$ cat /etc/apache2/mods-available/userdir.confUserDir public_htmlUserDir disabled root
AllowOverride
FileInfo AuthConfig LimitOptions
MultiViews Indexes SymLinksIfOwnerMatchIncludesNoExecAddHandler cgi-script .cgiMHey,



Thank you very much for you hint!



When I try to do your proposal and restart apache, I got the following error:





Forcing reload of apache 2.0 web server...Syntax error on line 19 of /etc/apache2/mods-enabled/userdir.conf:

Invalid command 'IncludesNoExec', perhaps mis-spelled or defined by a module not included in the server configuration

Syntax error on line 19 of /etc/apache2/mods-enabled/userdir.conf:

Invalid command 'IncludesNoExec', perhaps mis-spelled or defined by a module not included in the server configuration

 failed!

##

Any body can help me please?



Thanks a lot!

Rocky


USB Removiable media

2006-06-25 Thread Rocky Ou
Hey List,

I'm runing debian sid on my Dell Inspiron 2200 laptop. I can use
digikam to download pictures from my canon powershot camera through usb
port. My problem is that when I plug my USB removiable media in the usb
port I can see it is there throug konqueror->go->storage media
but when I click on it I got the following error:

###
 Could not mount device.
The reported error was:
[mntent]: warning: no final newline at the end of /etc/fstab
mount: only root can mount /dev/sda1 on /media/usb


[EMAIL PROTECTED]:~$ more /etc/fstab
# /etc/fstab: static file system information.
#
#    
    
  
proc   
/proc  
proc   
defaults   
0   0
/dev/hda3  
/  
ext3    defaults,errors=remount-ro
0   1
/dev/hda6  
none   
swap   
sw 
0   0
/dev/hdb   
/media/cdrom0   iso9660 ro,user,noauto 
0   0
/dev/fd0    /media/floppy0 
auto    rw,user,noauto 
0   0
/dev/sda1  
/media/usb  auto   
defaults   
0   0

Can anyone tell me how can I access my usb removeble media please?
Thanks a lot in advanve!
Rocky


Fwd: Debian sarge 3.1\apache2 not surpport cgi

2006-06-14 Thread Rocky Ou
-- Forwarded message --From: Rocky Ou <[EMAIL PROTECTED]>Date: Jun 6, 2006 6:59 PM
Subject: Re: Debian sarge 3.1\apache2 not surpport cgiTo: Jiann-Ming Su <[EMAIL PROTECTED]>
On 6/6/06, Jiann-Ming Su <[EMAIL PROTECTED]> wrote:

On 6/5/06, Rocky Ou <[EMAIL PROTECTED]> wrote:>
>y machine support the cgi please> ? Any hint will be highly appreciated!>>  Thanks a lot in advance
>Search for "cgi-bin" in the /etc/apache2/apache2.conf file.--
Jiann-Ming Su, thanks very much  for your hint! I find the line and comment it out as following:

#
# To use CGI scripts outside /cgi-bin/:
#
AddHandler cgi-script .cgi
#
Well after that I got the following error:

#
Forbidden

You don't have permission to access /~lover/mytest.cgi
on this server.


Apache/2.0.55 (Debian) mod_python/3.2.8 Python/2.3.5 PHP/4.4.2-1+b1 mod_perl/2.0.2 Perl/v5.8.8 Server at localhost Port 80

Though I've did chmod 777  mytest.cgi.

Can anybody help me please?

Thanks a lot in advance!

Rocky






sound proble for KsCD/Skype/xmms in Debian Sid

2006-06-10 Thread Rocky Ou
Hey,

I'm using debian sid. When my laptop boot it gives some sound
notification. The problem is that I could not use XMMS to play music
directly. I got have to do alsaconf each time I boot the computer. The
following is the output of alsaconf


YUNNAN:/home/lover# alsaconf
Terminating processes: 4378.
Unloading ALSA sound driver modules: snd-intel8x0 snd-intel8x0m
snd-ac97-codec snd-ac97-bus snd-pcm-oss snd-mixer-oss snd-pcm snd-timer
snd-page-alloc (failed: modules still loaded: snd-intel8x0
snd-ac97-codec snd-ac97-bus snd-pcm-oss snd-mixer-oss snd-pcm snd-timer
snd-page-alloc).
Building card database...


Running update-modules...
Loading driver...
Setting default volumes...


===

 Now ALSA is ready to use.
 For adjustment of volumes, use your favorite mixer.

 Have a lot of fun!

###

It seems some sound drivers are failed to load. Because of this, While
my xmms is playing the mp3 files I could not use skype for vioce
chatting. I could not get the sound reminding when someone send me the
instant message and I got the following error in konsole

###
[EMAIL PROTECTED]:~$ /dev/dsp-1: Device or resource busy
###

Yet I do not have any dsp-1. The ls /dev/ds* give me the following information

##
[EMAIL PROTECTED]:~$ ls /dev/ds*
/dev/dsp
##


Another problem is that The KsCD shows it is playing the cd while
There's not sound at all ever after alsaconf which give the sound for
xmms. When I try to use xmms to play the cd after aptitude installed
xmms-read. The /cdrom or /media/cdrom0 has not file at all.

Below is some other information about my box

[EMAIL PROTECTED]:~$ uname -ar
Linux YUNNAN 2.6.16-2-686 #2 Mon May 22 23:10:59 UTC 2006 i686 GNU/Linux

I'm using KDE and kdm.


I'm a newbie to Debian. I'm reaching the limit of my linux knowledge
now regarding to these problems. If any of you could give me some hints
about how to trouble shooting this, I would really appreciate it? Any
links for me to learn some related stuff are also hightly appreciated:)

Thanks a lot in advance!

Rocky








Debian sarge 3.1\apache2 not surpport cgi

2006-06-05 Thread Rocky Ou
Hey,



I net installed debian sarge 3.1 with apache 2 on it. 



below is the files in /etc/apache2/mods-enabled



###

lrwxrwxrwx  1 root root   36 May 30 12:42 cgi.load -> /etc/apache2/mods-available/cgi.load

lrwxrwxrwx  1 root root   33 May 30 12:42 mod_python.load -> ../mods-available/mod_python.load

lrwxrwxrwx  1 root root   37 May 30 12:47 perl.conf -> /etc/apache2/mods-available/perl.conf

lrwxrwxrwx  1 root root   37 May 30 12:47 perl.load -> /etc/apache2/mods-available/perl.load

lrwxrwxrwx  1 root root   37 May 30 12:42 php4.conf -> /etc/apache2/mods-available/php4.conf

lrwxrwxrwx  1 root root   37 May 30 12:42 php4.load -> /etc/apache2/mods-available/php4.load

lrwxrwxrwx  1 root root   40 May 30 12:42 userdir.conf -> /etc/apache2/mods-available/userdir.conf

lrwxrwxrwx  1 root root   40 May 30 12:42 userdir.load -> /etc/apache2/mods-available/userdir.load

lrwxrwxrwx  1 root root   41 Jun  1 16:51 zembperl.conf -> /etc/apache2/mods-available/zembperl.conf

lrwxrwxrwx  1 root root   41 Jun  1 16:51 zembperl.load -> /etc/apache2/mods-available/zembperl.load





The result of which perl is "/usr/bin/perl"



I wrote the following cgi script for testing 



###

#!/usr/bin/perl

print "Content-type: test/html\n\n";

print "Show Me the monkey";





When I browser to the file by going to http://localhost/~lover/test.cgi

the screen shows me the source code.



Well uploading the script to remote server the result is "Show Me the monkey"



Can any of you give me a hint how to make my machine support the cgi please ? Any hint will be highly appreciated!



Thanks a lot in advance

  



Volumn control

2006-05-21 Thread Rocky Ou

Hey,

I'm using Debian Sarge on my Dell Inspiron 2200 laptop. For GUI I'm using KDE.
I'm encountering the following problems. If any of you could help, I
would really appreciate it?

1)  I could not control the audio volumn while I'm using XMMS to play
my mp3 music. When I try to do this I got the following warning:

** WARNING **: oss_set_volume(): Failed to open mixer device
(/dev/mixer): Permission denied

here is the permission details:( has already the member of "root" group.)

[EMAIL PROTECTED]:~/Mail$ ls -al /dev/mixer
lrwxrwxrwx  1 root root 11 2006-05-10 23:31 /dev/mixer -> /dev/mixer0


2) How to mount to my usb devices? I have a DVD/VCD reader. How can I
play my DVD/VCDs please? Under windows It is really very easy for this
kind of stuff but under Linux, I'm totally lost.

3) How can I shut the GUI system and go to text console or how to make
my laptop boot up into text console instead of GUI?

Thx a lot in advance!

Rocky



Screen refresh rate

2006-05-15 Thread Rocky Ou
Hey list,

Can any one tell me how to cofigure my screen refresh rate please? I
did some googling but can not find the solution. I'm using sarge 3.1.

Thanks a lot!
Rocky


Mozilla-thunderbird auto spelling check

2006-05-14 Thread Rocky Ou
Hey,

Does anyone know how to configure mozilla thunderbird with feature of
auto spelling check. Under windows, It is very easy to do this for out
look. 

Thanks,
Rocky


Sound configuration and mount to usb device

2006-04-17 Thread Rocky Ou
Hey List,

I have sarge 3.1 runing smoothly on my desktop. Yet I encountered some
difficulties as I'm wanting more features. If any of you could give me
some hints regarding to the following items, I would really appreciate
it?

  How can I make my computer speak or sing? I mean I can see the
small speaker icon show at the bottom right of my PC's screen(in window
we call it task bar but i don't know how linux name it) but I can not
hear any voice. Do I need to apt-get install a particular package to
manager my sound machinism? What are their names? I do not know the
model of my sound card but it works fine under windows XP system.
  How can I mount to my usb port devices? I have a MP3 player. I
can plug into USB port and copy & paste content betwen PC's
harddrive and MP3 player. But when I switch to Debian, I do not know
how to have access to it. The USB port works fine tested by plug in a
usb keyboard.


Thanks a lot in advance!

Rocky


What's the next step?

2006-04-11 Thread Rocky Ou
Hey,

I use netinst CD installed Debian Sarge 3.1 successfully. I only
installed base system no any other stuff. I can use SSH to connect to
remote server. If you could give me some hints regarding to the
following items, I would really appreciate it? 


  Which package should I download so that I can  browse
webpages as how I'm doing under Windows?  This is very important
as lots of webpages will give me how-to instructions. Do I use
apt-get  x? Or something else?
  What about Desktop management? I think I can either use KDE or X
servers right? Most likely I'm wrong. What I want is that I can open a
terminal to enter commands not the old MS style, So that I can use
Crt+tab to move betwen termialls?
  Can I use apt utility to download CMS such as TYPO3? After
downloading does all of the users can have access to it, I mean except
root? If this is possible how can normal users do it?


As you see, I'm totally a newbie.  The relevant link is highly appreciated as well!

Thanks a lot in advance!


Re: Install sid NVU package on Sarge system

2006-04-04 Thread Rocky Ou

Hey Marc,

Thank you very much for your help! I really appreciate it.

Blessings,
Rocky



Re: Install sid NVU package on Sarge system

2006-04-04 Thread Rocky Ou
On 4/5/06, Greg Madden <[EMAIL PROTECTED]> wrote:
On Tuesday 04 April 2006 17:29, Rocky Ou wrote:> Hey there,>> I'm using Debian Sarge. Right now I want to install NVU into my box but> I could not get it by apt-cache search nvu. It seems it is only
> packaged for sid. How can I install it on my pc? Is that possible?>> Thanks a lot!>> RockyIt is in Etch also, regardless, an install from sid will bring in newlibraries, etc, you may not want to go there, esp if you have to ask :-)
One way to get NVU is to download the tar.gz ver from the NVU siteinstall to /usr/local with a symlink to /usr/local/bin. This leaves Sargealone and NVU runs fine from there.--Greg Madden--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]>One way to get NVU is to download the tar.gz ver from the NVU site
>install to /usr/local with a symlink to /usr/local/bin.

 Hey Greb,

Thanks for you quick reply! Plese bear with me. Could you tell me how
to add the symlink for this package, if that is possible? You can see
I'm a newbie with quite limited knowledge. 

Thanks a ton!
Rocky
 


Install sid NVU package on Sarge system

2006-04-04 Thread Rocky Ou
Hey there,

I'm using Debian Sarge. Right now I want to install NVU into my box but
I could not get it by apt-cache search nvu. It seems it is only
packaged for sid. How can I install it on my pc? Is that possible?

Thanks a lot!

Rocky


Re: email servers

2006-03-30 Thread Rocky Ou
On 3/31/06, Ron Johnson <[EMAIL PROTECTED]> wrote:
On Thu, 2006-03-30 at 14:01 -0700, ChadDavis wrote:> Hello.>> I'm pretty unfamiliar with email servers.  I need to install a> server in my local network to use for development of another> application.  I just need a mail server available for the appli-
> cation.  I read some of the online documentation and became a> bit confused about what constitutes a server.   Postfix is on> the system.  What does it do?  I don't think it has anything to> do with my email client, correct?  My email client talks to my
> ISP's POP server for incoming mail, and my ISP's SMTP server for> outgoing mail.  It seems like what I need is a SMTP server locally.>> Is the postfix such a thing?  If not, what is an easy one to
> install.The MTA (Mail Transport Agent) move mail around from place toplace.  Examples are:SendmailqmailpostfixeximExchange ServerMUA (Mail User Agent) is the client.  Examples are:
Netscape MailThunderbirdOutlook (Express)/ExchangeEvolutionPOP (Post Office Protocol) does exactly that.  It emulatesPost Office Boxes: just as the postal employee puts mail in
your PO Box, where it waits until you pick it up, so the MTAputs mail in your "box" where it waits until your MUA fetchesit.IMAP (Internet Mail Access Protocol) is a server-side alternativeto storing emails on your PC.  You read the email using an MUA,
but the email stays on the server.  Best for companies and tra-velers.  Examples are:cyrus-imapcourier-imapdovecot-imapuw-imapExchange ServerSo, if you want to send emails from box to box (and, of course,
internally) on your LAN, install an MTA on each machine.  Theywill have to be configured so that LAN traffic stays on the LANand internet mail is sent to your ISP's smtp server.I recommend fetchmail (a remote mail retrieval and forwarding util-
ity) to get users' POP mail from the ISP and give it to your MTA,which then gives it to your IMAP server.  Thus, all mail stays onone box, making Sarbanes-Oxley, your Auditors and your users (whenthey yell "Find that critical email I blithely deleted last week!!"
very happy.---Ron Johnson, Jr.Jefferson, LA USA"A man can't be too careful in the choice of his enemies."Oscar Wilde
--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]
First of all, Ron Johnson...thanks very much for very clear
explaination! you proposed fetchmail. Do I need to install and
configure it on all the machines?

In my work place, only my box is Debian which serves as an internal
server and all the others are using Windows System. Let's say I
installed MOODLE on my PC and my co-workers signed in as a new user for
this application. How do I set up my box to send out emails to my
co-workers for giving confirming instruction?

Thanks a lot in advance! 

Rocky


Copress a directory

2006-03-23 Thread Rocky Ou
Hey,

Can anyone tell me how to compress a directory so that I could SCP it
to remote server more quikly? I tried gzip -cf directoryName it does
not work, And then I tried tar -vf DirectoryNme no rerult as well. I
may blind but I could not find solution in gzip --help as well.

Thanks a lot in advance!



help making multi-boot system

2006-03-23 Thread Rocky Ou
-- Forwarded message --From: Rocky Ou <[EMAIL PROTECTED]>Date: Mar 24, 2006 9:26 AM
Subject: Re: help making multi-boot systemTo: Mike McCarty <[EMAIL PROTECTED]>
On 3/24/06, Mike McCarty <[EMAIL PROTECTED]
> wrote:

patrick bourne wrote:> From: "Patrick Bourne" <[EMAIL PROTECTED]>> To: <
debian-user@lists.debian.org
>> Subject: help with installation> Date: Thursday, March 23, 2006 11:23 AM>>1) You need to back up your system completely. Make a complete
disaster recovery set. Verify that it can be used to recover
your system. Save a copy of your MBR on a floppy or otherremovable medium. Also save the first sector of each partitionand each logical disc within extended partitions onto removablemedia.(2) Make room for Linux. You need to repartition your disc. Partition
Magic may help you with this. It may require that you re-installWindows. When you have your system repartitioned with the Windowspartition(s) smaller, verify that you can boot Windows and thatit runs normally. Verify that you can do everything you want to do
before proceeding.(3) Decide how you are going to make your Linux partitions.AIUI, the Debian installer can do this for you in a semi-automatedway, or you can do it yourself. Partitioning Linux has as many
ways to do it as there are people who perform it. YMMV(4) Install Linux, and select an option which leaves existingWindows partitions intact. At this point, you must decide howyou are going to manage boot. With Windows 98 you are probably
ok selecting GRUB to manage your boot from the MBR, and selectingchain loading of Windows. With WinNT and WinXP I find thatletting the Windows Boot Manager manage the boot is a betterway to go. Again, YMMV. You might prefer not to let GRUB manage
the boot from the MBR right away, but rather install GRUB intothe BR of the Linux Boot partition. This is what I recommend.Then make a GRUB boot floppy and practice booting both Windowsand Linux using the boot floppy. After you are proficient with
using GRUB to manage the boots and have that working, then youcan install GRUB into the MBR of the disc.HTH, and Good Luck!Mike--p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
This message made from 100% recycled bits.You have found the bank of Larn.I can explain it for you, but I can't understand it for you.I speak only for myself, and I am unanimous in that!--
To UNSUBSCRIBE, email to 
[EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]

 >Make a complete disaster recovery set.

 Is Knoppix live CD good enough?

>Save a copy of your MBR on a floppy or other
>removable medium. Also save the first sector of each partition
>and each logical disc within extended partitions onto removable
>media.

How can I do that? Can you give me some hints or reference please?

>Then make a GRUB boot floppy and practice booting both Windows
and Linux using the boot floppy.

Could you tell me how to make a boot floppy? Can I make a boot CD since my laptop does not surpport floppy? 




Where to start

2006-03-22 Thread Rocky Ou
Hey list... I'm going to install Debian sid on my Dell inspiron 2200
laptop to make it a dual-boot machine. Can any of you give me some
suggestions regarding to the following issues before I dive into
installation process?

  I have ADSL access at the normal speed of 50kB/S. Do I need to
download full set CD? I saw somebody says Just need to download few of
them. Which CD should I download? If you could give me a URL for
downloading the necessary CDS, I would really appreciate it?
  Besides back up important info under Windows XP, What are the issues I must address?
  I want to have a place where both Windows and Debian can have access, How can I do it if it is possible?
  Right now it seems Unstable (sid) does not have CD image to
downlod. Can I use Testing CD to install and change the sources.list
after Debian is runing on my machine?

Thanks a lot in advance!



Set up Mail server within LAN

2006-03-20 Thread Rocky Ou
Hey list,

I'm using Debian Stable on my Desktop. I'm a Debian newbie, Maybe my question is not even logical. I 'm wondering 

  Can I set up my machine so that some packages like MOODLE (I did
not use apt-get to install it. Because I want to use the latest
version) can send out emails. My machine is linked to  a Local
Area Network.
  If this is possible which pakage should I use?


Thanks A lot in advance!
 


Re: UNSUBSCRIBE

2006-03-19 Thread Rocky Ou
First, I suggest that you read the instruction carefully before you
decided to subscribe to any mailing list. Now back to your question,
Please do the following:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]
There will be an email ask your confirmation of unsubscribtion, Be sure
to reply that email as well. And you will 120% get unsbuscribed. 

Good luck!
On 3/18/06, William Roca <[EMAIL PROTECTED]> wrote:













 

Please, unsubscribe me

 

 

WRoca

 










Re: kanotix HD installation

2006-03-13 Thread Rocky Ou
Hey... Really thank you very much for all of your replies! espesically
the link you posted there are quite helpfull:) I'm going to try testing
version.

But as I tried to download the testing package CD images I saw 

  [alpha] [arm] [
hppa] [i386] [ia64] [
m68k] [mips] [mipsel] [
powerpc] [sparc] [s390] [
source]

in the URL http://www.us.debian.org/CD/jigdo-cd/ under official images
section.Can anybody give me some explaination what all these name
means. Does this affect my dual-boot-system installation? I'm using
Dell Inspiron 2200, which package should I choose?


Please Bear with me who is indeed totally new to Debian.

Thanks a lot in advance!
On 3/14/06, kamaraju kusumanchi <[EMAIL PROTECTED]> wrote:
Rocky Ou wrote:> Hey list,>> I'm a newbie to linux. By googling and friends recomendation, It seems> debian will be my best choice. Did anyone do the Kanotix HD> installation before? If so could you give me some advise? I want to
> have a dual-boot system on my Dell inspiron 2200 laptop.If you want Debian, it is best to install Debian right in the beginning.I do not recommend installing other OSs and then shifting to Debian at a
later point of time.Debian comes in three flavors - stable, testing, unstable. More info onchoosing the distribution that is right for you can be found at
http://www.people.cornell.edu/pages/kk288/debian_choosing_distribution.html>> Where can I get resources to grasb the basic philosiphy of Debian.> What is /etc /var etc directory mean. Why Debian has so many
> directories instead of one? What's the information in the respective> directory?The placement of various files follow something called FHS (FileHierarchy Standard). Wikipedia has some info about FHS at
http://en.wikipedia.org/wiki/SbinGoogle can give you more info on FHS.However, if you have more questions of this sort, I recommend
http://www.amazon.com/gp/product/1593270690/102-2676064-3112127?v=glance&n=283155which is an excellent book titled "The Debian System: Concepts andTechniques" and written by Martin F. Krafft*
*raju--http://kamaraju.googlepages.com/cornell-bazaarhttp://groups.google.com/group/cornell-bazaar/about
--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]


Re: kanotix HD installation

2006-03-13 Thread Rocky Ou
Thanks a lot for your reply!

Is there any Debian/windows XP dual boot Debian HD installation resources I can refer to?

Thanks in advance!

Blessings,
RockyOn 3/14/06, kamaraju kusumanchi <[EMAIL PROTECTED]> wrote:
Rocky Ou wrote:> Hey list,>> I'm a newbie to linux. By googling and friends recomendation, It seems> debian will be my best choice. Did anyone do the Kanotix HD> installation before? If so could you give me some advise? I want to
> have a dual-boot system on my Dell inspiron 2200 laptop.If you want Debian, it is best to install Debian right in the beginning.I do not recommend installing other OSs and then shifting to Debian at a
later point of time.Debian comes in three flavors - stable, testing, unstable. More info onchoosing the distribution that is right for you can be found at
http://www.people.cornell.edu/pages/kk288/debian_choosing_distribution.html>> Where can I get resources to grasb the basic philosiphy of Debian.> What is /etc /var etc directory mean. Why Debian has so many
> directories instead of one? What's the information in the respective> directory?The placement of various files follow something called FHS (FileHierarchy Standard). Wikipedia has some info about FHS at
http://en.wikipedia.org/wiki/SbinGoogle can give you more info on FHS.However, if you have more questions of this sort, I recommend
http://www.amazon.com/gp/product/1593270690/102-2676064-3112127?v=glance&n=283155which is an excellent book titled "The Debian System: Concepts andTechniques" and written by Martin F. Krafft*
*raju--http://kamaraju.googlepages.com/cornell-bazaarhttp://groups.google.com/group/cornell-bazaar/about
--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]


kanotix HD installation

2006-03-12 Thread Rocky Ou
Hey list,

I'm a newbie to linux. By googling and friends recomendation, It seems
debian will be my best choice. Did anyone do the Kanotix HD
installation before? If so could you give me some advise? I want to
have a dual-boot system on my Dell inspiron 2200 laptop.

Where can I get resources to grasb the basic philosiphy of Debian. What
is /etc /var etc directory mean. Why Debian has so many directories
instead of one? What's the information in the respective directory?

If any body could give me some advise on learning to use Debian wisely, I would appreciate it?

Thanks in advance!