|
The new stuff in OpenBSD 4.3 |
 vote
 |
|
This interview with OpenBSD developers reveals an inside look at the changes in the new release...
The most exciting new feature in OpenBSD/sparc64 is SMP support. All supported systems should work, with the exception of the Enterprise 10000 (for which support was added after the 4.3 release was made). The release has still some stability issues on systems with more than 4 CPUs (most of these are already fixed in -current), but in general the sparc64 SMP kernel is remarkably stable. Snapshots have been built on a dual UltraSPARC-IIIi machine since November, less than half a year after Theo complained that his shiny new Sun Fire V215 only "half" worked. read more... |
|
| | mail this link | permapage | score:9972 | -Ray, July 21, 2008 |
|
Tutorial: FreeBSD Static Routing |
 vote
 |
|
| For one machine to be able to find another over a network, there must be a mechanism in place to describe how to get from one to the other. This is called routing. This how to describes FreeBSD default routing and static routing configuration for particular subnet / host. read more... |
|
| | permapage | score:9864 | -nixcraft, February 4, 2008 |
|
Tutorial: Freebsd 7.0 Upgrade |
 vote
 |
|
| FreeBSD 7.0-RELEASE is now available for the 64 and 32 bit computer architectures. FreeBSD 6.3 allows upgrade of existing installation to FreeBSD 7.0-RELEASE. How do I upgrade FreeBSD version 6.3-pX 64 bit to latest 7.0 64 bit system? read more... |
|
| | permapage | score:9861 | -nixcraft, March 16, 2008 |
|
Tutorial: FreeBSD iSCSI Initiator Installation and Configuration |
 vote
 |
|
The FreeBSD iscsi_initiator implements the kernel side of the Internet SCSI (iSCSI) network protocol standard, the user land companion is iscontrol and permits access to remote virtual SCSI devices via cam.
FreeBSD 7.x has full support for iSCSI. Older version such as FreeBSD 6.3 requires backport for iSCSI. Following instruction are known to work under FreeBSD 7.0 only. read more... |
|
| | permapage | score:9811 | -nixcraft, March 13, 2008 |
|
FreeBSD 7 Review |
 vote
 |
|
Now with support for up to 8 processors...
FreeBSD 7 sports several new improvements in its file-systems and storage subsystems, including experimental support for ZFS and gvirstor, which can be used to create a large virtual disk image by simply adding physical disks as data on disk requires. This gives system administrators the ability to create volumes that far exceed the physical disk capacity and only add hardware as usage increases. read more... |
|
| | permapage | score:9767 | -Ray, March 7, 2008 |
|
PC-BSD 1.5: The Perfect Desktop |
 vote
 |
|
| This document describes how to set up PC-BSD v1.5. This release is based upon FreeBSD 6.3 and uses KDE 3.5.8 as default desktop environment. Taken from the PC-BSD page: PC-BSD is a complete desktop operating system, which has been designed with the "casual" computer user in mind. It offers the stability and security that only a BSD-based operating system can bring, while as the same time providing a comfortable user experience, allowing you to get the most out of your computing time. With PC-BSD you can spend less time working to fix viruses or spyware and instead have the computer work for you. read more... |
|
| | mail this link | permapage | score:9764 | -falko, March 20, 2008 |
|
PC-BSD 1.4 Review |
 vote
 |
|
Is PC-BSD ready for Joe Sixpack?
One of the reasons that made me exited about PC-BSD is that Compiz-Fusion is enabled by default and beside that Superkaramba is also installed by default. Now Ive been fooling around with Compiz and Beryl for quite some time and it was always a pain (pretty confusing) to properly set it up. Not anymore! The first time you fire up Compiz-Fusion, PC-BSD asks you whether you want to start it by default after bootstrap. read more... |
|
| | permapage | score:9719 | -Ray, October 3, 2007 |
|
Video Tutorial: Ubuntu Software Management |
 vote
 |
|
Learn to update your Ubuntu installation the easy way...
The first video in this pair shows you how to update all the software in your Ubuntu GNU/Linux installation in a single, big gulp. The second video shows you how easy it is to install and remove software with the Synaptic Package Manager.
When you update Ubuntu -- or, for that matter, any well-run Linux distribution -- you are not just updating the operating system, but all the software you originally installed along with it, plus any software you added later through your distribution's online software repositories. read more... |
|
| | mail this link | permapage | score:9708 | -Ray, July 14, 2006 |
|
Tutorial: Set up a Wireless Access Point on FreeBSD |
 vote
 |
