Librenix
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Tutorial: Set up Apache, PHP, MySQL on OpenBSD 3.8

Up
vote
Down

This document aims to be a tutorial for easily getting and OpenBSD 3.8 installation up and running with Apache+PHP+MySQL. It is a collection of various information I've found on the internet (see References) and my own personal experiences. I will be covering installation and initial setup of the MySQL and PHP packages along with several PHP extensions. I also briefly touch on a few security topics and then how to get OpenBSD to start Apache and MySQL at boot. read more...
permapage | score:9265 | -freesol, November 5, 2005

The new stuff in OpenBSD 4.3

Up
vote
Down

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:9179 | -Ray, July 21, 2008

The most secure Unix OS: OpenBSD

Up
vote
Down

OpenBSD strives to be the most secure UNIX derivation. Design principles, such as code auditing, extensive use of encryption, and careful configuration choices, combine to ensure OpenBSD's secure by default philosophy holds true. This article gives you a close look at the operating system so secure that it was once banned for use in a DEF CON competition, where crackers go after each other's systems. read more...
permapage | score:9153 | -solrac, August 13, 2006

Tutorial: OpenBSD 101

Up
vote
Down

Updated information on OpenBSD:
OpenBSD is an ultra-secure, freely available, multi-platform BSD-based UNIX-like operating system. And is arguably the most secure operating system in the world.

After using OpenBSD for over 9 years I decided to place online some useful information for first time users of OpenBSD.

The information here covers the current release of OpenBSD.
read more...
permapage | score:9008 | -ntg, May 31, 2006

A closer look at OpenBSD 4.3

Up
vote
Down

OpenBSD provides a UNIX distribution with a primary emphasis on security and cryptography. If you're looking for a UNIX distribution to deploy in the most critical nexus in your network infrastructure, look no further than OpenBSD. The recent release of OpenBSD— version 4.3—includes several new features and bug fixes that this article reviews. read more...
permapage | score:8814 | -BlueVoodoo, August 18, 2008

Guide to OpenBSD 4.1

Up
vote
Down

An introduction to OpenBSD for the new user...
If you're a software enthusiast who has never used OpenBSD before, you might enjoy installing it by yourself and figuring it out as you go. If, however, you're looking for a more practical approach to using OpenBSD 4.1 on a desktop or server machine, here's a quick guide to get you started in this spectacular operating system.
read more...
permapage | score:8715 | -Ray, June 21, 2007

A guide to OpenBSD

Up
vote
Down

A nice overview and usage guide to OpenBSD for the Linux user...
Many people responded to the call for OpenBSD and OpenSSH donations by purchasing an OpenBSD CD set. Those CDs are beginning to arrive in the mail, and when they do, how are you going to use them? If you're a software enthusiast who has never used OpenBSD before, you might enjoy installing it by yourself and figuring it out as you go. If, however, you're looking for a more practical approach to using OpenBSD as a desktop or server operating system, here's a guide to get you started.
read more...
mail this link | permapage | score:8528 | -Ray, April 27, 2006

Create secure wireless networks with OpenBSD and OpenVPN

Up
vote
Down

How to set up secure wireless access points...
For our VPN we could use OpenBSD's excellent implementation of IPsec (included in the base system), but we'll use OpenVPN instead because it can be deployed easily on both the server and a wide range of clients, including *BSD, Linux, Windows, and Mac OS X. OpenVPN scales well and is secure. The software is already included in OpenBSD's ports and packages repositories, so go ahead and install it.
read more...
permapage | score:8395 | -Ray, December 14, 2005

An OpenBSD Honeypot project

Up
vote
Down

Run a honeypot and give the kiddies something to do other than poke at my boxen!
This was the first honeypot I've ever decided to run. I had long drawn out plans for implementing the perfect honeynet, but sadly some of the hardware that was donated to me at the time was given in non-working condition so I wasn't able to implement the honeynet of my dreams. It seems likely there would be other people out there interested in running a sophisticated honeynet, but who lack all the desired equipment and so they think it cannot be done. This paper has been written to show you otherwise!
read more...
mail this link | permapage | score:8374 | -Ray, July 14, 2002 (Updated: July 14, 2003)

Introduction to FreeBSD, NetBSD, and OpenBSD

Up
vote
Down

