[CentralOH] 2015-10-16 道場 Scribbles 落書/惡文?: panera wifi; nested virt; yocto; seq & tr; Google Identity Kit; PostGIS GeoDjango

jep200404 at columbus.rr.com jep200404 at columbus.rr.com
Sat Oct 17 04:06:18 CEST 2015


todo
    bring old laptop

    bring TWC password

    try:
        ping 8.8.8.8
            blocked
        ping google.com
            blocked
        Wifi client to client traffic is blocked
        apt-get update

wp:Yocto Project

Nested virtualization
    C6: not
    https://wiki.centos.org/HowTos/NestedVirt

        In some situations you would like to test or prove a
        Virtualization set-up before rolling it out on bare
        metal. In these cases the ideal scenario would be to set
        up your Hypervisor hosts as Virtual Machines and then run
        Virtual Machines on them. This scenario where you run
        VM's inside a VM is called nested virtualization. 

        Nested virtualization is a feature that can be enabled
        using a kernel parameter. Unfortunately, the current
        CentOS kernel does not support this parameter.

    C7: maybe
        http://www.server-world.info/en/note?os=CentOS_7&p=kvm&f=7

Protection, Privacy and Playoffs
http://www.linuxjournal.com/content/protection-privacy-and-playoffs

# seq and tr:
for i in `seq 60`; do
    echo $i
    n=`seq $i | tr -d -c '\n' | tr '\n' 1`
    date;time factor "$n";date
done

A tool for tracking non-code GitHub contributions
http://opensource.com/life/15/10/octohat-github-non-code-contribution-tracker

    Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
    https://en.wikipedia.org/wiki/List_of_Intel_Core_i5_microprocessors#Ivy_Bridge_microarchitecture_.283rd_generation.29_2
    http://ark.intel.com/products/65708
    HP Pavillion m6 Notebook PC
    B5S08UAIIABA
    8GB
    <F2> to get to test
    <F8> for advanced boot options
    <F9> boot manager
    <F10> to get to BIOS
    <F11> system recovery (Windows!)
    Has hardware support for virtualization. Good!
    Has 8GB of RAM, that's decent.

    Can boot USB flash drive only with floppy image. <ugh!>

Google Identity (tool?)Kit

PostGIS is a slamdunk for GeoDjango
https://docs.djangoproject.com/en/1.8/ref/contrib/gis/db-api/#compatibility-tables


More information about the CentralOH mailing list