Thursday, July 20, 2017

R Summary


  1. Eliminating Null from R Dataframe
    df <- df[is.null(df),]  << NO
    df <- df[which(is.null(df)),]  << YES

Tuesday, July 30, 2013

Random Linux Networking commands

See Bridges

brctl show

Deleting a bridge interface

ip link set br0 down
brctl delbr br0


Common networking configurations used by libvirt based applications
http://wiki.libvirt.org/page/Networking#Host_configuration