http://docs.aws.amazon.com/AmazonVPC/latest/GettingStartedGuide/GetStarted.html
phpMyAdmin
Type | Protocol | Port Range | Destination |
---|---|---|---|
SSH | TCP | 22 | 0.0.0.0/0 |
// @flow | |
import { PureComponent, type Node, Fragment } from 'react'; | |
import { TimelineLite } from 'gsap'; | |
import SplitText from 'Lib/gsap-bonus/umd/SplitText'; | |
import Waypoint from 'react-waypoint'; | |
type RevealTextProps = { | |
children: Node, | |
waypointTopOffset: string, | |
waypointBottomOffset: string, |
http://docs.aws.amazon.com/AmazonVPC/latest/GettingStartedGuide/GetStarted.html
phpMyAdmin
Type | Protocol | Port Range | Destination |
---|---|---|---|
SSH | TCP | 22 | 0.0.0.0/0 |
$ cd ~ | |
$ sudo curl -sS https://getcomposer.org/installer | sudo php | |
$ sudo mv composer.phar /usr/local/bin/composer | |
$ sudo ln -s /usr/local/bin/composer /usr/bin/composer | |
then you can run | |
$ sudo composer install |
<div class="twitter-widget"> | |
<div class="header cf"> | |
<a href="http://twitter.com/kayrel" target="_blank" class="avatar"><img src="http://cameronbaney.com/codepen/twitter-widget/avatar.jpg" alt="Edwin Delgado"></a> | |
<h2>Edwin Delgado @kayrel</h2> | |
<p>I do not recall how I came into existence.<br>Something to do with my dad and mom.</p> | |
</div> | |
<div class="stats cf"> | |
<a href="#" class="stat"> | |
<strong>1,250</strong> | |
tweets |
<!-- | |
Breaking Bad | |
A tribute to the best fucking series in the world. | |
Just some CSS and SVG. I created the SVG from the original Logo with | |
Photoshop (path) and Illustrator (SVG). | |
The original Logo is © by American Movie Classics Company LLC. | |
<div class="banner"> | |
<div class="line"> | |
<span>Fancy Banners</span> | |
</div> | |
<div class="line"> | |
<span>Make It Look</span> | |
</div> | |
<div class="line"> | |
<span>Nice & Classy</span> | |
</div> |
<ul class="comments"> | |
<li class="comment"> | |
<a href="#" title="View this user profile" class="photo"><img src="http://designitcodeit.com/live/45S6P0fit0nM/img/photo1.png" alt="Kasper"></a> | |
<div class="meta">Kasper | 2012.07.24 14:58 <a class="reply">Reply</a></div> | |
<div class="body">Cupcake ipsum dolor sit amet. Icing donut cheesecake muffin marzipan chocolate biscuit. Sweet roll chocolate marzipan.</div> | |
</li> | |
<li class="comment level-2"> | |
<a href="#" title="View this user profile" class="photo"><img src="http://designitcodeit.com/live/45S6P0fit0nM/img/photo-default.png" alt="Photo"></a> | |
<div class="meta">John | 2012.07.24 15:21 <a class="reply">Reply</a></div> | |
<div class="body">Candy soufflé bear claw apple pie bear claw marshmallow. Jelly brownie wafer chocolate jelly.marzipan pastry sesame snaps apple pie.</div> |
<h1>Choose your character</h1> | |
<form> | |
<li> | |
<input name="r" type="radio" id="spongebob" /> | |
<label>Spongebob</label> | |
</li> | |
<li> | |
<input name="r" type="radio" id="patrick" /> | |
<label>Patrick</label> |
<h1>Choose your character</h1> | |
<form> | |
<li> | |
<input name="r" type="radio" id="spongebob" /> | |
<label>Spongebob</label> | |
</li> | |
<li> | |
<input name="r" type="radio" id="patrick" /> | |
<label>Patrick</label> |