|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix | |
Going to give FreeBSD a shot
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | ||||||||||||
|
WaterCooler
Join Date: Apr 2006
Location: Prince Edward Island
Posts: 1,587
Rep: 60
![]() Unique Rep: 55
Trader Rating: 2
|
just finishing up downloading iso's 1, 2, and 3. curious if anyone has any thoughts or suggestions, or even just wants to give me a heads up prior to installing/wasting? 3 blank discs.
also, please comment on FreeBSD if you have used it, or are using it, as i would like to hear what peoples opinions are on it. Thanks, -Flatliner
__________________
"theres always money in the banana stand"
|
||||||||||||
|
|
|
|
|
#2 (permalink) | ||||||||||
|
Networking Nut
|
i *tried* installing it once... it's not easy like an Ubuntu install. Make sure you have good directions.
__________________
|||||||||||||||||||||||| BackTrack Linux Facebook group: http://www.facebook.com/group.php?gid=2229950641 OCN F@H Facebook App: http://apps.facebook.com/proteam/sho...?team_id=37726 i love the smell of new hard drives in the morning
|
||||||||||
|
|
|
|
|
#3 (permalink) | |||||||||
|
Unix Evangelist
|
First of all read something about FreeBSD and its "ports" system. If you want an up-to-date system, just download the bootonly image (about 30MB) and prepare for a long night. In this case you'll download the base and kernel over the netinstall, leave the rest alone. I'll try to describe shortly the installation process.
1. Boot and select some basic stuff like country and keyboard layout. 2. Partition the HDD. 3. Select things to install (base, kernel, man). Don't install the ports, it is useless now. 4. Configure the internet connection. 5. Wait until it downloads and installs everything. 6. Configure the system using the dialogs that appear. On this stage the basic installation is complete. The next part is to build a nice system. ------------------------- 7. Boot into your fresh FreeBSD system. 8. Login (root) 9. Download the ports using Code:
portsnap fetch && portsnap extract Code:
cd /usr/ports/ports-mgmt/portupgrade make install clean Code:
portupgrade -aR 12. Install X11, but before configure the drivers: Code:
cd /usr/ports/x11-drivers/xorg-drivers make config make install clean Code:
cd /usr/ports/x11/xorg make install clean Good luck! ![]()
__________________
C'e solo l'Inter
|
|||||||||
|
|
|
|
|
#4 (permalink) | |||||||||
|
PC Gamer
|
FreeBSD is pretty cool, though I'd think of it more as a server OS. Install is similar to any other text based installer. choose the package set you want (X-User, I'd think?) and install the ports system. However, for large programs, you would probably want to use packages. (Packages are binary, so you don't have to compile.) Packages are just as easy to use as ports.
I did use FBSD a while back. The book I used to learn FreeBSD was "FreeBSD 6 Unleashed". They might have one out for 7 by now. "Absolute FreeBSD" is one that is recommended a lot. Of course, I use and enjoy Ubuntu.
__________________
Saying Ubuntu is for people too lazy to use real Linux is like saying people who buy BMWs are too lazy to build their own car.
|
|||||||||
|
|
|
|
|
#5 (permalink) | ||||||||||
|
Unix Evangelist
|
Quote:
__________________
C'e solo l'Inter
|
||||||||||
|
|
|
|
|
#6 (permalink) | ||||||||||||||
|
OLPC XO developer
![]() |
It is a very nice OS. I prefer it more for a server OS though then for the desktop. It can definitely handle the desktop though. I just prefer Arch on my desktop.
My suggestion is don't download the ports from the cd. Do what mkdir said and do it after the install with portsnap. So you can start out fresh. And yeah prepare to spend several hours letting it download and then configuring.
__________________
"UNIX was never designed to keep people from doing stupid things, because that policy would also keep them from doing clever things." - Doug Gwyn Try out the latest Programming Challenge Quote:
CPU-Z Validation @ 2.97-prime95 stable 16 hours @ 1.48v Proof | CPU-Z Validation @ 3.15 Getting Mouse Side Buttons to work in Linux, Compile a custom Kernel, More
|
||||||||||||||
|
|
|
|
#7 (permalink) | |||||||||||||
|
Multi-Quote King
|
I wish I could comment, but that beezy just never wanted to install on any of my computers. I always get that "strange incompatibility" that just won't let me either install or boot.
__________________
"But you would be amazed by how many people think that the only reason to have a computer is to play games, and that playing games is all that anyone with a computer does." - dangerousHobo "Linux is everywhere, it is all around us, even now in this very room. You can see it when you look out your window, or you turn on your television. You can feel it when you go to work, when you go to church, when you pay your taxes. " - mbp"I have used a mac before. And they still don't have right click I mean come on." - aakar Blah, blah, can't hear you
|
|||||||||||||
|
|
|
|
#8 (permalink) | ||||||||||||
|
WaterCooler
Join Date: Apr 2006
Location: Prince Edward Island
Posts: 1,587
Rep: 60
![]() Unique Rep: 55
Trader Rating: 2
|
not entirely sure what did or omitted to do...but the install completed, finished adding the extra packages, then it brought up a black login screen, so i logged in but couldnt quite figure out how to bring up the DE..then for one reason or another my vista partition was conky in the boot manager, so i ended up having to load up my ubuntu livecd and do some tinkering around to get my ethernet working, then reload my mbr to get back to where i am now - unhappily stuck in vista lol.
ill backup some files and give it another go.
__________________
"theres always money in the banana stand"
|
||||||||||||
|
|
|
|
|
#9 (permalink) | |||||||||||||
|
Multi-Quote King
|
I don't think FreeBSD boots with X by default. I think you have to use startx or initx (or whatever that init- command is to get X up). You might even have to download X with Ports yourself, and then do your own configuration.
__________________
"But you would be amazed by how many people think that the only reason to have a computer is to play games, and that playing games is all that anyone with a computer does." - dangerousHobo "Linux is everywhere, it is all around us, even now in this very room. You can see it when you look out your window, or you turn on your television. You can feel it when you go to work, when you go to church, when you pay your taxes. " - mbp"I have used a mac before. And they still don't have right click I mean come on." - aakar Blah, blah, can't hear you
|
|||||||||||||
|
|
|
|
#10 (permalink) | |||||||||
|
Unix Evangelist
|
If you installed X11 and a DE/WM, write its executable in ~/.xinitrc. Here is an example of the file:
Code:
#To select the DE/WM you want, just uncomment it. Now default is openbox #startkde #gnome-session #startxfce4 openbox
__________________
C'e solo l'Inter
Last edited by mkdir : 07-04-08 at 04:00 AM. |
|||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|