1. Jails on FreeBSD 9.2 without Warden :)

    I've been wanting to get a little deeper with Jails so I can learn the Jails system better - nothing wrong with Warden, but to learn more I need to "bypass the GUI". I went ahead and installed vanilla FreeBSD 9.2 and this is what it took to get the …


  2. VNC in PCBSD 10 (Joule) Jails (also intro to Warden)

    Hi all,

    Today I'm moving things forward a bit.

    I love VirtualBox and as it's evident by my old posts I've been using it almost exclusively for all testing, but I got tired of the slow performance of guests.

    I tried firing up the VT extensions but I realized my …


  3. Simple NFS

    Hi all,

    So those are my quick notes on setting up NFS on FreeBSD 9.1.

    This is based on the handbook and partly on the FreeBSD Diary.

    Server Side

    On the server side, add the following inside /etc/rc.conf:

    rpcbind_enable="YES"
    nfs_server_enable="YES"
    mountd_enable="YES"
    mountd_flags="-r"
    

    Now …




  4. Basic WordPress setup on FreeBSD 9.1

    WordPress needs no introduction.

    It's simply the most popular blogging software at the moment.

    Here's how I got it installed on FreeBSD 9.1

    Requirements:

    • FreeBSD ports
    • Some understanding of MySQL (create a database and a user, although it's also outlined here)

    Brief outline of the procedure: 1. Install packages …


  5. Cassandra installation 1.2.4 on FreeBSD 9.1

    I've been wanting to try out Cassandra for a while now, ever since I heard how easy replication is. Let's start with the basics:

    • Cassandra is a part of Apache Hadoop

    • Cassandra is a NoSQL database

    • Cassandra needs Java

    • Cassandra has two ways to manipulate data - The thrift language and …


  6. Jruby 1.7.3 on FreeBSD 9.1

    Hi all,

    Kinda torn between Jruby and Groovy, so I figured I'll write down the steps I took to get Jruby working on FreeBSD 9.1.

    Prerequisites:

    1. Make sure bash is installed - it looks like Jruby needs it even if you don't actually …


  7. Java (OpenJDK 7) on FreeBSD 9.1 and Groovy 2.1

    Just decided I wanted to get into programming with Groovy again so I took a look to find out how hard would it be to install this on FreeBSD 9.1. Did a little research online and as it turns out, not too hard :)

    First you'll need Java installed - there …


  8. Password less SSH (key-based authentication) with Cygwin to a FreeBSD 9.1 server

    Hi all,

    Following my 2 last posts on SSH and using Cygwin with Console2 for a much superior terminal experience the next logical step is key-based authentication.

    There are 2 ways to authenticate over SSH - passwords (that you type) and key-based authentication. For the second method to work you generate …


Page 9 / 13