Re: [Dng] Announcing i386 netboot iso for Devuan (Alpha 2)

2015-06-02 Thread Martial Bornet
Thanks to all of you, guys ! I've installed it in a VM, I saw no problem while installing. But do you plan to get rid of libpam-systemd and libsystemd0 as well ? 2015-06-02 15:12 GMT+02:00 Daniel Reurich : > You can find it at: > > > http://packages.devuan.org/alpha-iso-cd/devuan-jessie-netboot-i

Re: [DNG] Proposed editor change

2015-07-16 Thread Martial Bornet
If Devuan is intended to respect the Unix philosophy, it must include "vi" in the default installation, and not as an optional package. Why not propose a choice for those who want another editor ? 2015-07-15 18:56 GMT+02:00 Hendrik Boom : > On Wed, Jul 15, 2015 at 11:29:26AM -0400, Rob Owens wr

Re: [DNG] Proposed editor change

2015-07-16 Thread Martial Bornet
Unless a distribution offers a choice for the default editor, it will be impossible to satisfy everyone. I don't despise nano nor emacs, I simply don't use them, and I'm sure I'll never will. So nano or emacs would be very bad choices for me. The best choice is to let the user choose it's own defau

[DNG] Colorization command : hl (HighLight)

2015-09-30 Thread Martial Bornet
Hi everyone, since I needed a command to colorize text files and commands output, and I couldn't find anywhere the command I needed, I decided to write one. If you are interested in it, you can download the source files from : https://github.com/mbornet-hl/hl . You can use up to 42 colors in TTY

[Dng] Devuan's release date ?

2015-04-05 Thread Martial Bornet (gmail)
Hello everyone, do you have any idea of the date when the 1st release will be available ? Thanks. Martial ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Re: [DNG] popcon submitter counts falling

2015-07-17 Thread Martial Bornet (gmail)
Maybe a part of the answer : http://unix.stackexchange.com/questions/214575/popcon-failed-is-the-mailto-address-busted Martial Bornet tel : 06 13 33 52 77 site : http://www.bornet.fr/ On 07/17/2015 09:25 AM, Dr. Nikolaus Klepp wrote: > Has anybody seen this? > > http://popcon.d

Re: [DNG] [OT] bash / quote weirdness

2022-01-13 Thread Martial Bornet (gmail) via Dng
Hi everyone, to better understand how the shell interprets quotes, you should compile and use the following small C program to test some expressions : $ cat args.c #include    #include    int main(int argc, char *argv[]) {     int         _i;     printf("ARGC = %d\n", argc);     for (_i