Can't change brightness on Dell Studio 1749

2010-03-30 Thread Ustun Kaya
Hello folks, I installed Debian Squeeze on Dell Studio 1749 and I can't change the brightness when the OS is up (Fn + F4 - F5 doesn't work). It works when the BIOS screen is open, before booting into Debian. xbacklight gives the following output: us...@earth:~$ xbacklight -get No outputs have bac

Re: Transferring files over SSH in the console

2010-03-21 Thread Ustun Kaya
still scp: us...@local>ls file.tgz us...@local>ssh us...@remote us...@remote>scp us...@local:file.tgz . us...@remote>ls file.tgz us...@remote>tar xzvf file.tgz us...@remote>"do whatever you want" us...@remote> scp file.tgz us...@local: Best, Ustun On Sun, Mar 21, 2010 at 4:47 PM, Dotan Cohen wr

Re: Transferring files over SSH in the console

2010-03-21 Thread Ustun Kaya
well you can ssh to the remote machine first, then scp back to the localhost from the remote machine, does the trick? Best, Ustun On Sun, Mar 21, 2010 at 4:14 PM, Ron Johnson wrote: > On 2010-03-21 18:05, Dotan Cohen wrote: >>> >>> The default >>> /etc/ssh/sshd_config >>> has a >>> subsystem sft