Lightweight Web browser

2022-12-25 Thread Rodrigo Readi
Can someone recommend a lightweight Browser that support javascript? In which I can use gmail? Otter browser hangs and even make core dumping with gmail. Also with chromium I get core dumping sometimes. There is no port for elinks to test it. I need such a think till I get alpine 2.26 working in

Re: iridium/chromium webcam access

2022-12-25 Thread Stefan Hagen
Hi, Try to start chrome with: --enable-features=RunVideoCaptureServiceInBrowserProcess Best Regards, Stefan Sent from my iPhone > On 24. Dec 2022, at 14:38, Robert Alessi wrote: > > Hi, > > It being understood that web services such as jitsi and bigbluebutton > require WASM to be enabled,[

Re: Use daily(8), weekly(8), or monthly(8) but read less mail

2022-12-25 Thread Jason McIntyre
On Sun, Dec 25, 2022 at 09:56:03AM +, Ibsen S Ripsbusker wrote: > I want to use the altroot facility, but I don't want to read the mails > about the the backup succeeding and nothing else failing. > > Reading the scripts and the manual pages, I see no support for sending > the daily, weekly, o

Re: how to get per-IP traffic statistics?

2022-12-25 Thread Peter N. M. Hansteen
On Sat, Dec 24, 2022 at 07:53:09PM -0800, Jonathan Thornburg wrote: > I have a number of clients (2 OpenBSD systems, 3 Windows 10 systems, > an Android phone or two, and a VoIP phone) all connected to the internet > through an OpenBSD firewall (currently 7.1/amd64, will be 7.2 soon). > I'm trying t

tap vm network interfaces are not added to bridge/veb host interface

2022-12-25 Thread Maksim Rodin
Hello. Recently I tried to change my vmm network to using veb instead of bridge. I tried to do it as simple as possible and just renamed hostname.bridge0 to hostname.veb0, renamed hostname.vether0 to hostname.vport0, and changed hostname.veb0 to include vport0 interface: Here is the current network

Re: Use daily(8), weekly(8), or monthly(8) but read less mail

2022-12-25 Thread Claus Assmann
On Sun, Dec 25, 2022, Ibsen S Ripsbusker wrote: > ... want > to read reports only when something failed? Use a mail filter. #!/bin/sh # filter (in)security mails: # if it's only this: return 1 which causes the mail to be discarded egrep -v '^(Running security|Checking the /etc/master.passwd file

Re: how to get per-IP traffic statistics?

2022-12-25 Thread Stuart Henderson
On 2022-12-25, Jonathan Thornburg wrote: > I have a number of clients (2 OpenBSD systems, 3 Windows 10 systems, > an Android phone or two, and a VoIP phone) all connected to the internet > through an OpenBSD firewall (currently 7.1/amd64, will be 7.2 soon). > I'm trying to track down which client(

Re: Use daily(8), weekly(8), or monthly(8) but read less mail

2022-12-25 Thread Stuart Henderson
On 2022-12-25, Ibsen S Ripsbusker wrote: > I want to use the altroot facility, but I don't want to read the mails > about the the backup succeeding and nothing else failing. > > Reading the scripts and the manual pages, I see no support for sending > the daily, weekly, or monthly mails only on fai

Re: how to get per-IP traffic statistics?

2022-12-25 Thread Crystal Kolipe
On Sat, Dec 24, 2022 at 07:53:09PM -0800, Jonathan Thornburg wrote: > So, I'd like to modify the firewall to somehow record the per-IP-address > number of bytes passed by the firewall Add match rules to pf.conf for the IPs you're interested in and give them named labels. Then you can view statist

Use daily(8), weekly(8), or monthly(8) but read less mail

2022-12-25 Thread Ibsen S Ripsbusker
I want to use the altroot facility, but I don't want to read the mails about the the backup succeeding and nothing else failing. Reading the scripts and the manual pages, I see no support for sending the daily, weekly, or monthly mails only on failure. I also see no support for running ROOTBACKUP