Algemeen MySQL Cluster is a technology that enables clustering of in-memory databases in a shared-nothing system. The shared-nothing architecture allows the system to work with very inexpensive hardware, and with…
Maand: juni 2008
Cvsup
Let op Cvsup is per 28 februari 2013 uitgefaseerd! Installeren pkg_add -r cvsup-without-gui Configureren /etc/stable-supfile default host=cvsup.nl.FreeBSD.org default base=/var/db default prefix=/usr default release=cvs tag=RELENG_6_1 default delete use-rel-suffix default compress src-all…
Plesk installatie
Downloaden van bestanden cd /root fetch ftp://freebsd.proserve.nl/pub/plesk/Plesk/Plesk8.2/FreeBSD6.1/psa_installer_v3.2.1_build070914.16_os_FreeBSD_6.1_i386 chmod +x psa_installer_v3.1.2_build070426.11_os_FreeBSD_6.1_i386 Java cd /usr/ports/distfiles fetch http://ns2../tmp/diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2 fetch http://ns2../tmp/tzupdater-1.1.0-2007c.zip Portupgrade installeren cd /usr/ports/ports-mgmt/portupgrade make install clean Starten van Installatie cd /root ./psa_installer…. Links Zie ook Plesk…
PF Firewall
Configureren Commando om de firewall (PF) aan te zetten: # kldload pf Firewall automatisch bij het opstarten aanzetten: # ee /etc/rc.conf # Enable PF (load module if required) pf_enable=”YES” #…
Dump en Restore
Inleiding The traditional UNIX® backup programs are dump and restore. They operate on the drive as a collection of disk blocks, below the abstractions of files, links and directories that…
Common Address Redundancy Protocol
The Common Address Redundancy Protocol or CARP is a protocol which allows multiple hosts on the same local network to share a set of IP addresses. Its primary purpose is…