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_bag_set_crl(3)					      gnutls					      gnutls_pkcs12_bag_set_crl(3)

NAME
gnutls_pkcs12_bag_set_crl - insert the CRL into the bag SYNOPSIS
#include <gnutls/pkcs12.h> int gnutls_pkcs12_bag_set_crl(gnutls_pkcs12_bag_t bag, gnutls_x509_crl_t crl); ARGUMENTS
gnutls_pkcs12_bag_t bag The bag gnutls_x509_crl_t crl the CRL to be copied. DESCRIPTION
This function will insert the given CRL into the bag. This is just a wrapper over gnutls_pkcs12_bag_set_data(). RETURNS
the index of the added bag on success, or a negative value on failure. 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_bag_set_crl(3)