Zonker takes a close look at each of the big three BSD's.
I'll be covering the three main free BSD distributions — FreeBSD, NetBSD, and OpenBSD. To be consistent, I decided to install each one over FTP, which proved to be fairly easy. The hardest part of the installation process was actually having to put a floppy drive in my test machine so that I could boot from floppy for the FTP install.
read more...
permapage | score:8373 | -Ray, December 30, 2002

OpenBSD on the desktop

Up
vote
Down

If you need a highly secure desktop, OpenBSD may be the right place to start.
The clear advantage of OpenBSD over other operating systems is the security it offers. The basic philosophy of the project is that security comes as a result of clean, correct code design. A quick search on the BUGTRAQ mailing list archive shows that bugs found on programs do not affect OpenBSD or were already fixed. Of course, given some work by users, security can also be improved on other operating systems, but OpenBSD is "secure by default"; no remote-listening daemons are enabled and features such as ProPolice and the new mmap-based malloc function (introduced in version 3.8) assure that your system is protected from yet undiscovered software bugs and zero-day exploits. The Internet is not a safe place and lots of people want to crack our systems for fun or profit, so it's better to be protected as best as we can.
read more...
mail this link | permapage | score:8240 | -Ray, April 22, 2006

Set up an encrypted NAS on OpenBSD

Up
vote
Down

How to build an encrypted network-attached storage system on OpenBSD...
In this setup we’ll have one separate disk for the OS (in this case sd0) and two disks (in our case, wd0 and wd1) for the RAID 1 array. In total we’re going to mirror the two big disks and on top of that array we’re going to build an encrypted filesystem...
read more...
permapage | score:8106 | -Ray, July 16, 2007

Why OpenBSD will never be as secure as Linux

Up
vote
Down

An interesting opinion.
...there is a large selection of security software Linux, ranging from simple items like the Openwall kernel patch to very configurable security suites like PitBull LX. These solutions are simply not available for OpenBSD, so if you have needs beyond the basic User/Group/Other filesystem restrictions for example you are basically out of luck. Restricting access to port 80 for example, while easily achieved in Linux with NSA SELinux or PitBull LX is basically impossible in OpenBSD. Protecting binary software can be done in Linux with a variety of tools, doing so in OpenBSD is very difficult (there is little you can do).
read more...
mail this link | permapage | score:7983 | -Ray, May 13, 2001 (Updated: August 10, 2003)

Security: SELinux vs. OpenBSD

Up
vote
Down

The defaults of two very different approaches to security compared and summarized...
Every medium to large Linux deployment that I am aware off has switched SELinux off. Once you stray from the default configurations that the system distributors ship with the default policies no longer work an things start to break. In my admittedly limited experience, this happens very quickly.
read more...
permapage | score:7854 | -Ray, September 27, 2007

Tutorial: Quickly installing OpenBSD 3.3

Up
vote
Down

This tutorial covers installation of OpenBSD 3.3 from getting the disks to the initial booting of OpenBSD from your disk.
This article goes through the steps of an OpenBSD 3.3 installation. The installer is a text-based interface and, in most cases, is quick and easy to complete.
read more...
permapage | score:7596 | -Ray, January 7, 2004

OpenBSD 3.8 Preview

Up
vote
Down

The new features and functions in the upcoming release of OpenBSD...
With trunk(4), you can combine one or more ports as into one virtual network interface. A port could be any physical Ethernet or wireless interface, and it's even possible to add other trunks as ports. The trunk driver will send outgoing traffic with a specific algorithm over the attached ports, which depends on the actual trunk protocol. The first release in OpenBSD 3.8 supports a simple round-robin protocol; outgoing packets are distributed over the ports in a circular way. Furthermore, incoming packets from any attached port are forwarded into the receive queue of the virtual trunk interface. trunk(4) is supported by most of the actual intelligent network switches and some other operating systems, but everyone uses a different name; i.e., HP calls a trunk a Trunk and Cisco calls it Ether Channel, while Linux is using bonding as its name.
read more...
mail this link | permapage | score:7557 | -Ray, October 24, 2005

Secure Your Network With OpenBSD

Up
vote
Down

How to use OpenBSD to help lock down your network.
Most networks share a few common traits:
  • They are made up of heterogeneous pieces (i.e. some Linux, some Windows, Solaris, etc.)
  • They evolve over time, and this growth may or may not be entirely planned and mapped out
  • There is usually more then one system/network administrator, and they don't always communicate fully.
