1. Building a package from a port

    These instructions have been tested on a 4GB RAM, 2 vCPUs atlantic.net VPS - nope I don't work for them, but I'm quickly becoming a huge fan

    1. Update pkg:

    env ASSUME_ALWAYS_YES=YES pkg upgrade
    

    2. Get the ports tree

    time portsnap fetch extract
    

    Took about 5 minutes:

    110.871 …

  2. Setting up a custom PKG repository

    In my previous post I demonstrated how to compile Mongo from ports, build a package from the port and then copy that package to another server over SCP to install it.

    That worked great and saved us tons of time but it'd be nicer if instead of doing the SCP …


  3. Quick note on adding SWAP space to FreeBSD 10

    I recently started playing with the cloud services that atlantic.net is providing which include FreeBSD 10.0.

    I'm generally very happy with the service (a review coming at a later time) but one minor issue I had was the lack of swap space.

    I tried following the instructions here …




  4. Change the MAC address of a KVM virt

    Quick notes on changing the MAC address of a virt.

    First check what is the current MAC address of a virt - in this example freebsd is the virt:

    sudo virsh domiflist freebsd
    

    Output:

    Interface  Type       Source     Model       MAC
    -------------------------------------------------------
    vnet0      bridge     bridge0    e1000       52:54:00:da:25:52
    

    A quick …





  5. Installing CentOS 7 on my old Gateway GT5662

    So I was curious to try out CentOS 7 on my old Gateway GT5662 desktop that's lying around gathering dust.

    Some more specs on the Gateway desktop:

    • Chipset: NVIDIA GeForce 6150 SE
    • Processor: AMD Phenom(tm) 9500 Quad-Core Processor
    • Ethernet Controller Realtek
    • RTL8201N 2x 250GB Maxtor 7L250S0 SATA drives

    These …


Page 7 / 13