Re: Synaptics touchpad

2011-05-09 Thread jirib
On Sun, 8 May 2011 06:36:46 +0600
Alexandr Shadchin  wrote:

> Driver xf86-input-synaptics need to build manually:
> 
> update src and xenocara tree
> cd /usr/src
> make obj includes
> cd /usr/xenocara/driver/xf86-input-synaptics
> make -f Makefile.bsd-wrapper obj build

Looks like it is now linked to build by default, great!

Log message:
Enable xf86-input-synaptics on i386 and amd64.

Thx all!

jirib



default label for default route

2011-07-10 Thread jirib
Hello,

what do you think about having automatical label for defualt route -
named 'default' for example?

I was just trying how to block via pf some traffic which is not on my
lan and 'from route "default"' works nice.

Of course I can set it manually, but I was curious ;)

jirib



Re: default label for default route

2011-07-15 Thread jirib
On Thu, 14 Jul 2011 14:39:50 +0200
Henning Brauer  wrote:

> * Vadim Zhukov  [2011-07-11 01:23]:
> > On Monday 11 July 2011 03:04:11 jirib wrote:
> > > Hello,
> > >
> > > what do you think about having automatical label for defualt
> > > route - named 'default' for example?
> > >
> > > I was just trying how to block via pf some traffic which is not
> > > on my lan and 'from route "default"' works nice.
> > >
> > > Of course I can set it manually, but I was curious ;)
> > 
> > "block on egress ..." ?
> 
> that is not the same. that will catch (block in this case) all traffic
> on the interface(s) the default route(s) point to, wether it matched
> the (really a) default route or a more specific.
> 

Yes,

and if (as me) somebody has on iface then it is egress all the time :)

jirib



Re: sftp diff to allow uploading from command line

2011-09-19 Thread jirib
On Mon, 19 Sep 2011 10:11:50 -0400 (EDT)
logana...@devio.us (Loganaden Velvindron) wrote:

> This makes sftp similar to scp whereby
> one can also do something like:
> sftp  user@remotehost://
> 
> I'm too lazy to use interactive mode :-)

Check batch - '-b'. Anyway, if you want to improve sftp, then I would
vote for mirror function like it has lftp :)

jirib