Sponsored Content
Full Discussion: BSD Links
Operating Systems BSD BSD Links Post 76219 by Perderabo on Sunday 26th of June 2005 04:07:21 PM
Old 06-26-2005
BSD Links

The Big Three Distros

http://www.netbsd.org/
http://www.freebsd.org/
http://www.openbsd.org/


What are the Differences Among the Three Versions?

Differentiating Among BSD Distros page 2 page 3 page 4

is an article at serverwatch that addresses this question. The article also considers Mac OS X. This article is set up to allow a link
into each section, so here is the contents of the article with links:
BSD History
Common Features
FreeBSD
NetBSD
OpenBSD
Mac OS X
Choosing a Desktop Solution
Choosing a Server Solution


A Few More Links

Google BSD
A bootable BSD CD is available at: http://www.freesbie.org/
http://www.bsdatwork.com/
http://www.linux-bsd-central.com/
http://www.bsd.org/


A Few of the Other Distros

http://www.386bsd.org/
http://www.dragonflybsd.org/main/
http://www.microbsd.net/
http://www.rofreesbie.org/
 

3 More Discussions You Might Find Interesting

1. BSD

for linux and BSD users interested in Unix system V/bsd

for all you unix/linux interested heres an online book for free that covers the basics of BSD SysV Unix commands and applications . giving the average linux user a perspective on the differences in context of the two operating systems and for BSD users covers material as a refernce guide. ... (0 Replies)
Discussion started by: moxxx68
0 Replies

2. Solaris

Hard Links and Soft or Sym links

When loooking at files in a directory using ls, how can I tell if I have a hard link or soft link? (11 Replies)
Discussion started by: Harleyrci
11 Replies

3. AIX

List all the soft links and hard links

Hi I'm logged in as root in an aix box Which command will list all the soft links and hard links present in the server ? (2 Replies)
Discussion started by: newtoaixos
2 Replies
TM::Literal(3pm)					User Contributed Perl Documentation					  TM::Literal(3pm)

NAME
TM::Literal - Topic Maps, simple values (literals) SYNOPSIS use TM::Literal; my $l = new TM::Literal (42, 'xsd:integer'); print $l->[0]; # prints 42 print $l->[1]; # prints http://www.w3.org/2001/XMLSchema#integer $l = new TM::Literal(42); # default is xsd:string DESCRIPTION
This packages will eventually handle all literal handling, i.e. not only a way to create and retrieve information about simple values used inside topic maps, but also all necessary operations such as integer addition, string manipulation. This is quite a chore, especially since the data types adopted here are the XML Schema Data Types. Constants XSD http://www.w3.org/2001/XMLSchema# INTEGER http://www.w3.org/2001/XMLSchema#integer DECIMAL http://www.w3.org/2001/XMLSchema#decimal FLOAT http://www.w3.org/2001/XMLSchema#float DOUBLE http://www.w3.org/2001/XMLSchema#double STRING http://www.w3.org/2001/XMLSchema#string URI http://www.w3.org/2001/XMLSchema#anyURI ANY http://www.w3.org/2001/XMLSchema#anyType Grammar TODO Operations TODO SEE ALSO
TM COPYRIGHT AND LICENSE
Copyright 200[6] by Robert Barta, <drrho@cpan.org> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2009-04-13 TM::Literal(3pm)
All times are GMT -4. The time now is 08:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy