Jeg fylder mere på løbende (i dette indlæg):
- Getting Started with FreeBSD
https://www.digitalocean.com/community/tutorial_series/getting-started-with-freebsdThis series will show you how to get started with a FreeBSD cloud server. The first article will explain some of the differences between Linux and FreeBSD. The tutorials that follow cover the basics of FreeBSD security, maintenance, and software installation. If you are new to FreeBSD, this series will help you get up and running quickly.- A Comparative Introduction to FreeBSD for Linux Users
https://www.digitalocean.com/community/tutorials/a-comparative-introduction-to-freebsd-for-linux-usersFreeBSD is a free and open source operating system that is ideal for server deployments. In this guide we will discuss some of the important differences between FreeBSD and Linux. Understanding these differences can help make the transition to FreeBSD for Linux users less of a struggle. - How To Get Started with FreeBSD 10.1
https://www.digitalocean.com/community/tutorials/how-to-get-started-with-freebsd-10-1FreeBSD is a secure, high performance operating system that is suitable for a variety of server roles. In this guide, we will cover some basic information about how to get started with a FreeBSD server. The first step you need to take to... - How To Configure SSH Key-Based Authentication on a FreeBSD Server
https://www.digitalocean.com/community/tutorials/how-to-configure-ssh-key-based-authentication-on-a-freebsd-serverSSH, or secure shell, is a network protocol that provides a secure, encrypted way to communicate with and administer your servers. As SSH is the most common way of working with a FreeBSD server, you will want to familiarize yourself with the different ways that you can authenticate and log in to your server. While there are several ways of logging into a FreeBSD server, this tutorial will focus on setting up and using SSH keys for authentication. - Recommended Steps for New FreeBSD 10.1 Servers
https://www.digitalocean.com/community/tutorials/recommended-steps-for-new-freebsd-10-1-serversWhen setting up a new FreeBSD server, there are a number of optional steps you can take to get your server into a more production-friendly state. In this guide, we will cover some of the most common examples. We will go over how to set up a simple, easy-to-configure... - An Introduction to Basic FreeBSD Maintenance
https://www.digitalocean.com/community/tutorials/an-introduction-to-basic-freebsd-maintenanceWhen administering a FreeBSD server, it is important to understand the basic maintenance procedures that will help you keep your server in good shape. In this guide, we will be covering the basic procedures needed to keep your server up-to-date and functioning properly. We... - How To Manage Packages on FreeBSD 10.1 with Pkg
https://www.digitalocean.com/community/tutorials/how-to-manage-packages-on-freebsd-10-1-with-pkgFreeBSD's binary package manager, **pkg**, can be used to easily manage the installation of pre-compiled applications, the FreeBSD equivalent Debian and RPM packages. In this tutorial, we will show you how to manage packages on FreeBSD 10.1. This includes installing and deleting packages, among other related tasks. - How To Install and Manage Ports on FreeBSD 10.1
https://www.digitalocean.com/community/tutorials/how-to-install-and-manage-ports-on-freebsd-10-1FreeBSD is a powerful operating system capable functioning in a variety of roles. Part of what makes FreeBSD an ideal choice in many scenarios is its flexibility. A large contribution to this reputation comes from FreeBSD's supported method for installing software from...
- A Comparative Introduction to FreeBSD for Linux Users
Nogle af mine erfaringer indtil videre:
- Ligesom at der er nogle ting der virker på en anderledes måde i Linux distroer i forhold til Windows, så er der også nogle ting der virker anderledes i FreeBSD i forhold til Linux distroer - dog er FreeBSD og Linux tættere på hinanden da de er POSIX kompatible.
- Pakkeprogrammet pkg virker ret meget som apt-get (skønt )
- Der er adgang til binære pakker, og pakker fra Ports, som er kildekode pakker. De binære pakker laves ud fra kildekode pakker - ligesom deb pakker også gør det for Debian, og Ubuntu.
- pkg finder pakke-afhængigheder rekursivt, nøjagtig lige som apt-get gør det.
- Både FreeBSD, Debian, og Ubuntu har et basis system, hvor på man installere mere oven på.
- FreeBSD har omkring en 25.000 til 26.000 pakker, og Debian/Ubuntu har omkring de 36.000 til 37.000 pakker sidst jeg kiggede.
Spændende med de ligheder og forskelle der er.
/Lars