![]() |
|
FreeBSD Installation and Upgrading Installing and upgrading FreeBSD. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
Greetings, fellow computer users. My name is Diortem, and I am in a state of woe.
After a long and celebratory career in the USAF, I am now a disabled veteran. Due to my spinal injuries, I cannot do much, but I can't sit around and do nothing. I have to stay busy. I am a geek. I love fooling around with hardware and software. Unfortunately, as I aged in the USAF I was unable to dabble as much as I liked, but I did become an adept self-taught Windows and Linux user. I also went to school last year and got my Linux Administrator certification as well as A+. I love the hardware side, but I have always wanted to get into the software side. I have been bouncing from Linux distro after Linux distro for the past five years. I have tried many of them. And this past few days, I took a swing at FreeBSD. Unfortunately, I was unable to get my internet, even tethering my phone, working. So I tried FreeBSD. It installed fine, but now that I have it installed, it is not showing in the grub. I guess I need to put a grub file within it or something, not too sure. Anyway, what I want to do is learn dev-ops. I don't want to be the latest, greatest in the field, but I will push myself as far as I can considering my limitations. I can't sit in a chair all day, but I can bounce to and fro throughout the day (unless it's a bad day, then I'm out) and focus on learning and get things done. I have spent the past year and a half on Fedora. It's truly amazing. But is it the best for developer learning? Maybe. It's really good, no doubt. But is it the best? I have been watching RoboNuggie videos and that guy has me highly intrigued in the FreeBSD community and what the software as a whole offers. But I have also been looking at the licensing between Linux vs BSD. Eventually, as I learn, I want my code to help others, but at what expense? I don't want to build code or help others, then a company takes this code and monetizes it. Looking at BSD licensing anyone can put my code to use? Even corporations? And charge for it? Am I reading this right? I don't know, but even that isn't a deal-breaker, it is unlikely I will ever write software that will change the world; you never know though. I know I can't game on BSD, no big deal, I have Windows. It was free back when they were giving away free updates to Windows 10. Yes, I still have the same laptop and desktop from then. I'm lame. *snicker* Can I be an adept and successful developer using BSD? If so, why would one choose OpenBSD to FreeBSD when FreeBSD has a security-focused way about things, too? Before I start this dev-ops journey, I want to put myself in a position where I am happy and will continue to stay happy. RoboNuggie, that man is amazing, I love his approach to simplicity, too. I'm starting to think that BSD may be a better place for me. But how do I know for sure? What would you suggest? Sidebar: I live out in the country. Way out in the country. I have a Mi-Fi that I cannot hardwire into. I am stuck with wireless networking. If I require hardwire, I usually tether my phone, I have 10GB a month this way, so it works out as I use this sparingly. I am also limited from anywhere in the 400Kbps - 4Mbps. Getting things up and running for me are harder as it is, but I am not afraid to battle these limitations. I will do what needs to be done and when. I am not afraid of learning. But I want you to know my internet limitations up-front... they are limiting more than I'd like, trust me. Cheers, _diortem ![]() |
|
|||
![]()
Hi and welcome to the forum ;-)
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump |
|
||||
![]()
Hello, and welcome! I can't address FreeBSD issues, as I have no experience with the OS, but I can attempt to answer some other questions.In my opinion it doesn't matter what OS you pick; choose your DevOps tools and install them on any OS they support that you're already familiar and comfortable with. DevOps is an outgrowth of Agile Development and is much more a social and procedural transition than technical for any businesses which adopt it.
It alters a business's processes, communications, and governance. It also alters personnel roles and responsibilities for application development, deployment, and operations, and formal education and certification will do more for any DevOps-related career than learning any new OS. Quote:
Quote:
Quote:
It may help to consider that they are each completely separate cohesive operating systems. BSD is entirely unlike Linux in this way, as Linux has many distributions but each shares a common kernel. |
|
||||
![]() Quote:
See https://www.gnu.org/philosophy/pragmatic.html for more on this. |
|
|||
![]()
I did more deep diving in the CoC and licensing section, I understand now, definitely a little different from the Linux way of life. Dev-ops is a long way off, I have decided to start with web development, for that I am sure BSD will suffice. I am going to work on the grub link sent earlier and see if I can get it booting (via grub).
Looking at the two differences of Free vs Open, I would feel happier with Free for web development purposes, but if I ever dabble in cybersecurity then OpenBSD would be a nice approach for sure. I love Linux, especially Fedora. It is far more stable and ahead of the other distributions, but sometimes the insane amount of packages and myriad user options can be disheartening. Especially when I spend hours on a package that runs 100% on Arch, then fails to run on Fedora (dwm for instance) in the same way it runs on the other distros. There are a few programs I used in Mint then Ubuntu that I never got to work in Fedora, but they still worked on Mint/Ubuntu. However, I have found better packages than those now and wouldn't go back if they did work. Minder, for instance, works really well on Fedora, it is a great app for the mind mappers out there. If I get Open running I will try it out, but I will likely try Free again. Is there a secondary install guide to theirs, that walks through the dual/triple boot scenario? I will be triple-booting, Windows on [SSD] sda, File Storage on [7200rpm, platter HDD] sdb, Fedora on [SSD] sdc, and BSD on [SSD] sdd. Thanks again for the advice. I truly appreciate it. I will keep booting into BSD, see how it works with my workflow for this boot camp I am starting. Cheers, _diortem Edit: I already have OpenBSD booting, just not via grub. Corrected above. |
|
||||
![]() Quote:
Try this stanza in /boot/grub/custom.cfg in your Fedora system: Code:
menuentry 'OpenBSD' { set root=(hd3,1) chainloader +1 } That presumes a non-UEFI system with OpenBSD installed to /dev/sdd1 For a UEFI system use this instead: Code:
menuentry 'OpenBSD' { set root=(hdX,Y) chainloader /EFI/BOOT/bootx64.efi } It might be best to use the UUID rather than the block device, to do that replace the set root= line with Code:
search --fs-uuid $uuid --set=root If you have any problems then it's probably best to start a new thread because this is off-topic here. Last edited by Head_on_a_Stick; 11th December 2020 at 06:20 AM. Reason: Added UUID information |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
I have lost the concept completely | calanon | OpenBSD Security | 15 | 5th November 2019 03:17 PM |
Upgrade to v8 lost some Hardware | bforest | FreeBSD General | 3 | 7th May 2010 05:54 PM |
hal and lost interupt | shep | NetBSD General | 1 | 23rd October 2009 07:12 AM |
vr0: rx packet lost | tutosun | FreeBSD General | 4 | 13th September 2008 10:13 AM |
Lost posts | graudeejs | Feedback and Suggestions | 5 | 3rd August 2008 02:59 PM |