Skip to content

Instantly share code, notes, and snippets.

@chrisdel101
Created August 30, 2020 23:09
Show Gist options
  • Save chrisdel101/5dcf698448c09ef7648248497f46d4a5 to your computer and use it in GitHub Desktop.
Save chrisdel101/5dcf698448c09ef7648248497f46d4a5 to your computer and use it in GitHub Desktop.
Last login: Sun Aug 30 12:18:59 on ttys003
➜ 01_09 vagrant ssh
-------------------------------------------------
Demo URL : http://192.168.0.3
-------------------------------------------------
==> vagrant: A new version of Vagrant is available: 2.2.10 (installed version: 2.2.7)!
==> vagrant: To upgrade visit: https://www.vagrantup.com/downloads.html
Welcome to Ubuntu 18.04.4 LTS (GNU/Linux 4.15.0-111-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Sun Aug 30 18:19:29 UTC 2020
System load: 0.0 Processes: 92
Usage of /: 2.6% of 61.80GB Users logged in: 0
Memory usage: 14% IP address for eth0: 10.0.2.15
Swap usage: 0% IP address for eth1: 192.168.0.3
* Are you ready for Kubernetes 1.19? It's nearly here! Try RC3 with
sudo snap install microk8s --channel=1.19/candidate --classic
https://microk8s.io/ has docs and details.
62 packages can be updated.
48 updates are security updates.
This system is built by the Bento project by Chef Software
More information can be found at https://github.com/chef/bento
Last login: Mon Aug 24 03:50:55 2020 from 10.0.2.2
vagrant@vagrant:~$ curl localhost
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Wisdom Pet Medicine</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/prefixfree.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#featured"><h1>Wisdom <span class="subhead">Pet Medicine</span></h1></a>
</div><!-- navbar-header -->
<div class="collapse navbar-collapse" id="collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#featured">Home</a></li>
<li><a href="#mission">Mission</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#staff">Staff</a></li>
<li><a href="#testimonials">Testimonials</a></li>
</ul>
</div><!-- collapse navbar-collapse -->
</div><!-- container -->
</nav>
<div class="carousel fade" data-ride="carousel" id="featured">
<ol class="carousel-indicators">
</ol>
<div class="carousel-inner fullheight">
<div class="item"><img src="images/carousel-lifestyle.jpg" alt="Lifestyle Photo"></div>
<div class="item"><img src="images/carousel-mission.jpg" alt="Mission"></div>
<div class="item"><img src="images/carousel-vaccinations.jpg" alt="Vaccinations"></div>
<div class="item"><img src="images/carousel-fish.jpg" alt="Fish"></div>
<div class="item"><img src="images/carousel-exoticanimals.jpg" alt="Exotic Animals"></div>
</div><!-- carousel-inner -->
<a class="left carousel-control" href="#featured" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#featured" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div><!-- featured carousel -->
</header>
<div class="main">
<div class="page" id="mission">
<div class="content container">
<h2>Our Mission</h2>
<div class="row">
<p class="col-md-5 col-md-offset-1">Wisdom Pet Medicine strives to blend the best in traditional and alternative medicine in the diagnosis and treatment of companion animals including dogs, cats, birds, reptiles, rodents, and fish. We apply the wisdom garnered in the centuries old tradition of veterinary medicine, to find the safest treatments and&nbsp;cures.</p>
<p class="col-md-5">We strive to be your pet's medical experts from youth through the senior years. We build preventative health care plans for each and every one of our patients, based on breed, age, and sex, so that your pet receives the most appropriate care at crucial milestones. We want to give your pet a long and healthy&nbsp;life.</p>
</div><!-- row -->
</div><!-- content container -->
</div><!-- mission page -->
<div class="page" id="services">
<div class="content container">
<h2>Services</h2>
<div class="row">
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-exoticpets.svg" alt="Icon">
<h3>Exotic Pets</h3>
<p>We offer specialized care for reptiles, rodents, birds, and other exotic pets.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-grooming.svg" alt="Icon">
<h3>Grooming</h3>
<p>Our therapeutic grooming treatments help battle fleas, allergic dermatitis, and other challenging skin conditions.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-health.svg" alt="Icon">
<h3>GeneralHealth</h3>
<p>Wellness and senior exams, ultrasound, x-ray, and dental cleanings are just a few of our general health services.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-nutrition.svg" alt="Icon">
<h3>Nutrition</h3>
<p>Let our nutrition experts review your pet's diet and prescribe a custom nutrition plan for optimum health and disease prevention.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-pestcontrol.svg" alt="Icon">
<h3>Pest Control</h3>
<p>We offer the latest advances in safe and effective prevention and treatment of fleas, ticks, worms, heart worm, and other parasites.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-vaccinations.svg" alt="Icon">
<h3>Vaccinations</h3>
<p>Our veterinarians are experienced in modern vaccination protocols that prevent many of the deadliest diseases in pets.</p>
</article>
</div><!-- row -->
</div><!-- content container -->
</div><!-- services page -->
<div class="page" id="staff">
<div class="container-fluid">
<h2 id="ourstaff">Our Staff</h2>
<div class="row">
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-winthrop.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Winthrop</h3>
<p>Dr. Winthrop is the guardian of Missy, a three-year old Llaso mix, who he adopted at the shelter. Dr. Winthrop is passionate about spay and neuter and pet adoption, and works tireless hours outside the clinic, performing free spay and neuter surgeries for the shelter.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-chase.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Chase</h3>
<p>Dr. Chase spends much of her free time helping the local rescue organization find homes for animals, such as Kibbles - a Maine Coon Cat who is part of the large Chase household, including two dogs, three cats, and a turtle.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-sanders.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr Sanders</h3>
<p>Leroy walked into Dr. Sanders front door when he was moving into a new house. After searching for weeks for Leroy's guardians, he decided to make Leroy a part of his pet family, and now has three cats.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
</div><!-- outer row -->
</div><!-- container -->
</div><!-- staff page -->
<div class="page" id="testimonials">
<div class="container-fluid">
<h2>Testimonials</h2>
<div class="row">
<blockquote class="col-md-6 col-lg-3" id="janeh">
<div class="quote">
<span class="intro">During the summer, our rabbit, Tonto, began to have severe redness</span>
<span class="more"> and itching on his belly and feet. Through diagnostic testing, we learned that Tonto is severely allergic to over a dozens kinds of grass pollens. We've now been doing allergy injections for several months, and his itching and redness have nearly gone away. I'm very thankful to the veterinarians and staff at Wisdom for the excellent care Tonto received, and for nipping his allergies in the bud, so to speak.</span>
<span class="customer">Jane H.</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="mcphersons">
<div class="quote">
<span class="intro">When Samantha, our Siamese cat, began sleeping all the time</span>
<span class="more">and urinating excessively, we brought her to see the specialists at Wisdom. After running a blood test, Dr. Winthrop confirmed what we all feared - Samantha was showing signs of diabetes. The doctor put us on a daily routine to provide Samantha insulin injections, and showed us how to administer the shots. We weren't sure we could do it, but the gang at Wisdom was very supportive and encouraging. Now, two years later, Samantha is still free from any complications of diabetes, and her blood sugar regularly tests normal. Thank you, Wisdom Pet Medicine!</span>
<span class="customer">The McPhersons</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="johnb">
<div class="quote">
<span class="intro">The staff at Wisdom worked tirelessly to determine why our three-year old</span>
<span class="more">Golden Retriever, Roxie, started going into sudden kidney failure. They stabilized her and provided fluids until her kidneys were again functioning normally, but it was still a mystery as to what caused her health to decline so quickly. The vet noted our address on Roxie's chart, and asked if we lived on one of the orchards in the vicinity, and if Roxie had a habit of eating grapes off the vine. Our answer was "of course – she's a Retriever." That day we learned just how toxic grapes and raisins are to pets, and Roxie is no longer allowed to roam unattended in the orchard.</span>
<span class="customer">John B</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="lorraines">
<div class="quote">
<span class="intro">Wisdom Pet Medicine is the only clinic around that will even</span>
<span class="more">book pet fish for appointments. When our 13-year old Comet goldfish, McAllister, turned from silvery white to an angry red, we called around, urgently trying to find a veterinarian who could help. Wisdom not only got us in the same day, but also was able to diagnose McAllister as having a severe case of septicemia. In order to kill the harmful bacteria in his blood, we had to use a dog antibiotic in his tank every day for a week, and in the end, McAllister was good as new. I still smile upon remembering Dr. Chase pulling out an old vet school textbook to calculate the correct antibiotic dose for a fish!</span>
<span class="customer">Lorraine S</span>
</div>
</blockquote>
</div>
</div><!-- container -->
</div><!-- testimonials page -->
</div><!-- main -->
<footer>
<div class="content container-fluid">
<div class="row">
<div class="col-sm-6">
<p>Call us toll-free at <span class="phone">888-555-1212</span></p>
<p>All contents &copy; 2014 <a href="http://lynda.com">Lynda.com</a>. All rights reserved.</p>
</div><!-- col-sm-6 -->
<div class="col-sm-6">
<nav class="navbar navbar-default" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Terms of use</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</nav>
</div><!-- col-sm-6 -->
</div><!-- row -->
</div><!-- content container -->
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/myscript.js"></script>
</body>
</html>
vagrant@vagrant:~$ curl localhost
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Wisdom Pet Medicine</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/prefixfree.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#featured"><h1>Wisdom <span class="subhead">Pet Medicine</span></h1></a>
</div><!-- navbar-header -->
<div class="collapse navbar-collapse" id="collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#featured">Home</a></li>
<li><a href="#mission">Mission</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#staff">Staff</a></li>
<li><a href="#testimonials">Testimonials</a></li>
</ul>
</div><!-- collapse navbar-collapse -->
</div><!-- container -->
</nav>
<div class="carousel fade" data-ride="carousel" id="featured">
<ol class="carousel-indicators">
</ol>
<div class="carousel-inner fullheight">
<div class="item"><img src="images/carousel-lifestyle.jpg" alt="Lifestyle Photo"></div>
<div class="item"><img src="images/carousel-mission.jpg" alt="Mission"></div>
<div class="item"><img src="images/carousel-vaccinations.jpg" alt="Vaccinations"></div>
<div class="item"><img src="images/carousel-fish.jpg" alt="Fish"></div>
<div class="item"><img src="images/carousel-exoticanimals.jpg" alt="Exotic Animals"></div>
</div><!-- carousel-inner -->
<a class="left carousel-control" href="#featured" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#featured" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div><!-- featured carousel -->
</header>
<div class="main">
<div class="page" id="mission">
<div class="content container">
<h2>Our Mission</h2>
<div class="row">
<p class="col-md-5 col-md-offset-1">Wisdom Pet Medicine strives to blend the best in traditional and alternative medicine in the diagnosis and treatment of companion animals including dogs, cats, birds, reptiles, rodents, and fish. We apply the wisdom garnered in the centuries old tradition of veterinary medicine, to find the safest treatments and&nbsp;cures.</p>
<p class="col-md-5">We strive to be your pet's medical experts from youth through the senior years. We build preventative health care plans for each and every one of our patients, based on breed, age, and sex, so that your pet receives the most appropriate care at crucial milestones. We want to give your pet a long and healthy&nbsp;life.</p>
</div><!-- row -->
</div><!-- content container -->
</div><!-- mission page -->
<div class="page" id="services">
<div class="content container">
<h2>Services</h2>
<div class="row">
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-exoticpets.svg" alt="Icon">
<h3>Exotic Pets</h3>
<p>We offer specialized care for reptiles, rodents, birds, and other exotic pets.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-grooming.svg" alt="Icon">
<h3>Grooming</h3>
<p>Our therapeutic grooming treatments help battle fleas, allergic dermatitis, and other challenging skin conditions.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-health.svg" alt="Icon">
<h3>GeneralHealth</h3>
<p>Wellness and senior exams, ultrasound, x-ray, and dental cleanings are just a few of our general health services.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-nutrition.svg" alt="Icon">
<h3>Nutrition</h3>
<p>Let our nutrition experts review your pet's diet and prescribe a custom nutrition plan for optimum health and disease prevention.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-pestcontrol.svg" alt="Icon">
<h3>Pest Control</h3>
<p>We offer the latest advances in safe and effective prevention and treatment of fleas, ticks, worms, heart worm, and other parasites.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-vaccinations.svg" alt="Icon">
<h3>Vaccinations</h3>
<p>Our veterinarians are experienced in modern vaccination protocols that prevent many of the deadliest diseases in pets.</p>
</article>
</div><!-- row -->
</div><!-- content container -->
</div><!-- services page -->
<div class="page" id="staff">
<div class="container-fluid">
<h2 id="ourstaff">Our Staff</h2>
<div class="row">
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-winthrop.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Winthrop</h3>
<p>Dr. Winthrop is the guardian of Missy, a three-year old Llaso mix, who he adopted at the shelter. Dr. Winthrop is passionate about spay and neuter and pet adoption, and works tireless hours outside the clinic, performing free spay and neuter surgeries for the shelter.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-chase.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Chase</h3>
<p>Dr. Chase spends much of her free time helping the local rescue organization find homes for animals, such as Kibbles - a Maine Coon Cat who is part of the large Chase household, including two dogs, three cats, and a turtle.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-sanders.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr Sanders</h3>
<p>Leroy walked into Dr. Sanders front door when he was moving into a new house. After searching for weeks for Leroy's guardians, he decided to make Leroy a part of his pet family, and now has three cats.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
</div><!-- outer row -->
</div><!-- container -->
</div><!-- staff page -->
<div class="page" id="testimonials">
<div class="container-fluid">
<h2>Testimonials</h2>
<div class="row">
<blockquote class="col-md-6 col-lg-3" id="janeh">
<div class="quote">
<span class="intro">During the summer, our rabbit, Tonto, began to have severe redness</span>
<span class="more"> and itching on his belly and feet. Through diagnostic testing, we learned that Tonto is severely allergic to over a dozens kinds of grass pollens. We've now been doing allergy injections for several months, and his itching and redness have nearly gone away. I'm very thankful to the veterinarians and staff at Wisdom for the excellent care Tonto received, and for nipping his allergies in the bud, so to speak.</span>
<span class="customer">Jane H.</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="mcphersons">
<div class="quote">
<span class="intro">When Samantha, our Siamese cat, began sleeping all the time</span>
<span class="more">and urinating excessively, we brought her to see the specialists at Wisdom. After running a blood test, Dr. Winthrop confirmed what we all feared - Samantha was showing signs of diabetes. The doctor put us on a daily routine to provide Samantha insulin injections, and showed us how to administer the shots. We weren't sure we could do it, but the gang at Wisdom was very supportive and encouraging. Now, two years later, Samantha is still free from any complications of diabetes, and her blood sugar regularly tests normal. Thank you, Wisdom Pet Medicine!</span>
<span class="customer">The McPhersons</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="johnb">
<div class="quote">
<span class="intro">The staff at Wisdom worked tirelessly to determine why our three-year old</span>
<span class="more">Golden Retriever, Roxie, started going into sudden kidney failure. They stabilized her and provided fluids until her kidneys were again functioning normally, but it was still a mystery as to what caused her health to decline so quickly. The vet noted our address on Roxie's chart, and asked if we lived on one of the orchards in the vicinity, and if Roxie had a habit of eating grapes off the vine. Our answer was "of course – she's a Retriever." That day we learned just how toxic grapes and raisins are to pets, and Roxie is no longer allowed to roam unattended in the orchard.</span>
<span class="customer">John B</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="lorraines">
<div class="quote">
<span class="intro">Wisdom Pet Medicine is the only clinic around that will even</span>
<span class="more">book pet fish for appointments. When our 13-year old Comet goldfish, McAllister, turned from silvery white to an angry red, we called around, urgently trying to find a veterinarian who could help. Wisdom not only got us in the same day, but also was able to diagnose McAllister as having a severe case of septicemia. In order to kill the harmful bacteria in his blood, we had to use a dog antibiotic in his tank every day for a week, and in the end, McAllister was good as new. I still smile upon remembering Dr. Chase pulling out an old vet school textbook to calculate the correct antibiotic dose for a fish!</span>
<span class="customer">Lorraine S</span>
</div>
</blockquote>
</div>
</div><!-- container -->
</div><!-- testimonials page -->
</div><!-- main -->
<footer>
<div class="content container-fluid">
<div class="row">
<div class="col-sm-6">
<p>Call us toll-free at <span class="phone">888-555-1212</span></p>
<p>All contents &copy; 2014 <a href="http://lynda.com">Lynda.com</a>. All rights reserved.</p>
</div><!-- col-sm-6 -->
<div class="col-sm-6">
<nav class="navbar navbar-default" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Terms of use</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</nav>
</div><!-- col-sm-6 -->
</div><!-- row -->
</div><!-- content container -->
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/myscript.js"></script>
</body>
</html>
vagrant@vagrant:~$ curl localhost
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Wisdom Pet Medicine</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/prefixfree.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#featured"><h1>Wisdom <span class="subhead">Pet Medicine</span></h1></a>
</div><!-- navbar-header -->
<div class="collapse navbar-collapse" id="collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#featured">Home</a></li>
<li><a href="#mission">Mission</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#staff">Staff</a></li>
<li><a href="#testimonials">Testimonials</a></li>
</ul>
</div><!-- collapse navbar-collapse -->
</div><!-- container -->
</nav>
<div class="carousel fade" data-ride="carousel" id="featured">
<ol class="carousel-indicators">
</ol>
<div class="carousel-inner fullheight">
<div class="item"><img src="images/carousel-lifestyle.jpg" alt="Lifestyle Photo"></div>
<div class="item"><img src="images/carousel-mission.jpg" alt="Mission"></div>
<div class="item"><img src="images/carousel-vaccinations.jpg" alt="Vaccinations"></div>
<div class="item"><img src="images/carousel-fish.jpg" alt="Fish"></div>
<div class="item"><img src="images/carousel-exoticanimals.jpg" alt="Exotic Animals"></div>
</div><!-- carousel-inner -->
<a class="left carousel-control" href="#featured" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#featured" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div><!-- featured carousel -->
</header>
<div class="main">
<div class="page" id="mission">
<div class="content container">
<h2>Our Mission</h2>
<div class="row">
<p class="col-md-5 col-md-offset-1">Wisdom Pet Medicine strives to blend the best in traditional and alternative medicine in the diagnosis and treatment of companion animals including dogs, cats, birds, reptiles, rodents, and fish. We apply the wisdom garnered in the centuries old tradition of veterinary medicine, to find the safest treatments and&nbsp;cures.</p>
<p class="col-md-5">We strive to be your pet's medical experts from youth through the senior years. We build preventative health care plans for each and every one of our patients, based on breed, age, and sex, so that your pet receives the most appropriate care at crucial milestones. We want to give your pet a long and healthy&nbsp;life.</p>
</div><!-- row -->
</div><!-- content container -->
</div><!-- mission page -->
<div class="page" id="services">
<div class="content container">
<h2>Services</h2>
<div class="row">
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-exoticpets.svg" alt="Icon">
<h3>Exotic Pets</h3>
<p>We offer specialized care for reptiles, rodents, birds, and other exotic pets.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-grooming.svg" alt="Icon">
<h3>Grooming</h3>
<p>Our therapeutic grooming treatments help battle fleas, allergic dermatitis, and other challenging skin conditions.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-health.svg" alt="Icon">
<h3>GeneralHealth</h3>
<p>Wellness and senior exams, ultrasound, x-ray, and dental cleanings are just a few of our general health services.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-nutrition.svg" alt="Icon">
<h3>Nutrition</h3>
<p>Let our nutrition experts review your pet's diet and prescribe a custom nutrition plan for optimum health and disease prevention.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-pestcontrol.svg" alt="Icon">
<h3>Pest Control</h3>
<p>We offer the latest advances in safe and effective prevention and treatment of fleas, ticks, worms, heart worm, and other parasites.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-vaccinations.svg" alt="Icon">
<h3>Vaccinations</h3>
<p>Our veterinarians are experienced in modern vaccination protocols that prevent many of the deadliest diseases in pets.</p>
</article>
</div><!-- row -->
</div><!-- content container -->
</div><!-- services page -->
<div class="page" id="staff">
<div class="container-fluid">
<h2 id="ourstaff">Our Staff</h2>
<div class="row">
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-winthrop.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Winthrop</h3>
<p>Dr. Winthrop is the guardian of Missy, a three-year old Llaso mix, who he adopted at the shelter. Dr. Winthrop is passionate about spay and neuter and pet adoption, and works tireless hours outside the clinic, performing free spay and neuter surgeries for the shelter.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-chase.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Chase</h3>
<p>Dr. Chase spends much of her free time helping the local rescue organization find homes for animals, such as Kibbles - a Maine Coon Cat who is part of the large Chase household, including two dogs, three cats, and a turtle.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-sanders.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr Sanders</h3>
<p>Leroy walked into Dr. Sanders front door when he was moving into a new house. After searching for weeks for Leroy's guardians, he decided to make Leroy a part of his pet family, and now has three cats.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
</div><!-- outer row -->
</div><!-- container -->
</div><!-- staff page -->
<div class="page" id="testimonials">
<div class="container-fluid">
<h2>Testimonials</h2>
<div class="row">
<blockquote class="col-md-6 col-lg-3" id="janeh">
<div class="quote">
<span class="intro">During the summer, our rabbit, Tonto, began to have severe redness</span>
<span class="more"> and itching on his belly and feet. Through diagnostic testing, we learned that Tonto is severely allergic to over a dozens kinds of grass pollens. We've now been doing allergy injections for several months, and his itching and redness have nearly gone away. I'm very thankful to the veterinarians and staff at Wisdom for the excellent care Tonto received, and for nipping his allergies in the bud, so to speak.</span>
<span class="customer">Jane H.</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="mcphersons">
<div class="quote">
<span class="intro">When Samantha, our Siamese cat, began sleeping all the time</span>
<span class="more">and urinating excessively, we brought her to see the specialists at Wisdom. After running a blood test, Dr. Winthrop confirmed what we all feared - Samantha was showing signs of diabetes. The doctor put us on a daily routine to provide Samantha insulin injections, and showed us how to administer the shots. We weren't sure we could do it, but the gang at Wisdom was very supportive and encouraging. Now, two years later, Samantha is still free from any complications of diabetes, and her blood sugar regularly tests normal. Thank you, Wisdom Pet Medicine!</span>
<span class="customer">The McPhersons</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="johnb">
<div class="quote">
<span class="intro">The staff at Wisdom worked tirelessly to determine why our three-year old</span>
<span class="more">Golden Retriever, Roxie, started going into sudden kidney failure. They stabilized her and provided fluids until her kidneys were again functioning normally, but it was still a mystery as to what caused her health to decline so quickly. The vet noted our address on Roxie's chart, and asked if we lived on one of the orchards in the vicinity, and if Roxie had a habit of eating grapes off the vine. Our answer was "of course – she's a Retriever." That day we learned just how toxic grapes and raisins are to pets, and Roxie is no longer allowed to roam unattended in the orchard.</span>
<span class="customer">John B</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="lorraines">
<div class="quote">
<span class="intro">Wisdom Pet Medicine is the only clinic around that will even</span>
<span class="more">book pet fish for appointments. When our 13-year old Comet goldfish, McAllister, turned from silvery white to an angry red, we called around, urgently trying to find a veterinarian who could help. Wisdom not only got us in the same day, but also was able to diagnose McAllister as having a severe case of septicemia. In order to kill the harmful bacteria in his blood, we had to use a dog antibiotic in his tank every day for a week, and in the end, McAllister was good as new. I still smile upon remembering Dr. Chase pulling out an old vet school textbook to calculate the correct antibiotic dose for a fish!</span>
<span class="customer">Lorraine S</span>
</div>
</blockquote>
</div>
</div><!-- container -->
</div><!-- testimonials page -->
</div><!-- main -->
<footer>
<div class="content container-fluid">
<div class="row">
<div class="col-sm-6">
<p>Call us toll-free at <span class="phone">888-555-1212</span></p>
<p>All contents &copy; 2014 <a href="http://lynda.com">Lynda.com</a>. All rights reserved.</p>
</div><!-- col-sm-6 -->
<div class="col-sm-6">
<nav class="navbar navbar-default" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Terms of use</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</nav>
</div><!-- col-sm-6 -->
</div><!-- row -->
</div><!-- content container -->
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/myscript.js"></script>
</body>
</html>
vagrant@vagrant:~$
vagrant@vagrant:~$ sudo su -
root@vagrant:~# history
1 view
2 nano /etc/nginx/nginx.conf
3 nano /etc/nginx/conf.d/wisdompetmed.local.conf
4 nginx -t
5 nano /etc/nginx/conf.d/wisdompetmed.local.conf
6 nginx -t
7 history
8 systemlctl reload nginx
9 systemctl reload nginx
10 cd /var/log/nginx/
11 ls
12 for i in {1..10}; do curl localhost > /dev/null; ;
13 for i in {1..10}; do curl localhost > /dev/null done; ;
14 for i in {1..10}; do curl localhost > /dev/null;done
15 ls
16 cat wisdompetmed.local.access.log
17 for i in {1..10}; do curl localhost/images/ > /dev/null;done
18 ls
19 cat wisdompetmed.local.images.access.log
20 cat wisdompetmed.local.images.error.log
21 ls
22 history
23 nano /etc/nginx/nginx.conf
24 cd ~
25 ls
26 cd /etc/
27 ls
28 cd nginx/
29 ls
30 cd sites-enabled/
31 ls
32 cd ..
33 cd sites-available/
34 ks
35 ls
36 nano default
37 ls
38 cd ..
39 ls
40 nanoi conf.d/
41 nano conf.d/
42 cd conf.d/
43 ls
44 cd ..
45 nano nginx.conf
46 netstat -plan | grep nginx
47 lsof -P -n -i :80 ::443 | grep LISTEN
48 lsof -P -n -i :80 :443 | grep LISTEN
49 lsof -P -n -i :80 -i :443 | grep LISTEN
50 lsof -P -n -i :80| grep LISTEN
51 lsof -P -n -i :443| grep LISTEN
52 lsof -P -n -i :80| grep LISTEN
53 kill 25386
54 kill 2181
55 kill 13839
56 lsof -P -n -i :80| grep LISTEN
57 lsof -P -n -i :443| grep LISTEN
58 ls
59 ls conf.d/
60 systemctl start nginx
61 nano conf.d/wisdompetmed.local.conf
62 ps -ax | grep nginx
63 lsof -P -n -i :443| grep LISTEN
64 lsof -P -n -i :80| grep LISTEN
65 nano conf.d/wisdompetmed.local.conf
66 nano /var/www/wisdompetmed.local;
67 nano /var/www/wisdompetmed.local
68 cd /var/www/wisdompetmed.local;
69 ls
70 cd -
71 ls
72 nano nginx.conf
73 nano conf.d/wisdompetmed.local.conf
74 systemctl restart nginx
75 nginx -t
76 nano conf.d/wisdompetmed.local.conf
77 systemctl restart nginx
78 nginx -t
79 nano conf.d/wisdompetmed.local.conf
80 systemctl restart nginx
81 grep http://192.168.0.3/
82 grep 192.168.0.3
83 . grep 192.168.0.3
84 nano conf.d/wisdompetmed.local.conf
85 kill 14420
86 netstat -plan | grep apache
87 nano conf.d/wisdompetmed.local.conf
88 sudo systemctl stop apache2
89 sudo systemctl start apache2
90 curl localhost:80
91 curl localhost
92 history
93 cat wisdompetmed.local.access.log
94 cat /var/log/nginx/wisdompetmed.local.
95 cat /var/log/nginx/wisdompetmed.local.access.log
96 cat /var/log/nginx/wisdompetmed.local.access.log | less
97 history
root@vagrant:~# curl 192.168.0.3
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Wisdom Pet Medicine</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/prefixfree.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#featured"><h1>Wisdom <span class="subhead">Pet Medicine</span></h1></a>
</div><!-- navbar-header -->
<div class="collapse navbar-collapse" id="collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#featured">Home</a></li>
<li><a href="#mission">Mission</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#staff">Staff</a></li>
<li><a href="#testimonials">Testimonials</a></li>
</ul>
</div><!-- collapse navbar-collapse -->
</div><!-- container -->
</nav>
<div class="carousel fade" data-ride="carousel" id="featured">
<ol class="carousel-indicators">
</ol>
<div class="carousel-inner fullheight">
<div class="item"><img src="images/carousel-lifestyle.jpg" alt="Lifestyle Photo"></div>
<div class="item"><img src="images/carousel-mission.jpg" alt="Mission"></div>
<div class="item"><img src="images/carousel-vaccinations.jpg" alt="Vaccinations"></div>
<div class="item"><img src="images/carousel-fish.jpg" alt="Fish"></div>
<div class="item"><img src="images/carousel-exoticanimals.jpg" alt="Exotic Animals"></div>
</div><!-- carousel-inner -->
<a class="left carousel-control" href="#featured" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#featured" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div><!-- featured carousel -->
</header>
<div class="main">
<div class="page" id="mission">
<div class="content container">
<h2>Our Mission</h2>
<div class="row">
<p class="col-md-5 col-md-offset-1">Wisdom Pet Medicine strives to blend the best in traditional and alternative medicine in the diagnosis and treatment of companion animals including dogs, cats, birds, reptiles, rodents, and fish. We apply the wisdom garnered in the centuries old tradition of veterinary medicine, to find the safest treatments and&nbsp;cures.</p>
<p class="col-md-5">We strive to be your pet's medical experts from youth through the senior years. We build preventative health care plans for each and every one of our patients, based on breed, age, and sex, so that your pet receives the most appropriate care at crucial milestones. We want to give your pet a long and healthy&nbsp;life.</p>
</div><!-- row -->
</div><!-- content container -->
</div><!-- mission page -->
<div class="page" id="services">
<div class="content container">
<h2>Services</h2>
<div class="row">
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-exoticpets.svg" alt="Icon">
<h3>Exotic Pets</h3>
<p>We offer specialized care for reptiles, rodents, birds, and other exotic pets.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-grooming.svg" alt="Icon">
<h3>Grooming</h3>
<p>Our therapeutic grooming treatments help battle fleas, allergic dermatitis, and other challenging skin conditions.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-health.svg" alt="Icon">
<h3>GeneralHealth</h3>
<p>Wellness and senior exams, ultrasound, x-ray, and dental cleanings are just a few of our general health services.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-nutrition.svg" alt="Icon">
<h3>Nutrition</h3>
<p>Let our nutrition experts review your pet's diet and prescribe a custom nutrition plan for optimum health and disease prevention.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-pestcontrol.svg" alt="Icon">
<h3>Pest Control</h3>
<p>We offer the latest advances in safe and effective prevention and treatment of fleas, ticks, worms, heart worm, and other parasites.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-vaccinations.svg" alt="Icon">
<h3>Vaccinations</h3>
<p>Our veterinarians are experienced in modern vaccination protocols that prevent many of the deadliest diseases in pets.</p>
</article>
</div><!-- row -->
</div><!-- content container -->
</div><!-- services page -->
<div class="page" id="staff">
<div class="container-fluid">
<h2 id="ourstaff">Our Staff</h2>
<div class="row">
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-winthrop.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Winthrop</h3>
<p>Dr. Winthrop is the guardian of Missy, a three-year old Llaso mix, who he adopted at the shelter. Dr. Winthrop is passionate about spay and neuter and pet adoption, and works tireless hours outside the clinic, performing free spay and neuter surgeries for the shelter.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-chase.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Chase</h3>
<p>Dr. Chase spends much of her free time helping the local rescue organization find homes for animals, such as Kibbles - a Maine Coon Cat who is part of the large Chase household, including two dogs, three cats, and a turtle.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-sanders.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr Sanders</h3>
<p>Leroy walked into Dr. Sanders front door when he was moving into a new house. After searching for weeks for Leroy's guardians, he decided to make Leroy a part of his pet family, and now has three cats.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
</div><!-- outer row -->
</div><!-- container -->
</div><!-- staff page -->
<div class="page" id="testimonials">
<div class="container-fluid">
<h2>Testimonials</h2>
<div class="row">
<blockquote class="col-md-6 col-lg-3" id="janeh">
<div class="quote">
<span class="intro">During the summer, our rabbit, Tonto, began to have severe redness</span>
<span class="more"> and itching on his belly and feet. Through diagnostic testing, we learned that Tonto is severely allergic to over a dozens kinds of grass pollens. We've now been doing allergy injections for several months, and his itching and redness have nearly gone away. I'm very thankful to the veterinarians and staff at Wisdom for the excellent care Tonto received, and for nipping his allergies in the bud, so to speak.</span>
<span class="customer">Jane H.</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="mcphersons">
<div class="quote">
<span class="intro">When Samantha, our Siamese cat, began sleeping all the time</span>
<span class="more">and urinating excessively, we brought her to see the specialists at Wisdom. After running a blood test, Dr. Winthrop confirmed what we all feared - Samantha was showing signs of diabetes. The doctor put us on a daily routine to provide Samantha insulin injections, and showed us how to administer the shots. We weren't sure we could do it, but the gang at Wisdom was very supportive and encouraging. Now, two years later, Samantha is still free from any complications of diabetes, and her blood sugar regularly tests normal. Thank you, Wisdom Pet Medicine!</span>
<span class="customer">The McPhersons</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="johnb">
<div class="quote">
<span class="intro">The staff at Wisdom worked tirelessly to determine why our three-year old</span>
<span class="more">Golden Retriever, Roxie, started going into sudden kidney failure. They stabilized her and provided fluids until her kidneys were again functioning normally, but it was still a mystery as to what caused her health to decline so quickly. The vet noted our address on Roxie's chart, and asked if we lived on one of the orchards in the vicinity, and if Roxie had a habit of eating grapes off the vine. Our answer was "of course – she's a Retriever." That day we learned just how toxic grapes and raisins are to pets, and Roxie is no longer allowed to roam unattended in the orchard.</span>
<span class="customer">John B</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="lorraines">
<div class="quote">
<span class="intro">Wisdom Pet Medicine is the only clinic around that will even</span>
<span class="more">book pet fish for appointments. When our 13-year old Comet goldfish, McAllister, turned from silvery white to an angry red, we called around, urgently trying to find a veterinarian who could help. Wisdom not only got us in the same day, but also was able to diagnose McAllister as having a severe case of septicemia. In order to kill the harmful bacteria in his blood, we had to use a dog antibiotic in his tank every day for a week, and in the end, McAllister was good as new. I still smile upon remembering Dr. Chase pulling out an old vet school textbook to calculate the correct antibiotic dose for a fish!</span>
<span class="customer">Lorraine S</span>
</div>
</blockquote>
</div>
</div><!-- container -->
</div><!-- testimonials page -->
</div><!-- main -->
<footer>
<div class="content container-fluid">
<div class="row">
<div class="col-sm-6">
<p>Call us toll-free at <span class="phone">888-555-1212</span></p>
<p>All contents &copy; 2014 <a href="http://lynda.com">Lynda.com</a>. All rights reserved.</p>
</div><!-- col-sm-6 -->
<div class="col-sm-6">
<nav class="navbar navbar-default" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Terms of use</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</nav>
</div><!-- col-sm-6 -->
</div><!-- row -->
</div><!-- content container -->
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/myscript.js"></script>
</body>
</html>
root@vagrant:~# curl 192.168.0.3
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Wisdom Pet Medicine</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/prefixfree.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#featured"><h1>Wisdom <span class="subhead">Pet Medicine</span></h1></a>
</div><!-- navbar-header -->
<div class="collapse navbar-collapse" id="collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#featured">Home</a></li>
<li><a href="#mission">Mission</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#staff">Staff</a></li>
<li><a href="#testimonials">Testimonials</a></li>
</ul>
</div><!-- collapse navbar-collapse -->
</div><!-- container -->
</nav>
<div class="carousel fade" data-ride="carousel" id="featured">
<ol class="carousel-indicators">
</ol>
<div class="carousel-inner fullheight">
<div class="item"><img src="images/carousel-lifestyle.jpg" alt="Lifestyle Photo"></div>
<div class="item"><img src="images/carousel-mission.jpg" alt="Mission"></div>
<div class="item"><img src="images/carousel-vaccinations.jpg" alt="Vaccinations"></div>
<div class="item"><img src="images/carousel-fish.jpg" alt="Fish"></div>
<div class="item"><img src="images/carousel-exoticanimals.jpg" alt="Exotic Animals"></div>
</div><!-- carousel-inner -->
<a class="left carousel-control" href="#featured" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#featured" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div><!-- featured carousel -->
</header>
<div class="main">
<div class="page" id="mission">
<div class="content container">
<h2>Our Mission</h2>
<div class="row">
<p class="col-md-5 col-md-offset-1">Wisdom Pet Medicine strives to blend the best in traditional and alternative medicine in the diagnosis and treatment of companion animals including dogs, cats, birds, reptiles, rodents, and fish. We apply the wisdom garnered in the centuries old tradition of veterinary medicine, to find the safest treatments and&nbsp;cures.</p>
<p class="col-md-5">We strive to be your pet's medical experts from youth through the senior years. We build preventative health care plans for each and every one of our patients, based on breed, age, and sex, so that your pet receives the most appropriate care at crucial milestones. We want to give your pet a long and healthy&nbsp;life.</p>
</div><!-- row -->
</div><!-- content container -->
</div><!-- mission page -->
<div class="page" id="services">
<div class="content container">
<h2>Services</h2>
<div class="row">
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-exoticpets.svg" alt="Icon">
<h3>Exotic Pets</h3>
<p>We offer specialized care for reptiles, rodents, birds, and other exotic pets.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-grooming.svg" alt="Icon">
<h3>Grooming</h3>
<p>Our therapeutic grooming treatments help battle fleas, allergic dermatitis, and other challenging skin conditions.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-health.svg" alt="Icon">
<h3>GeneralHealth</h3>
<p>Wellness and senior exams, ultrasound, x-ray, and dental cleanings are just a few of our general health services.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-nutrition.svg" alt="Icon">
<h3>Nutrition</h3>
<p>Let our nutrition experts review your pet's diet and prescribe a custom nutrition plan for optimum health and disease prevention.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-pestcontrol.svg" alt="Icon">
<h3>Pest Control</h3>
<p>We offer the latest advances in safe and effective prevention and treatment of fleas, ticks, worms, heart worm, and other parasites.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-vaccinations.svg" alt="Icon">
<h3>Vaccinations</h3>
<p>Our veterinarians are experienced in modern vaccination protocols that prevent many of the deadliest diseases in pets.</p>
</article>
</div><!-- row -->
</div><!-- content container -->
</div><!-- services page -->
<div class="page" id="staff">
<div class="container-fluid">
<h2 id="ourstaff">Our Staff</h2>
<div class="row">
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-winthrop.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Winthrop</h3>
<p>Dr. Winthrop is the guardian of Missy, a three-year old Llaso mix, who he adopted at the shelter. Dr. Winthrop is passionate about spay and neuter and pet adoption, and works tireless hours outside the clinic, performing free spay and neuter surgeries for the shelter.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-chase.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Chase</h3>
<p>Dr. Chase spends much of her free time helping the local rescue organization find homes for animals, such as Kibbles - a Maine Coon Cat who is part of the large Chase household, including two dogs, three cats, and a turtle.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-sanders.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr Sanders</h3>
<p>Leroy walked into Dr. Sanders front door when he was moving into a new house. After searching for weeks for Leroy's guardians, he decided to make Leroy a part of his pet family, and now has three cats.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
</div><!-- outer row -->
</div><!-- container -->
</div><!-- staff page -->
<div class="page" id="testimonials">
<div class="container-fluid">
<h2>Testimonials</h2>
<div class="row">
<blockquote class="col-md-6 col-lg-3" id="janeh">
<div class="quote">
<span class="intro">During the summer, our rabbit, Tonto, began to have severe redness</span>
<span class="more"> and itching on his belly and feet. Through diagnostic testing, we learned that Tonto is severely allergic to over a dozens kinds of grass pollens. We've now been doing allergy injections for several months, and his itching and redness have nearly gone away. I'm very thankful to the veterinarians and staff at Wisdom for the excellent care Tonto received, and for nipping his allergies in the bud, so to speak.</span>
<span class="customer">Jane H.</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="mcphersons">
<div class="quote">
<span class="intro">When Samantha, our Siamese cat, began sleeping all the time</span>
<span class="more">and urinating excessively, we brought her to see the specialists at Wisdom. After running a blood test, Dr. Winthrop confirmed what we all feared - Samantha was showing signs of diabetes. The doctor put us on a daily routine to provide Samantha insulin injections, and showed us how to administer the shots. We weren't sure we could do it, but the gang at Wisdom was very supportive and encouraging. Now, two years later, Samantha is still free from any complications of diabetes, and her blood sugar regularly tests normal. Thank you, Wisdom Pet Medicine!</span>
<span class="customer">The McPhersons</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="johnb">
<div class="quote">
<span class="intro">The staff at Wisdom worked tirelessly to determine why our three-year old</span>
<span class="more">Golden Retriever, Roxie, started going into sudden kidney failure. They stabilized her and provided fluids until her kidneys were again functioning normally, but it was still a mystery as to what caused her health to decline so quickly. The vet noted our address on Roxie's chart, and asked if we lived on one of the orchards in the vicinity, and if Roxie had a habit of eating grapes off the vine. Our answer was "of course – she's a Retriever." That day we learned just how toxic grapes and raisins are to pets, and Roxie is no longer allowed to roam unattended in the orchard.</span>
<span class="customer">John B</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="lorraines">
<div class="quote">
<span class="intro">Wisdom Pet Medicine is the only clinic around that will even</span>
<span class="more">book pet fish for appointments. When our 13-year old Comet goldfish, McAllister, turned from silvery white to an angry red, we called around, urgently trying to find a veterinarian who could help. Wisdom not only got us in the same day, but also was able to diagnose McAllister as having a severe case of septicemia. In order to kill the harmful bacteria in his blood, we had to use a dog antibiotic in his tank every day for a week, and in the end, McAllister was good as new. I still smile upon remembering Dr. Chase pulling out an old vet school textbook to calculate the correct antibiotic dose for a fish!</span>
<span class="customer">Lorraine S</span>
</div>
</blockquote>
</div>
</div><!-- container -->
</div><!-- testimonials page -->
</div><!-- main -->
<footer>
<div class="content container-fluid">
<div class="row">
<div class="col-sm-6">
<p>Call us toll-free at <span class="phone">888-555-1212</span></p>
<p>All contents &copy; 2014 <a href="http://lynda.com">Lynda.com</a>. All rights reserved.</p>
</div><!-- col-sm-6 -->
<div class="col-sm-6">
<nav class="navbar navbar-default" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Terms of use</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</nav>
</div><!-- col-sm-6 -->
</div><!-- row -->
</div><!-- content container -->
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/myscript.js"></script>
</body>
</html>
root@vagrant:~# curl 192.168.0.3
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Wisdom Pet Medicine</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/prefixfree.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#featured"><h1>Wisdom <span class="subhead">Pet Medicine</span></h1></a>
</div><!-- navbar-header -->
<div class="collapse navbar-collapse" id="collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#featured">Home</a></li>
<li><a href="#mission">Mission</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#staff">Staff</a></li>
<li><a href="#testimonials">Testimonials</a></li>
</ul>
</div><!-- collapse navbar-collapse -->
</div><!-- container -->
</nav>
<div class="carousel fade" data-ride="carousel" id="featured">
<ol class="carousel-indicators">
</ol>
<div class="carousel-inner fullheight">
<div class="item"><img src="images/carousel-lifestyle.jpg" alt="Lifestyle Photo"></div>
<div class="item"><img src="images/carousel-mission.jpg" alt="Mission"></div>
<div class="item"><img src="images/carousel-vaccinations.jpg" alt="Vaccinations"></div>
<div class="item"><img src="images/carousel-fish.jpg" alt="Fish"></div>
<div class="item"><img src="images/carousel-exoticanimals.jpg" alt="Exotic Animals"></div>
</div><!-- carousel-inner -->
<a class="left carousel-control" href="#featured" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#featured" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div><!-- featured carousel -->
</header>
<div class="main">
<div class="page" id="mission">
<div class="content container">
<h2>Our Mission</h2>
<div class="row">
<p class="col-md-5 col-md-offset-1">Wisdom Pet Medicine strives to blend the best in traditional and alternative medicine in the diagnosis and treatment of companion animals including dogs, cats, birds, reptiles, rodents, and fish. We apply the wisdom garnered in the centuries old tradition of veterinary medicine, to find the safest treatments and&nbsp;cures.</p>
<p class="col-md-5">We strive to be your pet's medical experts from youth through the senior years. We build preventative health care plans for each and every one of our patients, based on breed, age, and sex, so that your pet receives the most appropriate care at crucial milestones. We want to give your pet a long and healthy&nbsp;life.</p>
</div><!-- row -->
</div><!-- content container -->
</div><!-- mission page -->
<div class="page" id="services">
<div class="content container">
<h2>Services</h2>
<div class="row">
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-exoticpets.svg" alt="Icon">
<h3>Exotic Pets</h3>
<p>We offer specialized care for reptiles, rodents, birds, and other exotic pets.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-grooming.svg" alt="Icon">
<h3>Grooming</h3>
<p>Our therapeutic grooming treatments help battle fleas, allergic dermatitis, and other challenging skin conditions.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-health.svg" alt="Icon">
<h3>GeneralHealth</h3>
<p>Wellness and senior exams, ultrasound, x-ray, and dental cleanings are just a few of our general health services.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-nutrition.svg" alt="Icon">
<h3>Nutrition</h3>
<p>Let our nutrition experts review your pet's diet and prescribe a custom nutrition plan for optimum health and disease prevention.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-pestcontrol.svg" alt="Icon">
<h3>Pest Control</h3>
<p>We offer the latest advances in safe and effective prevention and treatment of fleas, ticks, worms, heart worm, and other parasites.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-vaccinations.svg" alt="Icon">
<h3>Vaccinations</h3>
<p>Our veterinarians are experienced in modern vaccination protocols that prevent many of the deadliest diseases in pets.</p>
</article>
</div><!-- row -->
</div><!-- content container -->
</div><!-- services page -->
<div class="page" id="staff">
<div class="container-fluid">
<h2 id="ourstaff">Our Staff</h2>
<div class="row">
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-winthrop.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Winthrop</h3>
<p>Dr. Winthrop is the guardian of Missy, a three-year old Llaso mix, who he adopted at the shelter. Dr. Winthrop is passionate about spay and neuter and pet adoption, and works tireless hours outside the clinic, performing free spay and neuter surgeries for the shelter.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-chase.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Chase</h3>
<p>Dr. Chase spends much of her free time helping the local rescue organization find homes for animals, such as Kibbles - a Maine Coon Cat who is part of the large Chase household, including two dogs, three cats, and a turtle.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-sanders.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr Sanders</h3>
<p>Leroy walked into Dr. Sanders front door when he was moving into a new house. After searching for weeks for Leroy's guardians, he decided to make Leroy a part of his pet family, and now has three cats.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
</div><!-- outer row -->
</div><!-- container -->
</div><!-- staff page -->
<div class="page" id="testimonials">
<div class="container-fluid">
<h2>Testimonials</h2>
<div class="row">
<blockquote class="col-md-6 col-lg-3" id="janeh">
<div class="quote">
<span class="intro">During the summer, our rabbit, Tonto, began to have severe redness</span>
<span class="more"> and itching on his belly and feet. Through diagnostic testing, we learned that Tonto is severely allergic to over a dozens kinds of grass pollens. We've now been doing allergy injections for several months, and his itching and redness have nearly gone away. I'm very thankful to the veterinarians and staff at Wisdom for the excellent care Tonto received, and for nipping his allergies in the bud, so to speak.</span>
<span class="customer">Jane H.</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="mcphersons">
<div class="quote">
<span class="intro">When Samantha, our Siamese cat, began sleeping all the time</span>
<span class="more">and urinating excessively, we brought her to see the specialists at Wisdom. After running a blood test, Dr. Winthrop confirmed what we all feared - Samantha was showing signs of diabetes. The doctor put us on a daily routine to provide Samantha insulin injections, and showed us how to administer the shots. We weren't sure we could do it, but the gang at Wisdom was very supportive and encouraging. Now, two years later, Samantha is still free from any complications of diabetes, and her blood sugar regularly tests normal. Thank you, Wisdom Pet Medicine!</span>
<span class="customer">The McPhersons</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="johnb">
<div class="quote">
<span class="intro">The staff at Wisdom worked tirelessly to determine why our three-year old</span>
<span class="more">Golden Retriever, Roxie, started going into sudden kidney failure. They stabilized her and provided fluids until her kidneys were again functioning normally, but it was still a mystery as to what caused her health to decline so quickly. The vet noted our address on Roxie's chart, and asked if we lived on one of the orchards in the vicinity, and if Roxie had a habit of eating grapes off the vine. Our answer was "of course – she's a Retriever." That day we learned just how toxic grapes and raisins are to pets, and Roxie is no longer allowed to roam unattended in the orchard.</span>
<span class="customer">John B</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="lorraines">
<div class="quote">
<span class="intro">Wisdom Pet Medicine is the only clinic around that will even</span>
<span class="more">book pet fish for appointments. When our 13-year old Comet goldfish, McAllister, turned from silvery white to an angry red, we called around, urgently trying to find a veterinarian who could help. Wisdom not only got us in the same day, but also was able to diagnose McAllister as having a severe case of septicemia. In order to kill the harmful bacteria in his blood, we had to use a dog antibiotic in his tank every day for a week, and in the end, McAllister was good as new. I still smile upon remembering Dr. Chase pulling out an old vet school textbook to calculate the correct antibiotic dose for a fish!</span>
<span class="customer">Lorraine S</span>
</div>
</blockquote>
</div>
</div><!-- container -->
</div><!-- testimonials page -->
</div><!-- main -->
<footer>
<div class="content container-fluid">
<div class="row">
<div class="col-sm-6">
<p>Call us toll-free at <span class="phone">888-555-1212</span></p>
<p>All contents &copy; 2014 <a href="http://lynda.com">Lynda.com</a>. All rights reserved.</p>
</div><!-- col-sm-6 -->
<div class="col-sm-6">
<nav class="navbar navbar-default" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Terms of use</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</nav>
</div><!-- col-sm-6 -->
</div><!-- row -->
</div><!-- content container -->
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/myscript.js"></script>
</body>
</html>
root@vagrant:~# curl 192.168.0.3
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Wisdom Pet Medicine</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/prefixfree.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#featured"><h1>Wisdom <span class="subhead">Pet Medicine</span></h1></a>
</div><!-- navbar-header -->
<div class="collapse navbar-collapse" id="collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#featured">Home</a></li>
<li><a href="#mission">Mission</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#staff">Staff</a></li>
<li><a href="#testimonials">Testimonials</a></li>
</ul>
</div><!-- collapse navbar-collapse -->
</div><!-- container -->
</nav>
<div class="carousel fade" data-ride="carousel" id="featured">
<ol class="carousel-indicators">
</ol>
<div class="carousel-inner fullheight">
<div class="item"><img src="images/carousel-lifestyle.jpg" alt="Lifestyle Photo"></div>
<div class="item"><img src="images/carousel-mission.jpg" alt="Mission"></div>
<div class="item"><img src="images/carousel-vaccinations.jpg" alt="Vaccinations"></div>
<div class="item"><img src="images/carousel-fish.jpg" alt="Fish"></div>
<div class="item"><img src="images/carousel-exoticanimals.jpg" alt="Exotic Animals"></div>
</div><!-- carousel-inner -->
<a class="left carousel-control" href="#featured" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#featured" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div><!-- featured carousel -->
</header>
<div class="main">
<div class="page" id="mission">
<div class="content container">
<h2>Our Mission</h2>
<div class="row">
<p class="col-md-5 col-md-offset-1">Wisdom Pet Medicine strives to blend the best in traditional and alternative medicine in the diagnosis and treatment of companion animals including dogs, cats, birds, reptiles, rodents, and fish. We apply the wisdom garnered in the centuries old tradition of veterinary medicine, to find the safest treatments and&nbsp;cures.</p>
<p class="col-md-5">We strive to be your pet's medical experts from youth through the senior years. We build preventative health care plans for each and every one of our patients, based on breed, age, and sex, so that your pet receives the most appropriate care at crucial milestones. We want to give your pet a long and healthy&nbsp;life.</p>
</div><!-- row -->
</div><!-- content container -->
</div><!-- mission page -->
<div class="page" id="services">
<div class="content container">
<h2>Services</h2>
<div class="row">
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-exoticpets.svg" alt="Icon">
<h3>Exotic Pets</h3>
<p>We offer specialized care for reptiles, rodents, birds, and other exotic pets.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-grooming.svg" alt="Icon">
<h3>Grooming</h3>
<p>Our therapeutic grooming treatments help battle fleas, allergic dermatitis, and other challenging skin conditions.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-health.svg" alt="Icon">
<h3>GeneralHealth</h3>
<p>Wellness and senior exams, ultrasound, x-ray, and dental cleanings are just a few of our general health services.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-nutrition.svg" alt="Icon">
<h3>Nutrition</h3>
<p>Let our nutrition experts review your pet's diet and prescribe a custom nutrition plan for optimum health and disease prevention.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-pestcontrol.svg" alt="Icon">
<h3>Pest Control</h3>
<p>We offer the latest advances in safe and effective prevention and treatment of fleas, ticks, worms, heart worm, and other parasites.</p>
</article>
<article class="service col-md-4 col-sm-6 col-xs-12">
<img class="icon" src="images/icon-vaccinations.svg" alt="Icon">
<h3>Vaccinations</h3>
<p>Our veterinarians are experienced in modern vaccination protocols that prevent many of the deadliest diseases in pets.</p>
</article>
</div><!-- row -->
</div><!-- content container -->
</div><!-- services page -->
<div class="page" id="staff">
<div class="container-fluid">
<h2 id="ourstaff">Our Staff</h2>
<div class="row">
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-winthrop.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Winthrop</h3>
<p>Dr. Winthrop is the guardian of Missy, a three-year old Llaso mix, who he adopted at the shelter. Dr. Winthrop is passionate about spay and neuter and pet adoption, and works tireless hours outside the clinic, performing free spay and neuter surgeries for the shelter.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-chase.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr. Chase</h3>
<p>Dr. Chase spends much of her free time helping the local rescue organization find homes for animals, such as Kibbles - a Maine Coon Cat who is part of the large Chase household, including two dogs, three cats, and a turtle.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
<div class="doctor col-lg-4">
<div class="row">
<div class="photo col-xs-6 col-xs-offset-3 col-sm-3 col-sm-offset-1 col-md-2 col-md-offset-2 col-lg-4 col-lg-offset-0">
<img class="img-circle" src="images/doctor-sanders.jpg" alt="Photo of Dr Sanders">
</div><!-- photo -->
<div class="info col-xs-8 col-xs-offset-2 col-sm-7 col-sm-offset-0 col-md-6 col-lg-8">
<h3>Dr Sanders</h3>
<p>Leroy walked into Dr. Sanders front door when he was moving into a new house. After searching for weeks for Leroy's guardians, he decided to make Leroy a part of his pet family, and now has three cats.</p>
</div><!-- info -->
</div> <!-- inner row -->
</div> <!-- doctor -->
</div><!-- outer row -->
</div><!-- container -->
</div><!-- staff page -->
<div class="page" id="testimonials">
<div class="container-fluid">
<h2>Testimonials</h2>
<div class="row">
<blockquote class="col-md-6 col-lg-3" id="janeh">
<div class="quote">
<span class="intro">During the summer, our rabbit, Tonto, began to have severe redness</span>
<span class="more"> and itching on his belly and feet. Through diagnostic testing, we learned that Tonto is severely allergic to over a dozens kinds of grass pollens. We've now been doing allergy injections for several months, and his itching and redness have nearly gone away. I'm very thankful to the veterinarians and staff at Wisdom for the excellent care Tonto received, and for nipping his allergies in the bud, so to speak.</span>
<span class="customer">Jane H.</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="mcphersons">
<div class="quote">
<span class="intro">When Samantha, our Siamese cat, began sleeping all the time</span>
<span class="more">and urinating excessively, we brought her to see the specialists at Wisdom. After running a blood test, Dr. Winthrop confirmed what we all feared - Samantha was showing signs of diabetes. The doctor put us on a daily routine to provide Samantha insulin injections, and showed us how to administer the shots. We weren't sure we could do it, but the gang at Wisdom was very supportive and encouraging. Now, two years later, Samantha is still free from any complications of diabetes, and her blood sugar regularly tests normal. Thank you, Wisdom Pet Medicine!</span>
<span class="customer">The McPhersons</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="johnb">
<div class="quote">
<span class="intro">The staff at Wisdom worked tirelessly to determine why our three-year old</span>
<span class="more">Golden Retriever, Roxie, started going into sudden kidney failure. They stabilized her and provided fluids until her kidneys were again functioning normally, but it was still a mystery as to what caused her health to decline so quickly. The vet noted our address on Roxie's chart, and asked if we lived on one of the orchards in the vicinity, and if Roxie had a habit of eating grapes off the vine. Our answer was "of course – she's a Retriever." That day we learned just how toxic grapes and raisins are to pets, and Roxie is no longer allowed to roam unattended in the orchard.</span>
<span class="customer">John B</span>
</div>
</blockquote>
<blockquote class="col-md-6 col-lg-3" id="lorraines">
<div class="quote">
<span class="intro">Wisdom Pet Medicine is the only clinic around that will even</span>
<span class="more">book pet fish for appointments. When our 13-year old Comet goldfish, McAllister, turned from silvery white to an angry red, we called around, urgently trying to find a veterinarian who could help. Wisdom not only got us in the same day, but also was able to diagnose McAllister as having a severe case of septicemia. In order to kill the harmful bacteria in his blood, we had to use a dog antibiotic in his tank every day for a week, and in the end, McAllister was good as new. I still smile upon remembering Dr. Chase pulling out an old vet school textbook to calculate the correct antibiotic dose for a fish!</span>
<span class="customer">Lorraine S</span>
</div>
</blockquote>
</div>
</div><!-- container -->
</div><!-- testimonials page -->
</div><!-- main -->
<footer>
<div class="content container-fluid">
<div class="row">
<div class="col-sm-6">
<p>Call us toll-free at <span class="phone">888-555-1212</span></p>
<p>All contents &copy; 2014 <a href="http://lynda.com">Lynda.com</a>. All rights reserved.</p>
</div><!-- col-sm-6 -->
<div class="col-sm-6">
<nav class="navbar navbar-default" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Terms of use</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</nav>
</div><!-- col-sm-6 -->
</div><!-- row -->
</div><!-- content container -->
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/myscript.js"></script>
</body>
</html>
root@vagrant:~#
root@vagrant:~# history
1 view
2 nano /etc/nginx/nginx.conf
3 nano /etc/nginx/conf.d/wisdompetmed.local.conf
4 nginx -t
5 nano /etc/nginx/conf.d/wisdompetmed.local.conf
6 nginx -t
7 history
8 systemlctl reload nginx
9 systemctl reload nginx
10 cd /var/log/nginx/
11 ls
12 for i in {1..10}; do curl localhost > /dev/null; ;
13 for i in {1..10}; do curl localhost > /dev/null done; ;
14 for i in {1..10}; do curl localhost > /dev/null;done
15 ls
16 cat wisdompetmed.local.access.log
17 for i in {1..10}; do curl localhost/images/ > /dev/null;done
18 ls
19 cat wisdompetmed.local.images.access.log
20 cat wisdompetmed.local.images.error.log
21 ls
22 history
23 nano /etc/nginx/nginx.conf
24 cd ~
25 ls
26 cd /etc/
27 ls
28 cd nginx/
29 ls
30 cd sites-enabled/
31 ls
32 cd ..
33 cd sites-available/
34 ks
35 ls
36 nano default
37 ls
38 cd ..
39 ls
40 nanoi conf.d/
41 nano conf.d/
42 cd conf.d/
43 ls
44 cd ..
45 nano nginx.conf
46 netstat -plan | grep nginx
47 lsof -P -n -i :80 ::443 | grep LISTEN
48 lsof -P -n -i :80 :443 | grep LISTEN
49 lsof -P -n -i :80 -i :443 | grep LISTEN
50 lsof -P -n -i :80| grep LISTEN
51 lsof -P -n -i :443| grep LISTEN
52 lsof -P -n -i :80| grep LISTEN
53 kill 25386
54 kill 2181
55 kill 13839
56 lsof -P -n -i :80| grep LISTEN
57 lsof -P -n -i :443| grep LISTEN
58 ls
59 ls conf.d/
60 systemctl start nginx
61 nano conf.d/wisdompetmed.local.conf
62 ps -ax | grep nginx
63 lsof -P -n -i :443| grep LISTEN
64 lsof -P -n -i :80| grep LISTEN
65 nano conf.d/wisdompetmed.local.conf
66 nano /var/www/wisdompetmed.local;
67 nano /var/www/wisdompetmed.local
68 cd /var/www/wisdompetmed.local;
69 ls
70 cd -
71 ls
72 nano nginx.conf
73 nano conf.d/wisdompetmed.local.conf
74 systemctl restart nginx
75 nginx -t
76 nano conf.d/wisdompetmed.local.conf
77 systemctl restart nginx
78 nginx -t
79 nano conf.d/wisdompetmed.local.conf
80 systemctl restart nginx
81 grep http://192.168.0.3/
82 grep 192.168.0.3
83 . grep 192.168.0.3
84 nano conf.d/wisdompetmed.local.conf
85 kill 14420
86 netstat -plan | grep apache
87 nano conf.d/wisdompetmed.local.conf
88 sudo systemctl stop apache2
89 sudo systemctl start apache2
90 curl localhost:80
91 curl localhost
92 history
93 cat wisdompetmed.local.access.log
94 cat /var/log/nginx/wisdompetmed.local.
95 cat /var/log/nginx/wisdompetmed.local.access.log
96 cat /var/log/nginx/wisdompetmed.local.access.log | less
97 history
98 curl 192.168.0.3
99 history
root@vagrant:~# nano conf.d/wisdompetmed.local.conf
root@vagrant:~#
root@vagrant:~# !67
nano /var/www/wisdompetmed.local
root@vagrant:~# nano /var/www/wisdompetmed.local/
404.html 50x.html css/ images/ index.html js/
root@vagrant:~# nano /var/www/wisdompetmed.local/
404.html 50x.html css/ images/ index.html js/
root@vagrant:~# ls /etc/nginx/
conf.d/ koi-win nginx.conf sites-enabled/
fastcgi.conf mime.types proxy_params snippets/
fastcgi_params modules-available/ scgi_params uwsgi_params
koi-utf modules-enabled/ sites-available/ win-utf
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nginx -t
nginx: [emerg] unknown directive "puts("HELLO")" in /etc/nginx/conf.d/wisdompetmed.local.conf:13
nginx: configuration file /etc/nginx/nginx.conf test failed
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nginx -t
nginx: [emerg] unknown directive "puts("Hello")" in /etc/nginx/conf.d/wisdompetmed.local.conf:11
nginx: configuration file /etc/nginx/nginx.conf test failed
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nginx -t
nginx: [emerg] unknown directive "printf("Hello")" in /etc/nginx/conf.d/wisdompetmed.local.conf:11
nginx: configuration file /etc/nginx/nginx.conf test failed
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nginx -t
nginx: [emerg] invalid number of arguments in "try_files" directive in /etc/nginx/conf.d/wisdompetmed.local.conf:19
nginx: configuration file /etc/nginx/nginx.conf test failed
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nginx -t
nginx: [emerg] invalid number of arguments in "try_files" directive in /etc/nginx/conf.d/wisdompetmed.local.conf:19
nginx: configuration file /etc/nginx/nginx.conf test failed
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nginx -t
nginx: [emerg] unknown "url" variable
nginx: configuration file /etc/nginx/nginx.conf test failed
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
Use "fg" to return to nano.
[1]+ Stopped nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
Use "fg" to return to nano.
[2]+ Stopped nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nginx -t
nginx: [emerg] unknown "url" variable
nginx: configuration file /etc/nginx/nginx.conf test failed
root@vagrant:~# nginx -t
nginx: [emerg] unknown "url" variable
nginx: configuration file /etc/nginx/nginx.conf test failed
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
root@vagrant:~# systemctl nginx restart
Unknown operation nginx.
root@vagrant:~# systemctl restart nginx
root@vagrant:~# curl localhost:80/images/
<html>
<head><title>Index of /images/</title></head>
<body bgcolor="white">
<h1>Index of /images/</h1><hr><pre><a href="../">../</a>
<a href="baby-chick-head-in-egg.jpg">baby-chick-head-in-egg.jpg</a> 08-Jun-2018 01:20 228505
<a href="carousel-exoticanimals.jpg">carousel-exoticanimals.jpg</a> 06-Jan-2015 19:27 496318
<a href="carousel-fish.jpg">carousel-fish.jpg</a> 06-Jan-2015 19:27 929624
<a href="carousel-lifestyle.jpg">carousel-lifestyle.jpg</a> 06-Jan-2015 19:27 1422086
<a href="carousel-mission.jpg">carousel-mission.jpg</a> 06-Jan-2015 19:27 356669
<a href="carousel-stateoftheart.jpg">carousel-stateoftheart.jpg</a> 06-Jan-2015 19:27 507194
<a href="carousel-vaccinations.jpg">carousel-vaccinations.jpg</a> 06-Jan-2015 19:27 543554
<a href="doctor-chase.jpg">doctor-chase.jpg</a> 06-Jan-2015 19:27 264061
<a href="doctor-sanders.jpg">doctor-sanders.jpg</a> 06-Jan-2015 19:27 199819
<a href="doctor-winthrop.jpg">doctor-winthrop.jpg</a> 06-Jan-2015 19:27 255149
<a href="icon-exoticpets.svg">icon-exoticpets.svg</a> 06-Jan-2015 19:28 1770
<a href="icon-grooming.svg">icon-grooming.svg</a> 06-Jan-2015 19:28 2867
<a href="icon-health.svg">icon-health.svg</a> 06-Jan-2015 19:28 807
<a href="icon-nutrition.svg">icon-nutrition.svg</a> 06-Jan-2015 19:28 1600
<a href="icon-pestcontrol.svg">icon-pestcontrol.svg</a> 06-Jan-2015 19:28 1469
<a href="icon-vaccinations.svg">icon-vaccinations.svg</a> 06-Jan-2015 19:28 983
<a href="testimonial-janeh.jpg">testimonial-janeh.jpg</a> 06-Jan-2015 19:28 672609
<a href="testimonial-johnb.jpg">testimonial-johnb.jpg</a> 06-Jan-2015 19:28 809220
<a href="testimonial-lorraines.jpg">testimonial-lorraines.jpg</a> 06-Jan-2015 19:28 758974
<a href="testimonial-mcphersons.jpg">testimonial-mcphersons.jpg</a> 06-Jan-2015 19:28 638357
<a href="two-chicks-one-crazy.jpg">two-chicks-one-crazy.jpg</a> 08-Jun-2018 01:20 486640
<a href="wisdompetlogo.svg">wisdompetlogo.svg</a> 06-Jan-2015 19:28 4892
</pre><hr></body>
</html>
root@vagrant:~# curl localhost:80/images/
<html>
<head><title>Index of /images/</title></head>
<body bgcolor="white">
<h1>Index of /images/</h1><hr><pre><a href="../">../</a>
<a href="baby-chick-head-in-egg.jpg">baby-chick-head-in-egg.jpg</a> 08-Jun-2018 01:20 228505
<a href="carousel-exoticanimals.jpg">carousel-exoticanimals.jpg</a> 06-Jan-2015 19:27 496318
<a href="carousel-fish.jpg">carousel-fish.jpg</a> 06-Jan-2015 19:27 929624
<a href="carousel-lifestyle.jpg">carousel-lifestyle.jpg</a> 06-Jan-2015 19:27 1422086
<a href="carousel-mission.jpg">carousel-mission.jpg</a> 06-Jan-2015 19:27 356669
<a href="carousel-stateoftheart.jpg">carousel-stateoftheart.jpg</a> 06-Jan-2015 19:27 507194
<a href="carousel-vaccinations.jpg">carousel-vaccinations.jpg</a> 06-Jan-2015 19:27 543554
<a href="doctor-chase.jpg">doctor-chase.jpg</a> 06-Jan-2015 19:27 264061
<a href="doctor-sanders.jpg">doctor-sanders.jpg</a> 06-Jan-2015 19:27 199819
<a href="doctor-winthrop.jpg">doctor-winthrop.jpg</a> 06-Jan-2015 19:27 255149
<a href="icon-exoticpets.svg">icon-exoticpets.svg</a> 06-Jan-2015 19:28 1770
<a href="icon-grooming.svg">icon-grooming.svg</a> 06-Jan-2015 19:28 2867
<a href="icon-health.svg">icon-health.svg</a> 06-Jan-2015 19:28 807
<a href="icon-nutrition.svg">icon-nutrition.svg</a> 06-Jan-2015 19:28 1600
<a href="icon-pestcontrol.svg">icon-pestcontrol.svg</a> 06-Jan-2015 19:28 1469
<a href="icon-vaccinations.svg">icon-vaccinations.svg</a> 06-Jan-2015 19:28 983
<a href="testimonial-janeh.jpg">testimonial-janeh.jpg</a> 06-Jan-2015 19:28 672609
<a href="testimonial-johnb.jpg">testimonial-johnb.jpg</a> 06-Jan-2015 19:28 809220
<a href="testimonial-lorraines.jpg">testimonial-lorraines.jpg</a> 06-Jan-2015 19:28 758974
<a href="testimonial-mcphersons.jpg">testimonial-mcphersons.jpg</a> 06-Jan-2015 19:28 638357
<a href="two-chicks-one-crazy.jpg">two-chicks-one-crazy.jpg</a> 08-Jun-2018 01:20 486640
<a href="wisdompetlogo.svg">wisdompetlogo.svg</a> 06-Jan-2015 19:28 4892
</pre><hr></body>
</html>
root@vagrant:~# curl localhost:80/test/
<html>
<head><title>500 Internal Server Error</title></head>
<body bgcolor="white">
<center><h1>500 Internal Server Error</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
root@vagrant:~# curl localhost:80/test/
<html>
<head><title>500 Internal Server Error</title></head>
<body bgcolor="white">
<center><h1>500 Internal Server Error</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
root@vagrant:~# curl localhost:80/test
<!DOCTYPE html>
<html lang="en">
<head>
<style>
img {
display:block;
max-height: 35%;
max-width: 35%;
margin: auto;
}
h1,p {
font-size:50px;
text-align:center;
margin: 0 auto 0 auto;
}
</style>
<title>We Couldn't Find It!</title>
</head>
<body>
<h1>404</h1>
<img src="/images/baby-chick-head-in-egg.jpg" />
<p>We can't find what you're looking for!</p>
<p><a href="/">Homepage</a></p>
</body>
</html>
root@vagrant:~# curl localhost:80/test/
<html>
<head><title>500 Internal Server Error</title></head>
<body bgcolor="white">
<center><h1>500 Internal Server Error</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
root@vagrant:~# curl localhost:80/test
root@vagrant:~# h
-su: h: command not found
root@vagrant:~# history
1 view
2 nano /etc/nginx/nginx.conf
3 nano /etc/nginx/conf.d/wisdompetmed.local.conf
4 nginx -t
5 nano /etc/nginx/conf.d/wisdompetmed.local.conf
6 nginx -t
7 history
8 systemlctl reload nginx
9 systemctl reload nginx
10 cd /var/log/nginx/
11 ls
12 for i in {1..10}; do curl localhost > /dev/null; ;
13 for i in {1..10}; do curl localhost > /dev/null done; ;
14 for i in {1..10}; do curl localhost > /dev/null;done
15 ls
16 cat wisdompetmed.local.access.log
17 for i in {1..10}; do curl localhost/images/ > /dev/null;done
18 ls
19 cat wisdompetmed.local.images.access.log
20 cat wisdompetmed.local.images.error.log
21 ls
22 history
23 nano /etc/nginx/nginx.conf
24 cd ~
25 ls
26 cd /etc/
27 ls
28 cd nginx/
29 ls
30 cd sites-enabled/
31 ls
32 cd ..
33 cd sites-available/
34 ks
35 ls
36 nano default
37 ls
38 cd ..
39 ls
40 nanoi conf.d/
41 nano conf.d/
42 cd conf.d/
43 ls
44 cd ..
45 nano nginx.conf
46 netstat -plan | grep nginx
47 lsof -P -n -i :80 ::443 | grep LISTEN
48 lsof -P -n -i :80 :443 | grep LISTEN
49 lsof -P -n -i :80 -i :443 | grep LISTEN
50 lsof -P -n -i :80| grep LISTEN
51 lsof -P -n -i :443| grep LISTEN
52 lsof -P -n -i :80| grep LISTEN
53 kill 25386
54 kill 2181
55 kill 13839
56 lsof -P -n -i :80| grep LISTEN
57 lsof -P -n -i :443| grep LISTEN
58 ls
59 ls conf.d/
60 systemctl start nginx
61 nano conf.d/wisdompetmed.local.conf
62 ps -ax | grep nginx
63 lsof -P -n -i :443| grep LISTEN
64 lsof -P -n -i :80| grep LISTEN
65 nano conf.d/wisdompetmed.local.conf
66 nano /var/www/wisdompetmed.local;
67 nano /var/www/wisdompetmed.local
68 cd /var/www/wisdompetmed.local;
69 ls
70 cd -
71 ls
72 nano nginx.conf
73 nano conf.d/wisdompetmed.local.conf
74 systemctl restart nginx
75 nginx -t
76 nano conf.d/wisdompetmed.local.conf
77 systemctl restart nginx
78 nginx -t
79 nano conf.d/wisdompetmed.local.conf
80 systemctl restart nginx
81 grep http://192.168.0.3/
82 grep 192.168.0.3
83 . grep 192.168.0.3
84 nano conf.d/wisdompetmed.local.conf
85 kill 14420
86 netstat -plan | grep apache
87 nano conf.d/wisdompetmed.local.conf
88 sudo systemctl stop apache2
89 sudo systemctl start apache2
90 curl localhost:80
91 curl localhost
92 history
93 cat wisdompetmed.local.access.log
94 cat /var/log/nginx/wisdompetmed.local.
95 cat /var/log/nginx/wisdompetmed.local.access.log
96 cat /var/log/nginx/wisdompetmed.local.access.log | less
97 history
98 curl 192.168.0.3
99 history
100 nano conf.d/wisdompetmed.local.conf
101*
102 nano /etc/nginx/conf.d/wisdompetmed.local.conf
103 nginx -t
104 nano /etc/nginx/conf.d/wisdompetmed.local.conf
105 nginx -t
106 nano /etc/nginx/conf.d/wisdompetmed.local.conf
107 nginx -t
108 nano /etc/nginx/conf.d/wisdompetmed.local.conf
109 nginx -t
110 nano /etc/nginx/conf.d/wisdompetmed.local.conf
111 nginx -t
112 nano /etc/nginx/conf.d/wisdompetmed.local.conf
113 nginx -t
114 nano /etc/nginx/conf.d/wisdompetmed.local.conf
115 nginx -t
116 nano /etc/nginx/conf.d/wisdompetmed.local.conf
117 nginx -t
118 systemctl nginx restart
119 systemctl restart nginx
120 curl localhost:80/images/
121 curl localhost:80/test/
122 curl localhost:80/test
123 curl localhost:80/test/
124 h
125 history
root@vagrant:~# !116
nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# systemctl restart nginx
root@vagrant:~# curl localhost:80/test/
<html>
<head><title>500 Internal Server Error</title></head>
<body bgcolor="white">
<center><h1>500 Internal Server Error</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
root@vagrant:~# systemctl restart nginx
root@vagrant:~# curl localhost:80/test/
<html>
<head><title>500 Internal Server Error</title></head>
<body bgcolor="white">
<center><h1>500 Internal Server Error</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
root@vagrant:~# curl localhost:80/test/
<html>
<head><title>500 Internal Server Error</title></head>
<body bgcolor="white">
<center><h1>500 Internal Server Error</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
root@vagrant:~# curl localhost:80/test/
<html>
<head><title>500 Internal Server Error</title></head>
<body bgcolor="white">
<center><h1>500 Internal Server Error</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# systemctl restart nginx
root@vagrant:~# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
root@vagrant:~# curl localhost:80/test/
<!DOCTYPE html>
<html lang="en">
<head>
<style>
img {
display:block;
max-height: 35%;
max-width: 35%;
margin: auto;
}
h1,p {
font-size:50px;
text-align:center;
margin: 0 auto 0 auto;
}
</style>
<title>We Couldn't Find It!</title>
</head>
<body>
<h1>404</h1>
<img src="/images/baby-chick-head-in-egg.jpg" />
<p>We can't find what you're looking for!</p>
<p><a href="/">Homepage</a></p>
</body>
</html>
root@vagrant:~# curl localhost:80/test
<!DOCTYPE html>
<html lang="en">
<head>
<style>
img {
display:block;
max-height: 35%;
max-width: 35%;
margin: auto;
}
h1,p {
font-size:50px;
text-align:center;
margin: 0 auto 0 auto;
}
</style>
<title>We Couldn't Find It!</title>
</head>
<body>
<h1>404</h1>
<img src="/images/baby-chick-head-in-egg.jpg" />
<p>We can't find what you're looking for!</p>
<p><a href="/">Homepage</a></p>
</body>
</html>
root@vagrant:~# curl localhost:80/test/
<!DOCTYPE html>
<html lang="en">
<head>
<style>
img {
display:block;
max-height: 35%;
max-width: 35%;
margin: auto;
}
h1,p {
font-size:50px;
text-align:center;
margin: 0 auto 0 auto;
}
</style>
<title>We Couldn't Find It!</title>
</head>
<body>
<h1>404</h1>
<img src="/images/baby-chick-head-in-egg.jpg" />
<p>We can't find what you're looking for!</p>
<p><a href="/">Homepage</a></p>
</body>
</html>
root@vagrant:~# curl localhost:80/test/
<!DOCTYPE html>
<html lang="en">
<head>
<style>
img {
display:block;
max-height: 35%;
max-width: 35%;
margin: auto;
}
h1,p {
font-size:50px;
text-align:center;
margin: 0 auto 0 auto;
}
</style>
<title>We Couldn't Find It!</title>
</head>
<body>
<h1>404</h1>
<img src="/images/baby-chick-head-in-egg.jpg" />
<p>We can't find what you're looking for!</p>
<p><a href="/">Homepage</a></p>
</body>
</html>
root@vagrant:~# curl localhost:80/test
<!DOCTYPE html>
<html lang="en">
<head>
<style>
img {
display:block;
max-height: 35%;
max-width: 35%;
margin: auto;
}
h1,p {
font-size:50px;
text-align:center;
margin: 0 auto 0 auto;
}
</style>
<title>We Couldn't Find It!</title>
</head>
<body>
<h1>404</h1>
<img src="/images/baby-chick-head-in-egg.jpg" />
<p>We can't find what you're looking for!</p>
<p><a href="/">Homepage</a></p>
</body>
</html>
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
Use "fg" to return to nano.
[3]+ Stopped nano /etc/nginx/conf.d/wisdompetmed.local.conf
root@vagrant:~# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
root@vagrant:~# systemctl restart nginx
root@vagrant:~# curl localhost:80/test
<!DOCTYPE html>
<html lang="en">
<head>
<style>
img {
display:block;
max-height: 35%;
max-width: 35%;
margin: auto;
}
h1,p {
font-size:50px;
text-align:center;
margin: 0 auto 0 auto;
}
</style>
<title>We Couldn't Find It!</title>
</head>
<body>
<h1>404</h1>
<img src="/images/baby-chick-head-in-egg.jpg" />
<p>We can't find what you're looking for!</p>
<p><a href="/">Homepage</a></p>
</body>
</html>
root@vagrant:~# nano /etc/nginx/conf.d/wisdompetmed.local.conf
GNU nano 2.9.3 /etc/nginx/conf.d/wisdompetmed.local.conf
location /test/ {
try_files /var/www/test/ /var/www/test/index.html;
}
location /images/ {
# Allow the contents of the /image folder to be listed
access_log /var/log/nginx/wisdompetmed.local.images.access.log;
error_log /var/log/nginx/wisdompetmed.local.images.error.log;
autoindex on;
}
error_page 404 /404.html;
location = /404.html {
internal;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
internal;
}
location = /500 {
fastcgi_pass unix:/this/will/fail;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment