The builtin ftp daemon in FreeBSD is able to lock users in secured directories by using chroot and is really simple to setup. There is a standardgroup called ftp with the groupid 14. Let’s make another group called ftpchroot as well. pw groupadd ftpchroot -g 15 Then create a filearea where the user should be … Read More →
Installing FreeBSD 9.1 using root on ZFS and GPT disks
This is partly based on the excellent guide at http://daemon-notes.com/articles/system/install-zfs/begin. Boot with FreeBSD 9.1 installer and select Live CD when the installer starts. Identify the disks you want to install to. SATA disks are named /dev/adaX and USB pendrives and SCSI drives are named /dev/daX. dmesg|egrep (ada|da) Of which output could look like this: da0 … Read More →
Diskless /var
On root filesystems that’s served from flash memory it may be advisable to keep off heavy writes from them. By putting /var on a ramdrive you can greatly increase the expected lifetime of an ssd or a usb memorystick. Initial steps A snapshot of /var needs to be created. On true diskless systems FreeBSD ramdrive … Read More →
Setting up a PXE bootserver
Notes on installing a PXE bootserver that boots diskless terminalservers by use of nfsroot. Three machines have been set up for this: Name IP bootserver 192.168.65.1 ts1 192.168.65.11 ts2 192.168.65.12 bootserver A typical install of FreeBSD have been used. Only including base, generic kernel and lib32. After it’s installed, freebsd-update have been applied to fetch … Read More →
Fix activation loop in WinXP
Windows XP sometimes get stuck in a neverending loop where it thinks it needs to be activated, yet it already is activated which makes it impossible to reactivate. In order to fix this the following can be done. Boot in safe mode by pressing F8 on startup and open a command prompt and type the … Read More →
Recent Comments