Download iso via BitTorrent.
http://isoredirect.centos.org/centos/5/isos/x86_64/
- mount iso and boot vm
- use default partition table
- use defaults for dialogs
- hostname configuration: TBD
Download iso via BitTorrent.
http://isoredirect.centos.org/centos/5/isos/x86_64/
scp -P {port} "{user}@{host}:/path/to/remote_file.ext" /path/to/local_file.ext | |
scp -P {port} {user}@{host}:/path/to/remote_file*.ext . |
$ sudo system-config-securitylevel |
.box { font: 10px sans-serif; } | |
.box line, .box rect, .box circle { stroke: #000; stroke-width: 1.5px; fill: #fff; } | |
.box .center { stroke-dasharray: 3 3; } | |
.box .outlier { stroke: #ccc; fill: none; } |
<!doctype html> | |
<html> | |
<head> | |
<title>D3 Tutorial</title> | |
<script type="text/javascript" src="http://d3js.org/d3.v2.min.js"></script> | |
</head> | |
<body> | |
Original tutorial: | |
<a href="http://needforair.com/blog/2012/05/09/d3-tutorial/">http://needforair.com/blog/2012/05/09/d3-tutorial/</a> | |
<br/> |