
slides.osuosl.org
Index of /No description found
http://slides.osuosl.org/
No description found
http://slides.osuosl.org/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.1 seconds
PAGES IN
THIS WEBSITE
4
SSL
EXTERNAL LINKS
24
SITE IP
140.211.15.183
LOAD TIME
0.094 sec
SCORE
6.2
Index of / | slides.osuosl.org Reviews
https://slides.osuosl.org
<i>No description found</i>
DevOps BootCamp — OSU DevOps BootCamp 0.0.1 documentation
http://slides.osuosl.org/devopsbootcamp
DevOps BootCamp (DOBC) is a free course hosted by the OSU Open Source Lab. The course is dedicated to teaching core software development and systems operation skills to passionate OSU students and community members. DOBC is always 100% free for in-person. Ready to Learn DevOps? Lesson 0: Start Here. DevOps Bootcamp's curriculum is available for you to learn at your own pace. Get started now! If you are working ahead be aware that the schedule and slides may be subject to change. Check back regularly.
Index of /chef
http://slides.osuosl.org/chef
01 chef basics.html. 02 chef tk workshop.html.
FOSS Hosting at the OSU Open Source Lab — FOSS Hosting at the OSU Open Source Lab 2015.02.05 documentation
http://slides.osuosl.org/osuosl
FOSS Hosting at the OSU Open Source Lab. Director OSU Open Source Lab. Virtualization: Ganeti, Openstack. Configuration Management: CFengine, Puppet, Chef. Gentoo Developer (since 2003 but not as active these days). Overview of the lab. Major services we provide. What's next for us. Maintain - DNS/DHCP management. Seed money from OSU Network Services. First clients are some of the most well known Open Source projects. Why do hosting at OSU? OSU president, Ed Ray. Post dot-com bust = lots of dark fiber.
DevOps for University Students — DevOps for University Students 2014.02.19 documentation
http://slides.osuosl.org/devopsbootcamp-presentation
DevOps for University Students. OSU Open Source Lab. Attribution-ShareAlike CC BY-SA 2014-2015. OSU Open Source Lab Director. Been at OSL since 2007. Chef, CFengine, Puppet. Open source project hosting. Theory vs. Applied. More focus on theory than applied. Classwork rarely mimics real-world. Difficult to apply theory. Finding experience on campus. Limited roles and access. LUG's help, but not the solution. Need a place for advanced students to excel more. Also need an environment for. Weekly/Bi-Weekly m...
TOTAL PAGES IN THIS WEBSITE
4
Mozilla Tunisia Presentation
Débuts de Firefox OS au Mobile World Congress! Annuaire des sites web. Our dedication to driving the Web forward and keeping it open to everyone extends through everything we do. Cette présentation parle du projet de mozilla et la construction de la communauté tunisienne avec le sucée qu'on a eu en 2012. Webmaker: Définie le projet de mozilla Webmaker en expliquant chaque outils et son utilité. Reserved for future presentation. Reserved for future presentation. Reserved for future presentation. Signaler ...
Aqua Action Slides - Australia’s leading retailer of quality residential swimming pool slides
Live chat support software. Transform Your Pool Into a Personal Water Park - Right in Your Own Backyard! Our range of slides fit almost any pool. Build Your Own Slide. Don’t Take Our Word For It Here’s What Our Customers Are Saying. International Cricketer, Michael Bevan says:. It has added another dimension to our outdoor activity during the summer months I can’t recommend it more highly.". Rugby League Legend, Mark Geyer says:. Sydney Radio Host, Brendan Jones says:. Call Us: 1800 SLIDES (1800 754 337).
Omega Presentations
Optonotes Slides
Slides from the Desk of Ehaab Zubi, OD. An optometry blog, with opinions, articles, and resources for doctors and students of the field. Ehaab Zubi, OD. Posted by Ehaab Zubi, OD. On July 27, 2009. Like some of the slides, they will also be password protected in case there is inaccurate information in order to prevent them from being disseminated to the general public. If you are a student or doctor and would like access to the slides and notes, please email me at ehaab.zubi.od@drzubi.com. On April 7, 2008.
slides.org
Index of /
Git with Git Flow
Oscar Vítores { @oxkhar. A successful Git branching model. U Can't Touch This. One moment, please. Let's talk about merges. Always merge with "- no-ff" option. New repo git init # Clone repo git clone git@server.name:repo.git. Start develop branch git checkout -b develop master. Initialize flow git flow init. Start develop branch git checkout -b develop master. Initialize flow git flow init. Creación git flow feature start lorem-ipsum # Finalización git flow feature finish lorem-ipsum. Release Management...
Pablo and the art of SVG
Pablo is a small, open-source JavaScript library for SVG, the web standard for vector graphics. Pablo is used for vector-based art, games, visualisations, responsive graphics and interfaces. A line, in SVG. Line x1="5" y1="195" x2="295" y2="5" stroke="green" stroke-width="10"/. A line, in Pablo. Pabloline({ x1: 5, y1: 195, x2: 295, y2: 5, stroke: 'green', 'stroke-width': 10 });. IE9 , Chrome, Firefox, Safari, Opera, mobile browsers. If (Pablo.isSupported){ /* Pablo code here */ alert('Yes! Pablopolyline(...