Fun play with egrep, sed and awk

2019-12-26 Thread goleo .
I was wondering how much space distfiles on "ftp" take, so because I couldn't see that in my web browser clearly, I downloaded the page https://ftp.openbsd.org/pub/OpenBSD/distfiles/ as distfiles.txt and then I was lucky with HTML layout which allowed me to go straightforward: $ egrep '[0-9]$' dis

Re: Fun play with egrep, sed and awk

2019-12-26 Thread Sebastien Marie
On Thu, Dec 26, 2019 at 04:13:33PM +, goleo . wrote: > I was wondering how much space distfiles on "ftp" take, so because > I couldn't see that in my web browser clearly, I downloaded the page > https://ftp.openbsd.org/pub/OpenBSD/distfiles/ as distfiles.txt and > then I was lucky with HTML lay

Re: Fun play with egrep, sed and awk

2019-12-26 Thread Stefan Sperling
On Thu, Dec 26, 2019 at 04:13:33PM +, goleo . wrote: > Most of them are games, but what is Linux 4.20 kernel doing here? sysutils/dtb

Re: Fun play with egrep, sed and awk

2019-12-26 Thread Andreas Kusalananda Kähäri
On Thu, Dec 26, 2019 at 04:13:33PM +, goleo . wrote: > I was wondering how much space distfiles on "ftp" take, so because > I couldn't see that in my web browser clearly, I downloaded the page > https://ftp.openbsd.org/pub/OpenBSD/distfiles/ as distfiles.txt and > then I was lucky with HTML lay

relayd(8) Tables and pfctl -T

2019-12-26 Thread Thomas Huber
hi misc, I just tried to get a little deeper into load-balancing and try to use relayd(8) in a dynamic (translate to microservices) environment where I´l like to add and remove hosts on the fly. After some reading I thought I should use tables for this purpose. relayctl(8) only allows to enable o

Re: relayd(8) Tables and pfctl -T

2019-12-26 Thread Marcus MERIGHI
Hello Thomas, miracu...@gmail.com (Thomas Huber), 2019.12.26 (Thu) 16:42 (CET): > I just tried to get a little deeper into load-balancing and try > to use relayd(8) in a dynamic (translate to microservices) environment > where I´l like to add and remove hosts on the fly. > After some reading I th

Advices on AD implementation with OpenBSD

2019-12-26 Thread Fabio Martins
Hi, I have a scenario with mixed WinXP (old I know) and Win10 machines. Domain Controller is Windows 2003 Server. I am drawing a scenario to replace the Windows 2003 Server with OpenBSD, acting as AD/DC and firewall. There is a need to share folders and printers, restrict access to folders based

Re: Advices on AD implementation with OpenBSD

2019-12-26 Thread Stuart Longland
On 27/12/19 5:26 am, Fabio Martins wrote: > I am drawing a scenario to replace the Windows 2003 Server with OpenBSD, > acting as AD/DC and firewall. There is a need to share folders and > printers, restrict access to folders based on logins, and no GPO are > needed at all. > > Is it possible with

Re: Advices on AD implementation with OpenBSD

2019-12-26 Thread Murilo Ijanc'
On Thu, Dec 26, 2019 at 04:26:39PM -0300, Fabio Martins wrote: > Hi, > > I have a scenario with mixed WinXP (old I know) and Win10 machines. Domain > Controller is Windows 2003 Server. > > I am drawing a scenario to replace the Windows 2003 Server with OpenBSD, > acting as AD/DC and firewall. The