Re: adding secure accounts for remote users?

2009-02-14 Thread L Glidewell
On Saturday 14 February 2009 16:08:05 Zach Uram wrote:
 Shams and Eric,

 Thanks for the replies, I decided to go with just SFTP for now. I
 suppose they could also use SCP?

 Regards,
 Zach

Configure the users with the scponly shell and they will be able to use either 
scp or sftp as needed. 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Replacement for Dillo web browser

2009-02-12 Thread L Glidewell
On Thursday 12 February 2009 19:25:50 Marc Shapiro wrote:
 Is there a light-weight browser that does not have a huge list of
 dependencies?

 I had been using dillo for things like reading html documentation and
 other light-weight tasks, but then I upgraded to Lenny.  Dillo is not
 available in Lenny.  It is still in Etch and in Sid, but not Lenny.  I
 do NOT use KDE, or GNOME and so am not interested in browsers like
 Konqueror, which would require many KDE packages to be installed.  I
 spent a lot of time eliminating all traces of KDE from my machine, since
 artsd kept messing with my audio, so I have no desire to bring it all
 back in.

 --
 Marc Shapiro
 mshapiro...@yahoo.com

Kazehakase:
http://packages.debian.org/testing/web/kazehakase

It is capable of using either Webkit or Gecko as the rendering engine, but 
only the Gecko version has been built for Lenny. 

Obviously, it's heavier (and far more functional) than Dillo. For the tasks 
you mention, it might be better to use something like links2. Or build Dillo. 

Lee


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: OT: Bush quotes

2009-02-05 Thread L Glidewell
On Thursday 05 February 2009 15:22:44 Steve Kemp wrote:
   Alternatively we could just have a free-for-all and let everybody
  post about anything they want, and the people that spend their
  spare time reading Debian lists willing to offer help to strangers
  will just get bored and stop doing so.

   The latter is the situation people are trying to prevent when
  they suggest off-topic posting is fine for a little while, but
  does need to be nipped in the bud at times.

Big +1. I subscribe to a few mailing lists, a few newsgroups, and idle in a 
number of irc channels. A lot of people mistakenly think it's okay to take 
these resources off-topic when things are slow, but I have to say: it's much 
easier to participate actively in a group conversation when the background 
noise is low. 

It may *seem* harmless, but in fact prolonged off-topic stuff endangers the 
relevance of the resource, because it just dramatically increases the chances 
that I right-click on the list's folder and select Mark all as read.

Lee


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Term not set

2009-02-05 Thread L Glidewell
On Thursday 05 February 2009 20:06:54 Frank McCormick wrote:
 Frank McCormick wrote:
  Lately when the terminal is running in update-manager installing
  packages, it says Term not set so Dialog won't work. It falls back to
  readline.
  How can I fix this?

   Nobody ??
Well, the question isn't completely clear. How do you run this application, 
and in what context do you receive this error message? How does the terminal 
run in update-manager? Wouldn't it be the other way around? What dialogue 
isn't working? What do you mean by readline?

Lee


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: how to store iptables rules

2009-01-24 Thread L Glidewell
On Saturday 24 January 2009 12:34:52 abdelkader belahcene wrote:
 hi,
 please i want to save the iptables for next sessions,
 now I have to run iptables  after each reboot.
 I tried iptables-save, it did't.
 thanks for help
 bela

Redirect it to a file:
iptables-save  target-file

You will also need to set it up to restore the rules from the file during 
bootup. This is done, iirc, by running
iptables-restore  target-file
That can be done in /etc/network/interfaces, but there is a particular syntax 
which escapes me at the moment. 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [Offtopic?] IRC blocked at school

2009-01-19 Thread L Glidewell
On Monday 19 January 2009 14:08:56 Michael Pobega wrote:
 I just got into my new dorm room, only to find out that they block all
 IRC clients. I find this pretty disheartening since I often lurk on
 #debian and #debian-eeepc

 Is there any good way to tunnel or encrypt my data, or something
 similar? I am looking for something feasible, considering I can't afford
 to run my own tunnel or proxy.

I doubt they block the clients, but rather the ports used by said clients. 
Also, try Mibbit if you haven't yet. 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [Offtopic?] IRC blocked at school

2009-01-19 Thread L Glidewell
On Monday 19 January 2009 14:48:37 Michael Pobega wrote:
 On Mon, Jan 19, 2009 at 02:32:35PM -0800, L Glidewell wrote:
  On Monday 19 January 2009 14:08:56 Michael Pobega wrote:
   I just got into my new dorm room, only to find out that they block all
   IRC clients. I find this pretty disheartening since I often lurk on
   #debian and #debian-eeepc
  
   Is there any good way to tunnel or encrypt my data, or something
   similar? I am looking for something feasible, considering I can't
   afford to run my own tunnel or proxy.
 
  I doubt they block the clients, but rather the ports used by said
  clients. Also, try Mibbit if you haven't yet.

 Well yeah, web-based IRC works but I'd like to avoid it since I monitor
 so many channels and have accounts on four IRC networks. I'd be a pain
 to spend a whole two minutes logging into everything.

 I've read about ezbounce, but I'd need a computer between my own and
 the IRC server to use it, right? Or could I host it locally for the
 same effect?
My point was just that some irc networks offer non-default ports - partly just 
for the security of client software, since non-standard ports make some 
exploits a lot less efficient.

Whether this will apply to your networks, or whether or not doing this will 
violate the terms of your residency at this dorm, is something only you can 
find out for certain. 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: receive system mail into inbox?

2008-11-23 Thread L Glidewell
On Sunday 23 November 2008 10:22:11 am Jack wrote:
 Hello,

 is it possible to receive system user mail (the mail one can usually read
 using the command line mail program, for example system error reports) as
 normal mail through kmail or any other desktop mail program?

 If yes, how to configure to do so?

 I'm using Lenny at the moment.

 Thanks

It's very easy in kmail. Just create a new account, choose local inbox, and 
point it to the account (in /var/mail/ ) that you want to monitor. 


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



Re: Not Charging But On AC Power

2008-11-23 Thread L Glidewell
On Sunday 23 November 2008 09:16:13 pm Zaki Akhmad wrote:
 Hi All,

 I am using Debian Testing on Toshiba Satellite L20. I am wondering,
 why my laptop battery won't charging. The status is On AC Power. Is
 there any tool/package from Debian to check my problem?

 Thanks!

 --
 Zaki Akhmad

I think the simplest way to see if it's charging would be to run
cat /proc/acpi/battery/BAT0/state | grep remain
Make a note of the number, then run the same command a few moments later. If 
the number has gone up, the battery is charging correctly, and the problem is 
the way the graphical interface is reporting the battery state.

Lee


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



Re: t-mobile android htc google phone not mounting

2008-11-05 Thread L Glidewell
On Wednesday 05 November 2008 05:24:44 pm Mitchell Laks wrote:
 Hi,

 A friend dropped by and plugged his new Google Android HTC phone
 into a usb slot on my sid box (with a 2.6.26 kernel) and when we typed
 dmesg we saw a /dev/sdb however when I typed
 fdisk -l
 my system did not report any mountable partitions.

 Does anyone know how to mount the new G phone on a linux system as
 a drive?

 Mitchell

I connect to mine by running pmount /dev/sdb1 -- so far this has worked, with 
several MicroSD cards installed in the G1. There doesn't seem to be anything 
special about G1's USB connection, so my guess is that the problem lies with 
the PC rather than with the phone. 

Testing it on another machine (even a Windows or OS X box) would probably be 
in order.


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