So how can OpenBSD help with these problems? Well, first off: if you plan to track, probe and monitor your network from a central machine, it had better be secure. If someone breaks into these boxes, chances are you won't notice their activity on the network since it looks like normal internal scans/etc. The data collected by these machines will tend to be sensitive (i.e. a list of all your mail servers and what versions of Sendmail they are running). OpenBSD is the perfect candidate for this type of work; it's got solid security and an extremely capable network stack (important if you processing and generating a lot of network traffic.
read more...
mail this link | permapage | score:7529 | -Morris, June 23, 2000 (Updated: August 24, 2003)

Dual-Booting FreeBSD, Linux, and OpenBSD

Up
vote
Down

When one operating system just isn't enough anymore.
The OpenBSD install is overall the simplest compared to FreeBSD and Linux but the fdisk and disklabel programs are the most difficult. I've done many OpenBSD installs over the past two years and never had any difficulty with OpenBSD's disk setup software. Previously all installs used the entire hard disk. The past ten or so days have made it abundantly clear that OpenBSD's disk setup software was built for full disk installs, and little consideration was given to multi boot issues in its design...
read more...
mail this link | permapage | score:7496 | -Angela, June 14, 2000 (Updated: September 6, 2003)

Review: OpenBSD 3.6

Up
vote
Down

OpenBSD is showing steady improvement...
The OpenBSD project cannot guarantee the security of programs in the Ports tree, but they do make an effort to ensure that obviously insecure programs don't make it into Ports. If a security bulletin is sent out about programs in either the base system or Ports, OpenBSD provides patches individually or as a separate branch of the entire project. The process for applying a single patch is detailed at the top of each patch file, making installation as easy as following a couple of lines of instructions.
read more...
mail this link | permapage | score:7430 | -Ray, November 18, 2004

OpenBSD: The Most Secure Operating System?

Up
vote
Down

For when security really matters.
OpenBSD also incorporates encryption in the operating system. Other systems, like Windows XP, with its Encrypted File System (EFS), layer encryption on top of the operating system rather than build it into the foundation. In OpenBSD, KDS' Heimdal implementation of Kerberos IV and V authentication protocols are a core part of the windowing and log-in systems. And the TCP/IP stack has had the Internet Security Protocol (IPSec) built in since 1997.
read more...
mail this link | permapage | score:7351 | -Alex, August 26, 2000 (Updated: July 29, 2003)
More articles...
Recent headlines

Bazaar: A Powerful source control system

Install Mint Style Gnome Menu in Ubuntu

Resizing Linux partitions

Ubuntu 10.04: Flash, Codecs, etc.

Install Virtualbox 3.2 in Ubuntu 10.04

Tutorial: Build a Multiserver Web, Email, DNS and MySQL Database System on Debian 5.0

Introduction to Java programming

Jolicloud 1.0 Review

Install VLC Media Player in Ubuntu 10.04

More obscure Linux Games

Ubuntu 10.04 LTS Server Review

Configure the AIDE File Integrity Scanner

Tutorial: Build an OpenSUSE 11.3 x86_64 server

Learn FC++: The C++ functional programming library

Top Ten Linux Distros

Install Wine on Ubuntu 9.04

Install a Web, Email, MySQL DB Cluster on Debian 5

How to Install and Use OpenVZ on Ubuntu 10.04

Scripting for System Administrators

Tutorial: Install Apache2, PHP5 and MySQL on OpenSUSE 11.3

Review: Kubuntu 10.04 LTS

Linux Terminal Emulators

Set up RAID1 on running Ubuntu 10.04

Tutorial: Install Nginx, PHP5, MySQL on OpenSUSE 11.3

Continuous integration with Buildbot

Set up virt-install with Xen 4.0 guests on Ubuntu 10.04

Android File System

Faster Ruby on Rails

Best GIMP Tutorials

High availability with the Linux 2.6.33 Distributed Replicated Block Device

Python Client/Server Tutorial

Slackware 13.1 Review

GhostBSD 1.0

Linux Mint 9 KDE Review and Screenshots

Run Amarok in Ubuntu 10.04

Tutorial: Ubuntu 10.04 Samba Server with tdbsam

MINIX Introduction

Comparison: Windows 7 vs. Ubuntu 10.04

CIITIX-WiFi Custom Certificates

Ubuntu 10.04 Squid

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 

Articles are owned by their authors.   © 2000-2010 Ray Yeargin