Hello Sir,
I'm not a specialist of sane but my search engine with "man saned.conf" gave
me the following page
https://linux.die.net/man/8/saned
where I see an example
# Access list
scan-client.somedomain.firm
# this is a comment
192.168.0.1
192.168.2.12/29
27;ve renamed the second one and now when I enter "xsane &" I get the right
version.
Regards
Julien BLACHE a ?crit le samedi 6 novembre 2010 ? 18:56
> "E. MARC" wrote:
>
> Hi,
>
> > I don't understand why xsane doesn't upgrade on my squeeze. Even a
I don't understand why xsane doesn't upgrade on my squeeze. Even a aptitude
reinstall xsane keeps v0.994. :-(
Regards
E. MARC a ?crit le lundi 1 novembre 2010 ? 13:54
> Hello,
>
> I tried to change quality of a PDF document with the following command line
> erwan at PC
Hello,
I tried to change quality of a PDF document with the following command line
erwan at PC1:~/LotissementChenaie$ gs -q -dSAFER -dNOPAUSE -dBATCH -
sDEVICE=pdfwrite -dPDFSETTINGS=/printer -sOUTPUTFILE=NewDocName.pdf -f
DocName.pdf
My OS is Debian Squeeze.
I got the following result:
Le samedi 6 d?cembre 2008, ? 18:39, Nicolas Martin a ?crit?:
> Same on Ubuntu:
>
> $ ./getlgn
> method 1 getuid : user=nicolas
> method 2 geteuid: user=nicolas
> $ sudo ./getlgn
> [sudo] password for nicolas:
> method 1 getuid : user=root
> method 2 geteuid: user=root
>
> ?
so it works fine with bo
Le samedi 6 d?cembre 2008, ? 18:10, Julien BLACHE a ?crit?:
> Nicolas Martin wrote:
>
> Hi,
>
> > ? struct passwd *uid;
> > ? uid = getpwuid(geteuid());
> > ? printf("user=%s\n", uid->pw_name);
> >
> > Prints my username correctly. Also prints root if runned with sudo ;-)
>
> Yep, use getuid() ins