Skip to content

Instantly share code, notes, and snippets.

View sree0962's full-sized avatar

sreedeep coppysetty sree0962

View GitHub Profile
@sree0962
sree0962 / gist:8537209
Created January 21, 2014 09:44
MySQL installation
sudo apt-get install mysql-server
sudo netstat -tap | grep mysql
sudo apt-get install libmysql-ruby
mysql -u root -p
sudo apt-get install libmysqlclient-dev
gem install mysql2
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A layout example that shows off a blog page with a list of posts.">
<title>Blog &ndash; Layout Examples &ndash; Pure</title>