Good afternoon all,
I currently run an Ubuntu server hosted on a Linode. The server was set up several years ago to host a few non-vital websites and facilitate some server-side programming experimentation. Since it was setup, I’ve spent less time experimenting with server-side programming, the websites are still there, and it now runs a Minecraft world.
Linode has recently migrated from using Xen to KVM, and lists the possibility of using their services to run a number of operating systems other than Linux based ones.
With some fairly non-vital services, I’m wondering whether FreeBSD may perform similarly/better than Ubuntu. Apache looks after the almost zero traffic websites nicely, Minecraft can be a bit finicky but isn’t all that bust these days. Ubuntu is performing well enough, but I’m itching to get away from Linux in the wake of systemd and it’s generally unUNIXyness.
A summary of the servers “hardware”:
CPU: Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz (3 cores)
RAM: 3GB
HDD: 72G total, 65G allocated across seven filesystems:
More extensive details here
Currently I used ext3/4 for 'stable' filesystems (i.e. those which are unlikely to grow beyond initial setup), and btrfs for 'variable' filesystems.
My background was initially as a Solaris 10 admin, but I stopped working in IT for five or so years and lost a lot of knowledge. I now work as a RHEL admin. I use a Mac at home.
Two things worry me about making a switch:
1) My distant knowledge of Solaris is patchy, and FreeBSD isn’t Solaris and is even less Linux. I.e. I’d have to do some “admin” learning to be happy with everyday administration.
2) With the little amount of RAM, I’m guessing I’d be stupid to hope for ZFS goodness, and I’m not aware of the ease of growing/shrinking UFS filesystems.
Any comments, advice, etc. would be greatly appreciated, as would any steps to learning FreeBSD (currently reading “FreeBSD Quickstart Guide for Linux Users”, but think I might like something a little more in-depth).
I currently run an Ubuntu server hosted on a Linode. The server was set up several years ago to host a few non-vital websites and facilitate some server-side programming experimentation. Since it was setup, I’ve spent less time experimenting with server-side programming, the websites are still there, and it now runs a Minecraft world.
Linode has recently migrated from using Xen to KVM, and lists the possibility of using their services to run a number of operating systems other than Linux based ones.
With some fairly non-vital services, I’m wondering whether FreeBSD may perform similarly/better than Ubuntu. Apache looks after the almost zero traffic websites nicely, Minecraft can be a bit finicky but isn’t all that bust these days. Ubuntu is performing well enough, but I’m itching to get away from Linux in the wake of systemd and it’s generally unUNIXyness.
A summary of the servers “hardware”:
CPU: Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz (3 cores)
RAM: 3GB
HDD: 72G total, 65G allocated across seven filesystems:
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/sda 9.8G 252M 9.5G 3% /
/dev/sdb 880M 165M 705M 19% /home
/dev/sdc 6.8G 5.5G 1.3G 82% /opt
/dev/sdd 20G 9.6G 8.8G 52% /backup
/dev/sde 20G 11G 8.1G 58% /srv/web
/dev/sdf 2.0G 991M 925M 52% /var
/dev/sdg 2.9G 1.8G 1.2G 61% /usr
Currently I used ext3/4 for 'stable' filesystems (i.e. those which are unlikely to grow beyond initial setup), and btrfs for 'variable' filesystems.
My background was initially as a Solaris 10 admin, but I stopped working in IT for five or so years and lost a lot of knowledge. I now work as a RHEL admin. I use a Mac at home.
Two things worry me about making a switch:
1) My distant knowledge of Solaris is patchy, and FreeBSD isn’t Solaris and is even less Linux. I.e. I’d have to do some “admin” learning to be happy with everyday administration.
2) With the little amount of RAM, I’m guessing I’d be stupid to hope for ZFS goodness, and I’m not aware of the ease of growing/shrinking UFS filesystems.
Any comments, advice, etc. would be greatly appreciated, as would any steps to learning FreeBSD (currently reading “FreeBSD Quickstart Guide for Linux Users”, but think I might like something a little more in-depth).