Re: Running OpenBSD on a VPS.

2024-07-12 Thread Crystal Kolipe
On Sat, Jul 13, 2024 at 02:16:12AM +0200, Christian Schulte wrote: > There is no security with those kind of setups and we > all know it. I am just glad I can run OpenBSD there. But if you want to run internet-facing servers without exposing access to them to the VPS hosting provider, you can stil

openbsd console

2024-07-12 Thread Gustavo Rios
Hi folks! How to change my console resolution to 1920x1080 ? What is the command ? Thanks. -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

Re: Running OpenBSD on a VPS.

2024-07-12 Thread Christian Schulte
On 11.07.24 12:11, Kirill A. Korinsky wrote: On Thu, 11 Jul 2024 03:10:43 +0100, Christian Schulte wrote: Running OpenBSD since then personally. Never had a chance to install it to a server, because the providers did not support it. Now they do. Not all of them. Special in case like Hetzn

Re: [solved]: vi: How to display German umlauts?

2024-07-12 Thread Страхиња Радић
Дана 24/07/13 02:18AM, Pontus Stenetorp написа: > I take it you have that function for cases where the number of files > is very large and would not fit the buffer for your shell? Actually, now that I think of it, that might be the reason why I wrote that function using find more than two years

Re: [solved]: vi: How to display German umlauts?

2024-07-12 Thread Страхиња Радић
Дана 24/07/12 08:50PM, Страхиња Радић написа: > No, I use the version I listed because I can format the output as I see > fit, and it gives per-file statistics. Also, I just now realize this is a case of a "useless use of awk"; I have no idea why I overlooked that wc -l *.c also gives

Re: [solved]: vi: How to display German umlauts?

2024-07-12 Thread Страхиња Радић
Дана 24/07/13 02:18AM, Pontus Stenetorp написа: > Always used: > > wc -l $(find vim90 -name '*.[ch]') > > Which gives roughly the same *rough* estimate: 516,321. > > I take it you have that function for cases where the number of files > is very large and would not fit the buffer for your

Re: webcam detected but image capture shows green/black screen

2024-07-12 Thread Sandeep Gupta
That fixed it. Thanks so much. On Fri, Jul 12, 2024 at 1:10 PM Crystal Kolipe wrote: > On Fri, Jul 12, 2024 at 01:04:10PM +0530, Sandeep Gupta wrote: > > I have a non-mainstream laptop (company name: chuwi). Working great so > far > > but not the webcam. I did a `dd if=/dev/video0 of=webcam_data

Re: [solved]: vi: How to display German umlauts?

2024-07-12 Thread Pontus Stenetorp
On Tue 09 Jul 2024, Страхиња Радић wrote: > > sourcesize() > { > find . -name '*.[ch]' -exec wc -l {} \; | > awk '{ > size = $1 > f = $2 > sum += size > printf "%10d %s\n

(Fork) "IP rights" bullshit, philosophy & OpenBSD compatibility with this

2024-07-12 Thread Anon Loli
(This thread is a fork of "Re: [solved]: vi: How to display German umlauts?") On Thu, Jul 11, 2024 at 01:46:55PM +0200, Michael Hekeler wrote: > Dear Anon Loli: > > > (...) > > software should be free, and non-personal information should be free, > > too, without any IP or a requirement for a fi

Re: webcam detected but image capture shows green/black screen

2024-07-12 Thread Crystal Kolipe
On Fri, Jul 12, 2024 at 01:04:10PM +0530, Sandeep Gupta wrote: > I have a non-mainstream laptop (company name: chuwi). Working great so far > but not the webcam. I did a `dd if=/dev/video0 of=webcam_data.bin bs=1024 > count=10` and all i am getting is the stream of 0s. Is sysctl kern.video.record

Re: webcam detected but image capture shows green/black screen

2024-07-12 Thread Peter Hessler
I've had that when the video lock switch was enabled, and when sysctl kern.video.record=0. Make sure to enable the sysctl, and check that you flipped the switch to enable the video. On 2024 Jul 12 (Fri) at 13:04:10 +0530 (+0530), Sandeep Gupta wrote: :I have a non-mainstream laptop (company name

webcam detected but image capture shows green/black screen

2024-07-12 Thread Sandeep Gupta
I have a non-mainstream laptop (company name: chuwi). Working great so far but not the webcam. I did a `dd if=/dev/video0 of=webcam_data.bin bs=1024 count=10` and all i am getting is the stream of 0s. I checked the bios, couldn't find anything useful to tweak there. Is this some hardware issue wit