OpenBSD Passes 300,000 Commits
undeadly.org
OpenBSD Passes 300,000 Commits
1–10 of 40 posts
Re: OpenBSD Passes 300,000 Commits
#2Re: OpenBSD Passes 300,000 Commits
#3For those who have heard of OpenBSD but have not used it, I strongly recommend trying it on your next server appliance. I have been using it on my servers for some time now and I have been very happy. The entire OS seems to be of substantially higher quality than Linux.
Re: OpenBSD Passes 300,000 Commits
#4For those who have heard of OpenBSD but have not used it, I strongly recommend trying it on your next server appliance. I have been using it on my servers for some time now and I have been very happy. The entire OS seems to be of substantially higher quality than Linux.
Does OpenBSD have an analog of Docker?
The synchronization likely won't 100% work, with cron script you maybe able to just do that with git.
Re: OpenBSD Passes 300,000 Commits
#5For those who have heard of OpenBSD but have not used it, I strongly recommend trying it on your next server appliance. I have been using it on my servers for some time now and I have been very happy. The entire OS seems to be of substantially higher quality than Linux.
It's not quite "set it and forget it" for servers, but pretty close IMHO.
There's an attitude among the developers of making it extremely difficult to run sub-par code on the OS, which makes the overall quality of most ported apps high, quite stable and (unpleasant)surprise-free.
Re: OpenBSD Passes 300,000 Commits
#6Earlier quoted context omitted.
Does OpenBSD have an analog of Docker?
Docker originated from BSD Jails which basically give you Chroot on steroids. The synchronization likely won't 100% work, with cron script you maybe able to just do that with git.
Re: OpenBSD Passes 300,000 Commits
#7For those who have heard of OpenBSD but have not used it, I strongly recommend trying it on your next server appliance. I have been using it on my servers for some time now and I have been very happy. The entire OS seems to be of substantially higher quality than Linux.
Re: OpenBSD Passes 300,000 Commits
#8Re: OpenBSD Passes 300,000 Commits
#9Earlier quoted context omitted.
Docker originated from BSD Jails which basically give you Chroot on steroids. The synchronization likely won't 100% work, with cron script you maybe able to just do that with git.
Jails are a FreeBSD thing. OpenBSD doesn't have them so far as I know.
>It provides a similar function as FreeBSD's jail(8) utility while being significantly more flexible. The package provides jail(1), a drop-in replacement of FreeBSD's jail(8)
Re: OpenBSD Passes 300,000 Commits
#10Earlier quoted context omitted.
Jails are a FreeBSD thing. OpenBSD doesn't have them so far as I know.
sysjail is available for OpenBSD. >It provides a similar function as FreeBSD's jail(8) utility while being significantly more flexible. The package provides jail(1), a drop-in replacement of FreeBSD's jail(8) http://sysjail.bsd.lv/
Relevant paper: http://www.watson.org/~robert/2007woot/2007usenixwoot-exploi...