He just uses a strange method to figure out the compiler. "man cc" does not produce any useful results under Debian Linux. I would always try "cc --version" or something similar.
@@OpenGL4ever that's weird, on debian the cc man page is a symlink handled by the update-alternatives command and it's usually set to gcc by default, if you don't have the cc man page then you should try using update-alternatives to set it correctly and if that doesn't work maybe reinstall the gcc package
@@OpenGL4ever man is, unfortunately, often not horribly useful on Linux. That's one of the major advantages of the BSDs - they have fantastic documentation. I often use BSD manpages when writing C code - they're much better written and maintained. You just have to keep an eye out for BSD-specific extensions.
What made BSD special was that Bob Fabry got DARPA to fund a team to make improvements to UNIX. That team became the CSRG which continued BSD work up in to the 90s. They created, among other things, the BSD sockets API that pretty much all UNIX and Windows networking is based on. When AT&T hiked their licensing costs, the CSRG worked to remove all AT&T code from the system. There was a settlement between the then current owners of UNIX and UC Berkley to agree on what code was proprietary to AT&T, after which the CSRG released BSD 4.4 Lite. That wasn't a complete working operating system, but it formed the basis of the modern BSDs we know today. CSRG team members included people such as Bill Joy, who became one of the cofounders of Sun Microsystems, creator of vi, and one of the creators of Java. Ken Thompson (co-creator of UNIX) took a sabbatical from Bell Labs to teach there around the time the CSRG was founded as well, but I'm not sure how much interaction there was between them.
Man, I've been following you for a while and I'm always amazed by your new content. May I ask how you learned so much and in depth? Also, thanks for giving OpenBSD some love. Keep up the good work!
I installed it a couple of months ago on my Sony Vaio P and when I learned about ddb, I got more curious about the system and also started to go over the source.
Very cool video! OpenBSD is my daily driver for quite a while now. BSDs in general are pretty underrated as Linux alternatives, especially OpenBSD as its often seen as a pure server OS.
@@HksjJkdkd Theo DeRaadt himself uses OpenBSD as a daily driver as far as I'm aware. If Desktop usage wasn't a realistic and convenient possibility there most probably wouldn't be X11 or GUI support in general in the first place. I myself wouldn't use it successfully for almost 2 years as a desktop now. When you install a proper DE or WM, its nothing less of a Desktop than FreeBSD, NetBSD or any Linux distribution, just more hardened.
@@theoriginalneckbeard yeah, i use it as a desktop its kinda like Javascript it can do Web great but never inteded. I love OpenBSD (execpt that weird partitionIng in the installer i still have no clue what the hell i am doing)
I never bothered to look before, but apparently I've got snake installed too. I think I probably ran one game in the /usr/games folder in all the time I've been using Linux, but somehow I find it comforting that a BSD should have a similar list of such games. I compared your list in OpenBSD to my list on Slackware, and I'm missing [boggle, bs, fish, grdc, huntd, tetris] and I've got a few that you don't such as [countmail, dab, go-fish, nethack, wtf]. Given the similar names, I'd bet that fish and go-fish are actually the same thing with different filenames, but I don't have a copy of OpenBSD to inspect that.
Please make next video on how linux boot using grub(from powering on to starting first user program). It should also include how mbr or gpt works with grub and also how grub works with dual boot(linux and window).
Hi Bro I have a query. I am trying to compile a kernel for testing purposes. I don't want to add/install it to Linux, just want to compile & see how much time it takes to compile. Also while compiling I am getting some errors when rafter running make -j 4 and also sudo make modules_install does not run I get some module errors can you please help. Please reply
Hi man! I like your channel, can you tell us what we need to study, what books to read and courses to watch to get something of knowledge? I do not want to study computer science I am more into physics.
Agreed, I think it has a lot of advantage that the whole operating system is developed in the same place, as opposed to the scattered situation going on with Linux
This OS is kinda a dumpster fire to get installed. The disk partition program looks like some shit from the 1980's and its literally crashed on 2 computers I tried to even load it on and the one system it compleated installing wont even boot because I assume the installer did not setup the EFI boot correctly. Compared to pretty much every single version of linux this is a joke. And thats pretty much what OpenBSD has kinda been for years.... always in linux's shadow because of there just plain stupid design decisions.
Bro casually dropped the most informative and to the point openbsd review in under 10 minutes, truly underrated
He just uses a strange method to figure out the compiler. "man cc" does not produce any useful results under Debian Linux. I would always try "cc --version" or something similar.
@@OpenGL4ever that's weird, on debian the cc man page is a symlink handled by the update-alternatives command and it's usually set to gcc by default, if you don't have the cc man page then you should try using update-alternatives to set it correctly and if that doesn't work maybe reinstall the gcc package
@@OpenGL4ever > under Debian
and yet the video is about OpenBSD
@@OpenGL4ever man is, unfortunately, often not horribly useful on Linux. That's one of the major advantages of the BSDs - they have fantastic documentation.
I often use BSD manpages when writing C code - they're much better written and maintained. You just have to keep an eye out for BSD-specific extensions.
What made BSD special was that Bob Fabry got DARPA to fund a team to make improvements to UNIX. That team became the CSRG which continued BSD work up in to the 90s. They created, among other things, the BSD sockets API that pretty much all UNIX and Windows networking is based on.
When AT&T hiked their licensing costs, the CSRG worked to remove all AT&T code from the system. There was a settlement between the then current owners of UNIX and UC Berkley to agree on what code was proprietary to AT&T, after which the CSRG released BSD 4.4 Lite. That wasn't a complete working operating system, but it formed the basis of the modern BSDs we know today.
CSRG team members included people such as Bill Joy, who became one of the cofounders of Sun Microsystems, creator of vi, and one of the creators of Java.
Ken Thompson (co-creator of UNIX) took a sabbatical from Bell Labs to teach there around the time the CSRG was founded as well, but I'm not sure how much interaction there was between them.
Came for the OS stayed for the games. ❤
the games are really good
more like openbased
Very concise yet informative.
Your time is appreaciated.
I learned something.
Did not expect to sit though the whole video! Very informative - now I know the basics!
Writing this from OpenBSD. Great Video.
So I can play kernel hangman inside pfsense?
pfSense is FreeBSD. FreeBSD also has ddb, but my install doesn't list the hangman command in ddb(4).
Man, I've been following you for a while and I'm always amazed by your new content. May I ask how you learned so much and in depth? Also, thanks for giving OpenBSD some love.
Keep up the good work!
I installed it a couple of months ago on my Sony Vaio P and when I learned about ddb, I got more curious about the system and also started to go over the source.
very cool. Hard to find a youtuber who shows kernel level stuff. subbed.
Hangman? In kernel debugger? Really? lol
Very cool video! OpenBSD is my daily driver for quite a while now.
BSDs in general are pretty underrated as Linux alternatives, especially OpenBSD as its often seen as a pure server OS.
I mean the Devs themselve unlike FreeBSD dont say its for Desktop despite being easier to use and setup then the Desktop varaints of BSD.
@@HksjJkdkd Theo DeRaadt himself uses OpenBSD as a daily driver as far as I'm aware.
If Desktop usage wasn't a realistic and convenient possibility there most probably wouldn't be X11 or GUI support in general in the first place. I myself wouldn't use it successfully for almost 2 years as a desktop now.
When you install a proper DE or WM, its nothing less of a Desktop than FreeBSD, NetBSD or any Linux distribution, just more hardened.
@@theoriginalneckbeard yeah, i use it as a desktop its kinda like Javascript it can do Web great but never inteded. I love OpenBSD (execpt that weird partitionIng in the installer i still have no clue what the hell i am doing)
I heard that Bloomberg terminals run OpenBSD. Can't be sure but that would be dope.
Русский Яндекс активно поддерживает Тео и его команду, предоставляя им бесплатно свои сервера для разработки и для тестирования.
Can you do more videos on the BSD OS's. Would be very much appreciated.
Yes!
I have been an openbad fanboy for ages. It just does what it should and suits my needs for %80 of what I use a computer for.
Came for the security, stayed for the songs 😁
gracias
eres mejor que las lecciones de la universidad
I never bothered to look before, but apparently I've got snake installed too. I think I probably ran one game in the /usr/games folder in all the time I've been using Linux, but somehow I find it comforting that a BSD should have a similar list of such games. I compared your list in OpenBSD to my list on Slackware, and I'm missing [boggle, bs, fish, grdc, huntd, tetris] and I've got a few that you don't such as [countmail, dab, go-fish, nethack, wtf]. Given the similar names, I'd bet that fish and go-fish are actually the same thing with different filenames, but I don't have a copy of OpenBSD to inspect that.
I love BSD and Unix
Wonderful video!
Please make next video on how linux boot using grub(from powering on to starting first user program). It should also include how mbr or gpt works with grub and also how grub works with dual boot(linux and window).
A video about GRUB and more linux kernel videos are definitely planned :)
:D i love openbsd!
*BSD are amazing OSes but I fear for their future…it doesn’t seem very bright imho
Thank You Very Much.
God bless you abundantly, Nir Lichtman, in Jesus' Name Amen ✝️✡️🇮🇱. Chag Sameach 🍋🌿✨🌟
Thanks, Swarup! 🙏 Toda!
I like the idea of a high stake kernel-level game that corrupts your file system if you lose. Probably should be touhou-inspired though.
possibly corrupts, but only if you give up and force shutoff, you can try winning as many times you like :)
Oh no, Nir went feral
Jesus Christ! He is too good for youtube.
👍Thanks!
🔥 🔥
Hi Bro I have a query. I am trying to compile a kernel for testing purposes. I don't want to add/install it to Linux, just want to compile & see how much time it takes to compile. Also while compiling I am getting some errors when rafter running make -j 4 and also sudo make modules_install does not run I get some module errors can you please help. Please reply
Setting up OpenBSD on my laptop was much more easier than FreeBSD, it comes with everything you need
Contrary to popular belief setting up OpenBSD, especially for Desktop use, is indeed easier.
OpenBSD 7.6 is out. Make a new one please.
What is the use for this today ?
I mean i looks like its lightweight and capable of hosting secure application but i still see Macdonalds using Windows7
Hospitals using crappy w98
@@petitkus4408 это ведь не весь земной шар, правда? openBSD никогда не заявляла что они делают десктоп.
Where and how do you learn?
I maintain a list of recommended learning resources in the channel welcome link :)
What is your computer specs please tell me that 😢😢. I am your new subscriber
I mainly use two laptops, my primary is a Lenovo Y50 running Win10, my ultraportable is a Sony Vaio P50 running OpenBSD
Hi man! I like your channel, can you tell us what we need to study, what books to read and courses to watch to get something of knowledge? I do not want to study computer science I am more into physics.
I maintain a list of recommended learning resources in the welcome link on my channel :)
I always thought you could only write single lines in ed.
Can I get a lite version without all the game bloat? 😁
Yes, the installation process is highly customizable, and of course you can always build the system yourself and have complete control :)
כל הכבוד!
Subbed for ed(1). Don't need to see the rest 🐡💨
.... but I saw it and enjoyed it :D
BSDs are so cool, very sad that they are overshadowed by Linux and barely used today
I use FreeBSD on my laptop. Mostly for watching Movies, listening to Music and Coding
really wished bsd had taken over servers rather than linux.
bsd feels like a package whereas linux is just put together many parts...
Agreed, I think it has a lot of advantage that the whole operating system is developed in the same place, as opposed to the scattered situation going on with Linux
Поражает то, что разработчики в одном комплексе проектируют и создают и ОС и приложения.
where have you been man?
OpenBSD
This OS is kinda a dumpster fire to get installed. The disk partition program looks like some shit from the 1980's and its literally crashed on 2 computers I tried to even load it on and the one system it compleated installing wont even boot because I assume the installer did not setup the EFI boot correctly. Compared to pretty much every single version of linux this is a joke. And thats pretty much what OpenBSD has kinda been for years.... always in linux's shadow because of there just plain stupid design decisions.
Found it one of the cleanest and easiest install processes I've come across. Perhaps its a PEBKAC issue.
I think Netcraft confirmed that BSD is dead.
Скажите пожалуйста об этом самой BSD. Она это не знает.