LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 12-07-2004, 10:18 AM   #1
24jedi
Member
 
Registered: Jul 2003
Location: Richmond, VA
Distribution: LinuxLite
Posts: 77

Rep: Reputation: 15
FreeBSD Basic's - Links maybe useful


I came across this site which appears to have some good tutorials for use newbies.

http://www.onlamp.com/pub/ct/15
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 12-07-2004, 10:32 AM   #2
sigsegv
Senior Member
 
Registered: Nov 2004
Location: Third rock from the Sun
Distribution: NetBSD-2, FreeBSD-5.4, OpenBSD-3.[67], RHEL[34], OSX 10.4.1
Posts: 1,197

Rep: Reputation: 47
Good call!

Maybe chort will sticky this (or something) as you're correct. The OnLamp site has a ton of good info on it on all kinds of topics. I have the RSS feed for the Big Scary Daemons column in my firefox live bookmarks and really all the BSD section is great!
 
Old 12-07-2004, 12:49 PM   #3
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 76
Looks like there could be some useful information in there. I'm a little bit dubious about Dru Lavigne after I leafed through her book, but I'll let everyone make up their own mind.
 
Old 12-23-2004, 09:58 AM   #4
nixcraft
Member
 
Registered: Nov 2004
Location: BIOS
Distribution: RHEL3.0, FreeBSD 5.x, Debian 3.x, Soaris x86 v10
Posts: 379

Rep: Reputation: 30
Yup it is nice one!
 
Old 12-23-2004, 10:07 AM   #5
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
http://www.freebsddiary.org/
 
Old 12-23-2004, 11:45 AM   #6
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
We already have a Links section here - why not submit them there?
 
Old 12-23-2004, 11:52 AM   #7
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Yes, Master
 
Old 01-04-2005, 04:47 PM   #8
igracgq
Member
 
Registered: Oct 2004
Posts: 31

Rep: Reputation: 15
"The third method is to download and extract a source tarball. This method works on any Unix system but comes with a big disadvantage: the package management system in place usually cannot track the installed files. This means you have to remember what you installed, when you installed it, and what dependencies come with or rely on that program. It will also be very difficult to keep those programs up to date and to remember to check for security fixes on each program."

Quoted from the reading I did on the link mentioned above:
http://www.onlamp.com/pub/ct/15
http://www.onlamp.com/pub/a/bsd/2004...SD_Basics.html

1) As a newbie to linux I just want someone to confirm if the above statement is true where you can install a tarball onto any Unix type OS (ie. Solaris, BSD, MacOS, Linux)?

2) Moreover, in what programming language are tarballs written in?

3) I guess its better to install an RPM since it won't come with the disandvantage that tarballs come with as mentioned in my quote above. However, RPM's are distro dependant where one RPM that's make for Red Hat won't be able to install on Mandrake?

Thanks
 
Old 01-13-2005, 06:43 PM   #9
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Quote:
"The third method is to download and extract a source tarball. This method works on any Unix system but comes with a big disadvantage: the package management system in place usually cannot track the installed files. This means you have to remember what you installed, when you installed it, and what dependencies come with or rely on that program. It will also be very difficult to keep those programs up to date and to remember to check for security fixes on each program."

Quoted from the reading I did on the link mentioned above:
http://www.onlamp.com/pub/ct/15
http://www.onlamp.com/pub/a/bsd/200...BSD_Basics.html

1) As a newbie to linux I just want someone to confirm if the above statement is true where you can install a tarball onto any Unix type OS (ie. Solaris, BSD, MacOS, Linux)?

2) Moreover, in what programming language are tarballs written in?

3) I guess its better to install an RPM since it won't come with the disandvantage that tarballs come with as mentioned in my quote above. However, RPM's are distro dependant where one RPM that's make for Red Hat won't be able to install on Mandrake?

Thanks
This has been sitting for a while so I'll try and answer your questions.

1) You won't need to actually install a tarball.
The tarball should be extracted and should contain the source so that you may compile it and install the
source.

For questions 2, and 3, you may want to look at a guide to compiling from source. This one is based on linux, there are probably many others available.

http://www.linuxquestions.org/questi...threadid=45094

You'll need the development packages for your particular system or os. Hope this clears things up for you at least a little.
good luck.
 
Old 01-13-2005, 08:04 PM   #10
igracgq
Member
 
Registered: Oct 2004
Posts: 31

Rep: Reputation: 15
thanks Peacedog

However, in regards to my question $1 can you compilre a tarball onto any Unix type OS (ie. Solaris, BSD, MacOS, Linux)?

thanks
 
Old 01-13-2005, 08:43 PM   #11
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
Almost always, yes. But some of them are really written in a non-portable manner which will make it nearly impossible. It depends on how well it was written. Some will compile without any issues at all... others might take some tweaking... and some would require you to code whole modules and make sweeping changes to the source.
 
Old 03-03-2005, 08:49 AM   #12
EliotK
Member
 
Registered: Mar 2005
Location: UK
Distribution: Fedora Core 3
Posts: 76

Rep: Reputation: 15
I been thinking about getting bsd for a while, but what can it do for me? It's the hardware and shit im worried about, plus i got debian and fc3 installed.
 
Old 03-03-2005, 10:53 AM   #13
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
Almost all hardware I have ever run into has been supported without major issues by FreeBSD. If you do have something which is vital for your use and it isn't on the hardware compatability list... well, it is worth a shot but make it the first thing you test and be willing to walk away if it doesn't work (FreeBSD just wouldn't be right for you).

As for shit, shit is currently unsupported... you can run -CURRENT and get an implementation which is just sloppy shit and is soft and fragile compared to the rest of the system. Personally, I prefer no-shit but I know some people have different ideas about computing.

FreeBSD lives pretty happily with other operating systems... so it is not a big deal to have a couple linux versions laying around. Personally, I don't dual boot any of my systems... but that is just me again.
 
Old 03-03-2005, 10:57 AM   #14
EliotK
Member
 
Registered: Mar 2005
Location: UK
Distribution: Fedora Core 3
Posts: 76

Rep: Reputation: 15
lmao yes like windows is shit, anyway so freebsd's bootloader will detect other os's such as debian?
 
Old 03-03-2005, 11:04 AM   #15
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
There are minor issues with using the FreeBSD bootloader with Linux. It has no way to locate the Linux kernel and thus requires a copy of grub or LILO at the start of the linux partitions. It is usually best to leave the boot loader (grub or LILO) alone during the BSD install and then instruct those bootloaders to find FreeBSD.
 
  


Reply

Tags
freebsd



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
links (hard links and soft links..) sachitha Programming 1 08-10-2005 12:10 PM
Here is help for New FreeBSD users, info, links teckk *BSD 1 05-02-2005 06:14 AM
Sym links and hard links akudewan Linux - Newbie 4 02-09-2005 05:08 AM
how to change relitive links to specific links? wolfe2554 Linux - General 4 07-03-2004 12:40 AM
Links Section updated - Please add your Linux links. jeremy Linux - General 2 11-24-2001 11:35 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 04:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration