Difference between revisions of "Ops635 reading list"

From CDOT Wiki
Jump to: navigation, search
(Week 6)
Line 41: Line 41:
 
You can google it or try the following web site:
 
You can google it or try the following web site:
 
* [https://www.iplocation.net/ www.iplocation.net]
 
* [https://www.iplocation.net/ www.iplocation.net]
 
= Weekly News =
 
== Week 2 ==
 
* [https://fedoramagazine.org/openssh-vulnerability-expose-private-credentials/ OpenSSH vulnerability]
 
* [http://www.certdepot.net/rhel7-access-virtual-machines-console/ Enable virsh console access to VM ]
 
* [https://docs.fedoraproject.org/en-US/Fedora/18/html/Virtualization_Administration_Guide/index.html Virtualization Admin Guide]
 
 
== Week 3 ==
 
* [https://en.wikipedia.org/wiki/Open_Virtualization_Format Open Virtualization Format]
 
* [http://www.dmtf.org/sites/default/files/standards/documents/DSP0243_2.1.1.pdf OVF Specification version 2.1.1]
 
* [https://fedoramagazine.org/beginners-guide-irc/ Beginner's Guide to IRC]
 
 
 
== Week 4 ==
 
* Wednesday Presentation on GIT : Uzair Shamim
 
** [http://git-scm.com/book/en/v2 Free git book: Pro Git online and in PDF format]
 
* [[GeoIP Package| Install the GeoIP package]] to track Geo location of a given IP.
 
To use GeoIP, try the following command:
 
<pre>
 
[root@identity ~]# geoiplookup 142.204.1.2
 
GeoIP Country Edition: CA, Canada
 
GeoIP City Edition, Rev 1: CA, ON, Ontario, North York, M2M, 43.779701, -79.415604, 0, 0
 
GeoIP ASNum Edition: AS10265 Seneca College of Applied Arts and Technology
 
</pre>
 
* Friday Discussion: Enterprise Monitoring using Nagios
 
** [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/networking/network-monitoring/9780133135695 Nagios: Building Enterprise-Grade Monitoring Infrastructures for Systems and Networks, Second Edition]
 
 
== Week 5 ==
 
* Wednesday Presentation on Puppet: Mohammed Haque
 
* Puppet Books:
 
** [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/operating-systems-and-server-administration/9781784399832 Learning Puppet]
 
** [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/operating-systems-and-server-administration/virtualization/9781782161240 Puppet 3 Beginner's Guide]
 
* [http://docs.puppetlabs.com/puppet/latest/reference/type.html Puppet built-in Resource Type]
 
* [https://blog.openshift.com/monitoring-openshift-cluster-using-cockpit/?utm_source=OpenShift+Online&utm_campaign=94f9095889-blog_email_updates&utm_medium=email&utm_term=0_c528e5e48e-94f9095889-107725973 Monitoring OpenShift Cluster using Cockpit]
 
* [https://blog.openshift.com/announcing-a-new-book-getting-started-with-openshift-a-guide-for-impatient-beginners/ Getting Started with OpenShift: A Guide for Impatient Beginners (Free PDF file)] *NOTE* This book is mainly for developers.
 
* [https://docs.openshift.org/origin-m4/oo_administration_guide.html OpenShift Origin Administration Guide] - This is mainly for System Administrators.
 
 
== Week 6 ==
 
* Wednesday Presentation on Ansible: Samim Baray
 
* Ansible Books:
 
** [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/operating-systems-and-server-administration/linux/9781785282300 Ansible - Configuration Management 2nd Edition]
 
* Ansible playbook for openshift-origin deployment:
 
<pre>
 
[rchan@centos65 ~]$ git clone https://github.com/maxamillion/ansible-openshift_origin.git
 
Initialized empty Git repository in /home/rchan/ansible-openshift_origin/.git/
 
remote: Counting objects: 1412, done.
 
remote: Total 1412 (delta 0), reused 0 (delta 0), pack-reused 1412
 
Receiving objects: 100% (1412/1412), 235.16 KiB, done.
 
Resolving deltas: 100% (572/572), done.
 
</pre>
 
* [https://www.ansible.com/configuration-management Ansible web site]
 
 
== Week 7 ==
 
* Working on Assignment 1 - OpenShift Origin installation and Monitoring. Please login to Blackboard for detail specification for Assignment 1
 
== Study Break ==
 
Please study the following to prepare for the mid-term:
 
* (1) Nagios text book chapter 1 to chapter 4
 
* (2) Implementing OpenShift Text book:
 
** (a) how to setup and manage an OpenShift online account
 
** (b) OpenShift origin installation and operation, major componets
 
*(3) Docker and SELinux
 
 
== Week 8 ==
 
* Online Mid-Term Test on March 9
 
* Assignment 1 Presentation on March 11
 
* [https://medium.com/@ewindisch/on-the-security-of-containers-2c60ffe25a9e#.qy0xe4v68 Baremetal, VMs, and Containers]
 
 
== Week 9 ==
 
* [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/operating-systems-and-server-administration/linux/9781785282393 CentOS 7 Server administration]
 
* [https://stackoverflow.com/research/developer-survey-2016 IT survey 2016 by Stackoverflow]
 
* Cisco Book: [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/?uiCode=seneca&xmlId=9780134141008 CCNA Cloud Fundamentals]
 
* Database administration: [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/databases/mysql/9780470416914/core-mysql-administration/core_mysql_administration Core MySQL Adminition - Part III]
 
 
== Week 10 ==
 
* [https://www.rdoproject.org/install/quickstart/ OpenStack Quickstart Installation using PackStack]
 
* [http://docs.openstack.org/liberty/install-guide-rdo/ OpenStack Liberty Release Installation Guide for RHEL/CentOS 7]
 
* [https://remote-lab.net/rdo-manager-ha-openstack-deployment/ reference]
 
* [http://openstack.prov12n.com/ OpenStack Blog]
 
* [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/operating-systems-and-server-administration/9781785884610 OpenStack Administration with Ansible] - this book solely focus on using the OpenStack APIs and CLIs.
 
 
== Week 11 ==
 
* [http://www.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-28.html Above the Clouds: A Berkeley View of Cloud Computing]
 
* OpenStack All-in-one Installation using PackStack
 
* [http://us3.campaign-archive2.com/?u=979c70339150d05eec1531104&id=f6ee0844c0&e=63f7618079 OpenShift and Google Cloud Platform]
 
== Week 12 ==
 
* [https://www.youtube.com/watch?v=HkBndZOcEA0 Demystifying GlusterFS by Dustin Black - Video]
 
* [https://gluster.readthedocs.org/en/latest/presentations/Gluster_for_Sysadmins_Dustin_Black.pdf Slides for Dustin Black's talk on Gluster for SysAdmins]
 
* [http://www.gluster.org/wp-content/uploads/2012/05/Gluster_File_System-3.3.0-Administration_Guide-en-US.pdf Gluster File System 3.3 Admin Guide]
 

Revision as of 21:36, 9 January 2017

Online Articles

Online Book via Seneca Library

OpenShift WordPress Blogs

DNS mapping as on Jan 20, 2016

blog-ushamim.rhcloud.com is an alias for ex-std-node738.prod.rhcloud.com.
ex-std-node738.prod.rhcloud.com is an alias for ec2-52-5-157-62.compute-1.amazonaws.com.
ec2-52-5-157-62.compute-1.amazonaws.com has address 52.5.157.62

wordpress-ckyip.rhcloud.com is an alias for ex-std-node782.prod.rhcloud.com.
ex-std-node782.prod.rhcloud.com is an alias for ec2-52-71-250-248.compute-1.amazonaws.com.
ec2-52-71-250-248.compute-1.amazonaws.com has address 52.71.250.248

mmhaque4-mohammedblog.rhcloud.com is an alias for ex-std-node772.prod.rhcloud.com.
ex-std-node772.prod.rhcloud.com is an alias for ec2-54-84-110-33.compute-1.amazonaws.com.
ec2-54-84-110-33.compute-1.amazonaws.com has address 54.84.110.33

wordpress-sbaray.rhcloud.com is an alias for ex-std-node689.prod.rhcloud.com.
ex-std-node689.prod.rhcloud.com is an alias for ec2-52-21-29-138.compute-1.amazonaws.com.
ec2-52-21-29-138.compute-1.amazonaws.com has address 52.21.29.138

ops635-senecacollege.rhcloud.com is an alias for ex-std-node594.prod.rhcloud.com.
ex-std-node594.prod.rhcloud.com is an alias for ec2-54-172-196-193.compute-1.amazonaws.com.
ec2-54-172-196-193.compute-1.amazonaws.com has address 54.172.196.193

Find geolocation from a given IP address

You can google it or try the following web site: