[newbie]

2005-01-20 Thread Matt Florido
I was wondering if M10.1 already has a Webmail package.  If not, I'm
looking for suggestions on one.  The only one I know of is SquirrelMail.

Thanks!

Matt


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Wireless Mouse

2005-01-16 Thread Matt Florido
* Mikkel L. Ellertson <[EMAIL PROTECTED]> [01-16-2005 22:27]:

> Matt Florido wrote:
> >Just wondering if anyone has had success using a wireless mouse on
> >M10.1?  I can't seem to get the basic mouse from MS to work correct.
> >I'm using a USB to PS2 adapter.  It should function like a standard PS2
> >3-button mouse w/ scroll wheel.
> >
> >Thanks!
> >
> >
> Dumb question time...
>

Sorry for my ambiguity.

> 1: By USB to PS2 adapter, do you mean one of the adapters that come with 
> some mice to let you plug a USB/PS2 mouse in a PS2 poet, or an adapterer 
> that gives you a PS2 port on a USB connection?

The mouse interface is USB.  Adapter is so I can plug it into a PS2
port.

> 
> 2: If you are plugging into a PS2 port, did the adpater come with the 
> mouse, or is it from a different mouse?
> 

It's an adapter that came with the Microsoft mouse.  In fact, all USB
mice that I've purchased from MS come with this teal colored USB-->PS2
adapter.

> 3: Has the mouse ever worked with this setup?
> 
> The reasion I ask is that the adapters that let you plug a USB mouse 
> into a PS2 port only work with mice designed to be used that way. From 
> what I understand, they just connect the PS2 power and data connections 
> to the power and data lines on the USB connector, and don't do anything 
> else. So if your mouse doesn't know how to talk to a PS2 port, and send 
> information like a PS2 mouse instead of a USB mouse, it will not work.
> 

Come to think of it, this is the basic MS Wireless Optical Mouse.  I've
used the adapter on other models.  I use others on a KVM that only has
PS2 and it works with no issues.  You make a good point.  I shouldn't
assume this mouse works in a similar manner.

-- 

Regards,
Matt Florido


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Wireless Mouse

2005-01-16 Thread Matt Florido
Just wondering if anyone has had success using a wireless mouse on
M10.1?  I can't seem to get the basic mouse from MS to work correct.
I'm using a USB to PS2 adapter.  It should function like a standard PS2
3-button mouse w/ scroll wheel.

Thanks!
-- 

Regards,
Matt Florido


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Script to change multiple filenames

2003-01-12 Thread Matt Florido
* Todd Slater <[EMAIL PROTECTED]> [01-12-2003 12:58]:

> On Sun, 12 Jan 2003 09:26:13 -0800
> 
> Are you using bash or another shell? On my system (using bash) it works
> fine. Be sure you leave the quotes around "$image".
> 

Hi Todd,
I am using bash.  You're correct.  For some reason, I removed the quotes
when I add "mv".

mv $image test/$FCNT-$NAME$EXT

changed it to: mv "$image" test/$FCNT-$NAME$EXT

and now all is well!!

Thanks again!

-- 

Regards,
Matt Florido


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Script to change multiple filenames

2003-01-12 Thread Matt Florido
* Todd Slater <[EMAIL PROTECTED]> [01-11-2003 23:55]:

> On Sat, 11 Jan 2003 17:22:43 -0800
> You don't have to use the ls command, this will work for files with spaces
> in the name and also accounts for differing case:
> 
> for image in /path/to/directory/*.[Jj][Pp][Gg] 
> do
>   FCNT=`printf "%02d" $CNT`
>   echo "$image" $FCNT-$NAME$EXT
> CNT=$(($CNT+1))
> done
> 

Now the problem becomes mv.  When specifying a name that contains a
space, mv interprets it as multiple files as well.  A backslash needs to
be added somehow so that mv knows it's a single file.

ab\ cd.jpg ==> 01-pic.jpg

-- 

Regards,
Matt Florido


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Script to change multiple filenames

2003-01-10 Thread Matt Florido
I was wondering if someone could assist me in creating a shell script
that will take the contents of a directory and rename them a certain
way.

For example - 4 files in a directory:
a.jpg
ab.jpg
abc.jpg
abcd.jpg

Renamed as:
1-pic.jpg
2-pic.jpg
3-pic.jpg
4-pic.jpg

So it takes the contents of the directory regardless of the current
filename, and renames them in an incrementing format.

((N+1) + "-something.jpg")
-- 

Regards,
Matt Florido


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com