Category Archives: Answers

Q: How do I encrypt file transfers with dd and netcat?

A: This question came to us in response to the article Backup Files and Partitions with dd and netcat. Encrypting these files transfers is quite simple. As in the previous article, we will setup the server to listen on port … Continue reading

Posted in Answers, DragonFlyBSD, FreeBSD, NetBSD, OpenBSD, Security, System Administration | 1 Comment

Q: How do I add a user to the wheel group in FreeBSD?

A: Beyond simply editting /etc/group with your favorite text editor, adding a user to the wheel group can be achieved in a few different ways. To place a user in the wheel group when her account is first created, you … Continue reading

Posted in Answers, FreeBSD, System Administration | Leave a comment

Q: I tried to compile pkgsrc’s PHP with fastcgi support but it didn’t work, why?

A: First, make sure you are passing the fastcgi option correctly, one way to do this is simply: $ sudo env PKG_OPTIONS.php=fastcgi make install   Once that completes, there are now two php binaries on your system. The cli binary: … Continue reading

Posted in Answers, NetBSD, pkgsrc | Leave a comment