PC-BSD 7 is a mixed bag


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News PC-BSD 7 is a mixed bag
# 1  
Old 10-07-2008
PC-BSD 7 is a mixed bag

10-07-2008 01:00 AM
FreeBSD is a Unix-like open source operating system that can trace its ancestry back to the original Unix. It's well known and well respected in the server marketplace, but until recently FreeBSD lacked an easy-to-use desktop version. In 2005 the PC-BSD project was started to provide just that. This month PC-BSD version 7 was released. I downloaded and installed it to see how it squares up to user-friendly Linux distributions like Ubuntu. I came away a little disappointed.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Debian

Laptop waking up in bag: go back to sleep script

I have a Debian-derived distro (Kubuntu 8.04) running on a Dell Inspiron laptop. This laptop often wakes from RAM suspension while in my bag. I would like to run a script, upon RAM suspension wake, that would detect if the lid switch is closed. If so, then the script should put the machine back in... (0 Replies)
Discussion started by: dotancohen
0 Replies

2. 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
Login or Register to Ask a Question
gnutls_pkcs12_get_bag(3)					      gnutls						  gnutls_pkcs12_get_bag(3)

NAME
gnutls_pkcs12_get_bag - This function returns a Bag from a PKCS12 structure SYNOPSIS
#include <gnutls/pkcs12.h> int gnutls_pkcs12_get_bag(gnutls_pkcs12_t pkcs12, int indx, gnutls_pkcs12_bag_t bag); ARGUMENTS
gnutls_pkcs12_t pkcs12 should contain a gnutls_pkcs12_t structure int indx contains the index of the bag to extract gnutls_pkcs12_bag_t bag An initialized bag, where the contents of the bag will be copied DESCRIPTION
This function will return a Bag from the PKCS12 structure. RETURNS
On success, GNUTLS_E_SUCCESS is returned, otherwise a negative error value. After the last Bag has been read GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE will be returned. REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/ COPYRIGHT
Copyright (C) 2008 Free Software Foundation. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. gnutls 2.8.6 gnutls_pkcs12_get_bag(3)