-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLearningReference
More file actions
106 lines (74 loc) · 4.57 KB
/
Copy pathLearningReference
File metadata and controls
106 lines (74 loc) · 4.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
http://wiki.flav.com/wiki/Open_vSwitch_Tutorial
https://www.youtube.com/watch?v=rYW7kQRyUvA
http://www.innervoice.in/blogs/2012/08/16/understanding-virtual-networks-the-basics/
http://www.innervoice.in/blogs/2013/12/02/linux-bridge-virtual-networking/
http://www.innervoice.in/blogs/2013/12/08/tap-interfaces-linux-bridge/
http://www.innervoice.in/blogs/2013/07/07/fundamental-networking-concepts/
http://www.innervoice.in/blogs/2014/03/10/kvm-and-qemu/
http://www.innervoice.in/blogs/2014/12/17/linux-network-namespace-wilt/
http://www.innervoice.in/blogs/2015/01/26/using-mac-table-linux-bridge-wilt/
http://www.innervoice.in/blogs/2014/04/07/openstack-networking/
http://www.innervoice.in/blogs/2013/12/02/linux-bridge-virtual-networking/
http://www.innervoice.in/blogs/2013/12/08/tap-interfaces-linux-bridge/
https://media.readthedocs.org/pdf/openvswitch/stable/openvswitch.pdf
https://www.thegeekstuff.com/2017/06/brctl-bridge/
https://www.quora.com/What-is-the-major-difference-between-OVS-and-linux-bridge
1. Introduction to Cloud Computing for Newbies
https://ilearnstack.com/2013/05/20/introduction-to-cloud-computing-for-newbies/
2. Cloud vocab
https://ilearnstack.com/2013/06/29/cruising-the-cloud-ecosystem-as-newbie-and-avoid-getting-hit-by-lightening/
3. Introduction to Openstack
https://ilearnstack.com/2013/04/23/introduction-to-openstack-2/
https://ilearnstack.com/2013/04/26/setting-up-a-single-node-openstack-environment/
4. Networking in OpenStack : Panoramic view
https://docs.openstack.org/devstack/latest/guides/single-vm.html
https://keithtenzer.com/2015/01/26/openstack-multiple-node-configurations/
http://blog.flux7.com/blogs/openstack/tutorial-how-to-install-multi-nodes-in-openstack
https://people.debian.org/~madkiss/OpenStack_Packet_Flows.pdf
https://ilearnstack.com/2013/10/07/networking-in-openstack-panoramic-view/
https://ilearnstack.com/2014/06/21/gre-tunnels-in-openstack-neutron/
https://docs.openstack.org/nova/pike/admin/networking-nova.html
https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/9/html/networking_guide/
https://docs.openstack.org/mitaka/networking-guide/config-ml2.html
https://docs.openstack.org/neutron/pike/admin/
5. Debug Openstack code Local / Remote with Eclipse and PyDev Plug-In
https://ilearnstack.com/2013/05/30/debug-openstack-code-local-remote-with-eclipse-and-pydev-plug-in/
6. Messaging in Openstack using RabbitMQ
https://ilearnstack.com/2013/04/16/introduction-to-amqp-messaging-with-rabbitmq/
https://ilearnstack.com/2013/04/24/rabbitmq-getting-started/
https://ilearnstack.com/2013/04/24/messaging-in-openstack-using-rabbitmq/
7. Rest
https://ilearnstack.com/2013/04/24/understanding-rest-basics/
https://ilearnstack.com/2013/04/25/understanding-rest-implementation/
8. create volume data/code flow
https://ilearnstack.com/2013/07/16/openstack-cinder-create-volume-datacode-flow/
9. Request Flow for Provisioning Instance in Openstack
https://prosuncsedu.wordpress.com/2014/01/07/vm-creation-process-in-openstack-nova/
https://ilearnstack.com/2013/04/26/request-flow-for-provisioning-instance-in-openstack/
10. Unit-testing
https://ilearnstack.com/2013/05/02/unit-testing/
11. Tempest: An OpenStack Integration test suite
https://ilearnstack.com/2013/06/02/tempest-an-openstack-integration-test-suite/
Linux
======
1. Setting Up Networking in Ubuntu server using Command Line Interface.
https://ilearnstack.com/2013/06/16/setting-up-networking-in-ubuntu-server-using-command-line-interface/
2. Directory Structure in Linux (Specifically:Ubuntu)
https://ilearnstack.com/2013/06/16/directory-structure-in-linux-specificallyubuntu/
3. File Permissions in Linux
https://ilearnstack.com/2013/06/16/file-permissions-in-linux/
4. what-is-sudo
https://ilearnstack.com/2013/06/16/what-is-sudo/
5. bootup-process-in-ubuntu
https://ilearnstack.com/2013/06/16/bootup-process-in-ubuntu/
6. GIT
https://ilearnstack.com/2013/04/16/git-quick-start/
https://ilearnstack.com/2013/04/16/source-code-management-git-basic-concepts/
7. Statistics
https://www.tutorialspoint.com/statistics/adjusted_r_squared.htm
8. Introduction to data analysis on europena city
https://rrighart.github.io/City/
9. Application of machine-learning-models-as-apis-using-flask
https://www.analyticsvidhya.com/blog/2017/09/machine-learning-models-as-apis-using-flask/
10. Recommender Engine in Python
https://www.analyticsvidhya.com/blog/2016/06/quick-guide-build-recommendation-engine-python/