|
This guide explains the process of setting up a FreeBSD system that will act as a wireless router (as well as a wired router) that takes advantage of the ported version of OpenBSD's PF packet filter.Getting FreeBSD to act as a wireless access point involves the following steps:- Make sure your installation includes hostapd and named (BIND)
- Recompile your kernel for pf support
- pf is not the only way to do this, but I strongly prefer pf to the ipfw/ipfilter and have written the How-To to use it
- Configure NAT (and any firewall rules)
- Install isc-dhcp3-server
- Configure daemons and start them
read more... |
|
| | mail this link | permapage | score:9694 | -falko, March 24, 2007 |
|
Creating a Jailed Virtual Host in FreeBSD |
 vote
 |
|
How to spawn completely jailed virtual hosts within your FreeBSD system...
This Howto article is intended to be a practical example, and I will start my host system with FreeBSD 6.2-RELEASE. The Install will be of the "minimal" variety, and for the first part of this document, we will not update the system with buildworld. After a jail is created, we will then update the host, and then update the jail. This will demonstrate a practical example of how to build, and then maintain a jail thru critical security releases. read more... |
|
| | mail this link | permapage | score:9692 | -Ray, October 19, 2007 |
|
Comparison: Linux vs. FreeBSD |
 vote
 |
|
A quick overview the differences between Linux and FreeBSD...
GNU/Linux is the most popular operating system built with free/open source software. However, it is not the only one: FreeBSD is also becoming popular for its stability, robustness and security. In this article, I’ll take a look at their similarities and differences. read more... |
|
| | permapage | score:9640 | -Ray, June 4, 2007 |
|
PC-BSD vs. Linux Distros |
 vote
 |
|
Struggling for mindshare against Linus' juggernaut...
PC-BSD is perhaps the best thing to come to the desktop BSD world in a very long time. But unfortunately, it looks as if this fantastic distribution is following the rest of the pack and will be trying to locate funds by competing with Linux for business customers. Why should this matter? read more... |
|
| | permapage | score:9600 | -Ray, January 25, 2007 |
|
Tutorial: FreeBSD Setup IPFW Firewall |
 vote
 |
|
Ipfirewall (ipfw) is a FreeBSD IP packet filter and traffic accounting facility.IPFW is included in the basic FreeBSD install as a separate run time loadable module.
This small howto covers building and installing a custom kernel with IPFW. It also provide a small example on how to setting up the rules for a typical FreeBSD based Apache Web server. read more... |
|
| | permapage | score:9587 | -nixcraft, July 4, 2007 |
|
Review: DesktopBSD 1.6 Live CD |
 vote
 |
|
BSD for the desktop will now run from a CD...
One of the first and most noticeable changes in version 1.6 is that it now contains a LiveCD option. While I wouldn't consider this to be a typical livecd, it certainly stacks up well against the large collection of other livecd's out there. Initially you're greeted with the standard Freebsd boot screen and bootup sequence. The first part of the livecd session starts out with a semi-graphical welcome screen that is keyboard driven. read more... |
|
| | mail this link | permapage | score:9571 | -Ray, January 25, 2008 |
|
Ubuntu Linux vs. PC-BSD |
 vote
 |
|
A comparison between Ubuntu 7.04 Linux (Fiesty Fawn) and the upcoming release of PC-BSD 1.4.
PC-BSD, on the other hand, "has been designed with the casual computer user in mind. Installing the system is simply a matter of a few clicks and a few minutes for the installation process to finish. Hardware such as video, sound, network, and other devices will be auto-detected and available at the first system startup. Home users will immediately feel comfortable with PC-BSD's desktop interface, with KDE 3.5 running under the hood. read more... |
|
| | mail this link | permapage | score:9567 | -Ray, August 24, 2007 |
|
Comparison Review: FreeBSD vs. NetBSD |
 vote
 |
|
A BSD user turns a critical eye to FreeBSD and NetBSD...
NetBSD with gcc 3.3.x doesn't compile as fast as FreeBSD, but NetBSD can compile itself easily for any platform NetBSD supports via build.sh. No such luck with FreeBSD; I had to boot FreeBSD to build FreeBSD. But with NetBSD, you can use the same framework to build under other OS's, even under Cygwin! read more... |
|
| | permapage | score:9566 | -Ray, February 25, 2005 |
|
|