Hi Svante and Edward,
Here is is my debian/control:|
|https://git.devuan.org/aitor_czr/netman/blob/gbp-master/debian/control
I specify the |fp-units-gfx-2.6.4|version number.
I would also separate netman-backend from netman-backend-dev.
Aitor.
On 09/12/15 08:48, Svante Signell wrote:
Hi
Hi Edward,
The following code reads line by line the textual output of 'backend 6':
#include
main()
{
FILE * fp;
char str[1024];
fp = popen ("/usr/lib/netman/bin/backend 6", "r");
if (fp == NULL) return -1;
fgets (str, 1024, fp);
while (!feof (fp))
{
printf ("%s", str);
On Tue, 08 Dec 2015 19:52:51 +
Rainer Weikusat wrote:
> Edward Bartolo writes:
> > I applied the patch suggested yesterday by Rainer *manually* by
> > editing files. I am lost here and I am hesitant to mess with git as
> > it can easily damage my sources.
>
> While I have some "areas of d
Thanks for all the input!
Guake wasn't what I wanted so thought I'd install LXDE and have at it
(as Steve mentioned). Seems OK so far even with xfce-terminal in
dropdown mode. Time will tell.. hotkey configuration is a bit annoying
but oh well. XML beats a registry any day ;)
PS:
Found out
Hi Aitor,
I think, the fgets outside the loop is not required. I think it can be
done this way:
#include
main()
{
FILE * fp;
char str[1024];
fp = popen ("/usr/lib/netman/bin/backend 6", "r");
if (fp == NULL) return -1;
while (!feof (fp))
{
fgets (str, 1024, fp);
printf ("
This may help:
http://git-scm.com/book/en/v2
From: Steve Litt
To: dng@lists.dyne.org
Sent: Wednesday, December 9, 2015 9:37 AM
Subject: Re: [DNG] Debianising my uploaded version of netman.
On Tue, 08 Dec 2015 19:52:51 +
Rainer Weikusat wrote:
> Edward Bartolo writes:
> > I ap
Edward Bartolo writes:
> I think, the fgets outside the loop is not required. I think it can be
> done this way:
>
> #include
>
> main()
> {
> FILE * fp;
> char str[1024];
>
> fp = popen ("/usr/lib/netman/bin/backend 6", "r");
>
> if (fp == NULL) return -1;
>
> while (!feof (fp))
> {
On Wed, 12/9/15, dev wrote:
Subject: Re: [DNG] XFCE terminal alternatives?
To: "dng"
Date: Wednesday, December 9, 2015, 10:58 AM
> PS:
> Found out today my DNG subscription was "disabled due to excessive
> bounces" so wasn't getting any mail off this list. Seems fixed now
> (after
On 09/12/15 17:11, Go Linux wrote:
On Wed, 12/9/15, dev wrote:
Subject: Re: [DNG] XFCE terminal alternatives?
To: "dng"
Date: Wednesday, December 9, 2015, 10:58 AM
PS:
Found out today my DNG subscription was "disabled due to excessive
bounces" so wasn't getting any mail off t
Hi Steve,
Here you are a good tutorial about GIT:
https://git-scm.com/book/en/v1
You can find also a lot of video tutorials in youtube.
Cheers,
Aitor.
On 09/12/15 17:57, Steve Litt wrote:
Anyone know a good source of GIT learning that's self-discoverable and
has a reasonable learning cu
Steve Litt writes:
[...]
> GIT is everywhere, now. I need to stop being that guy who looks up a
> few commands and dabbles with GIT, and start being a GIT expert.
My personal theory on that is "university education is futile" and the
only way to learn something is to use it.
___
On 12/09/2015 11:21 AM, Rowland Penny wrote:
On 09/12/15 17:11, Go Linux wrote:
On Wed, 12/9/15, dev wrote:
Several of us get those notices frequently. After I get one, I always
check the mail archives to make sure I haven't missed anything.
I got one, the only reason I could think why,
hi all, concerning gmail/google apps bounces, I recently discovered :
https://support.google.com/mail/answer/6227174?hl=en
https://postmaster.google.com/
this is relatively new and few people needed it un til now, but it
seems important to seup for anyone sending an important volume of
emails t
Steve Litt writes:
> Rainer Weikusat wrote:
>> Edward Bartolo writes:
>> > I applied the patch suggested yesterday by Rainer *manually* by
>> > editing files. I am lost here and I am hesitant to mess with git as
>> > it can easily damage my sources.
>>
>> While I have some "areas of disagreem
> From: Steve Litt
> Subject: Re: [DNG] Debianising my uploaded version of netman.
>
> Anyone know a good source of GIT learning that's self-discoverable and
> has a reasonable learning curve from know-nothing to expert?
On Wed, 9 Dec 2015 16:57:01 + (UTC)
dan pridgeon wrote:
>
Steve Litt writes:
>> From: Steve Litt
>> Subject: Re: [DNG] Debianising my uploaded version of netman.
>>
>
>> Anyone know a good source of GIT learning that's self-discoverable and
>> has a reasonable learning curve from know-nothing to expert?
>
>
> On Wed, 9 Dec 2015 16:57:01 +
16 matches
Mail list logo