Re: I have a SSH connection and need GUI installed

2007-12-18 Thread webjay
Thanks a lot for all your help. It works fine for me now :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Make Apple Bonjour (rendezvous) discover CUPS printer

2007-12-18 Thread webjay
Hello. I have an USB printer connected to my Debian Etch and can print via CUPS. Now I would like Apple Bonjour (rendezvous) to automatically discover the printer. How can I do that? Thanks, Jacob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Re: I have a SSH connection and need GUI installed

2007-12-17 Thread webjay
On Dec 17, 3:00 pm, Kent West <[EMAIL PROTECTED]> wrote: > webjay wrote: > > I am on a MacBook Pro and can connect to my server in the basement via > > SSH. > > Can I install a GUI via SSH and later connect via VLC or the like? > > On the OS/X installer DVD

I have a SSH connection and need GUI installed

2007-12-17 Thread webjay
I am on a MacBook Pro and can connect to my server in the basement via SSH. Can I install a GUI via SSH and later connect via VLC or the like? What package would I need and how do I configure it via SSH? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Co

[SOLVED] Mount HFS+

2007-11-11 Thread webjay
The solution was: # mount -t hfsplus /dev/sda2 /mnt/usbdisk In /etc/fstab I have: /dev/sda2 /mnt/usbdiskhfsplus rw,user,noauto 0 0 And to fix some ownership issues I did this: # chgrp -R users /mnt/usbdisk Thanks for your help everyone :) Jacob -- To UNSUBSCRIBE, email to [E

Re: Mount HFS+

2007-11-11 Thread webjay
On Nov 11, 12:00 pm, Davide Mancusi <[EMAIL PROTECTED]> wrote: > webjay ha scritto:> # mount -t hfsplus -r /dev/sda /mnt/usbdisk > > ^^^ >Shouldn't this be sda1? Just a thought, I do not use > HFS+. No, I tried that

Re: Mount HFS+

2007-11-11 Thread webjay
On Nov 11, 8:20 am, "Kelly Harding" <[EMAIL PROTECTED]> wrote: > On 11/11/2007, Kevin Mark <[EMAIL PROTECTED]> wrote: > > > > > On Sat, Nov 10, 2007 at 10:49:00PM -0800, webjay wrote: > > > How do I mount a hfsplus GUID partition table drive in D

Mount HFS+

2007-11-10 Thread webjay
How do I mount a hfsplus GUID partition table drive in Debian Etch? It's a LaCie 500gb USB drive. I can mount and rw on my Mac. # mount -t hfsplus -r /dev/sda /mnt/usbdisk mount: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or other error In some cases usef