Re: [DNG] Php 7.03 on ascii

2019-06-08 Thread wirelessduck--- via Dng
You can install both together. The package names without versions will have a dependency on the latest version, so installing the “php” package on ascii will depend on “php7.0” but the deb.sury.org repository will have an upgraded “php” package depending on “php7.3” and so on for all the

Re: [DNG] Php 7.03 on ascii

2019-06-08 Thread hal
If I go this route, would I need to uninstall all my php7.0x packages by hand first and then install PHP via the sury repo? eg: # aptitude purge $(dpkg -l | grep php | awk '{print $2};' | xargs) The following packages will be REMOVED: imagemagick-6-common{u} libapache2-mod-php{p}

Re: [DNG] simple-netaid from scratch

2019-06-08 Thread s
On Sat, 1 Jun 2019 08:31:49 + aitor_czr wrote: Hello aitor, > > Look at the "netstat.c" file again. I'm using > > status = fgets ( buffer, sizeof(buffer), fp ); > > instead :) > > Aitor. > > I understood that, from the beguining.. :) You don't need the 'sizeof *buffer', since you