Showing posts with label free. Show all posts
Showing posts with label free. Show all posts

Saturday, October 1, 2016

Mirantis Fuel - deploy OpenStack

Using Mirantis 7.0 from https://www.mirantis.com/software/mirantis-openstack/releases/   - use the iso image to boot a virtual server under VirtualBox.

Mirantis can then deploy OpenStack to two other virtual servers.  Once the 2 "slave" servers are deployed, you can log on to the OpenStack console (Horizon) and create virtual servers, virtual networks (switches), virtual routers, import images of other cloud servers; for example from http://cloud-images.ubuntu.com/.

After deploying, I ran 'ifconfig -a' on all three systems, and grouped where the IP addresses appeared to be on the same subnet.  Note Horizon 172.16.0.3 is not a physical interface, it's a virtual IP on the compute node (slave1).















After deploying some instances of virtual networks and servers, here is how the virtual parts align with the physical parts:






































Observe that the 172.160.0.x address that is the "associated IP" for the internal virtual server (associated / mapped to the virtual server in 192.168.111.x), is in the same routing domain and IP address subnet as they physical 172.16.0.1 address of the Fuel server, the application virtual IP accessing Horizon at 172.16.0.3, and now the IP you will use to access the virtual server created by OpenStack.

Thursday, March 24, 2016

free eBook on Hadoop with Python

not sure how long this offer is available, but for now
http://www.oreilly.com/programming/free/hadoop-with-python.csp

hadoop is a distributed file system often used for Big Data (go ahead, google it) and this is the free ebook that introduces you to how python can interface with hadoop.

get it now, keep it in your digital library, refer to it when you start playing with big data

Saturday, February 27, 2016

a long list

https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md

a very long list of resources, not all of them entirely without cost /fees -- when you have a moment browse through the list and you might be surprised what you find...

Thursday, February 25, 2016

free code resources

There are many online resources to learn coding on the internet - many are free.
This also means if you look around you will find one that suits your learning style.
Here, google is your friend.

A preliminary list:

Girls Who Code:
http://girlswhocode.com/  and their fb page https://www.facebook.com/GirlsWhoCode/?fref=ts

Coursera: Python for Everybody
https://www.coursera.org/learn/python is taught by Charles Severance, who also makes most of the courses in the series available at http://pythonlearn.com/  - code samples, and course materials are availabe in many formats:   For example:
Take The CourseChapter 1: Why program?Watch the video on YouTube,
Listen or download the Audio,
Watch or download the Video
You don't even have to have a computer to run python programs and access to a command shell, at PythonAnywhere:
https://www.pythonanywhere.com/
Click on the Help link and get some guidance in simple programming through creating a web application!

Even if you don't have a lot of time, you can code a little bit at a time with
CodeCademy
https://www.codecademy.com/  -- this site is great at providing hints and help every step of the way.