- SYNOPSIS
This documentation is written about how to make a CoreOS's ISO file from pxe boot image.
- REQUIREMENTS
| mkdir ~/git/website.git && ~/git/cd website.git | |
| git init --bare | |
| mkdir ~/webapps/website | |
| git config core.bare false | |
| git config core.worktree /home/rafi/webapps/website ; NO TRAILING SLASH!!! Will screw up things real bad. | |
| git config receive.denycurrentbranch ignore | |
| ; create a hook | |
| cat > hooks/post-receive | |
| #!/bin/sh |
| // Module dependencies | |
| var express = require('express'), | |
| mysql = require('mysql'); | |
| // Application initialization | |
| var connection = mysql.createConnection({ | |
| host : 'localhost', | |
| user : 'root', |
| [{"regex": ["http://*youtube.com/watch*", "http://*.youtube.com/v/*", "https://*youtube.com/watch*", "https://*.youtube.com/v/*", "http://youtu.be/*", "http://*.youtube.com/user/*", "http://*.youtube.com/*#*/*", "http://m.youtube.com/watch*", "http://m.youtube.com/index*", "http://*.youtube.com/profile*", "http://*.youtube.com/view_play_list*", "http://*.youtube.com/playlist*"], "about": "YouTube is the world's most popular online video community, allowing millions of people to discover, watch and share originally-created videos. YouTube provides a forum for people to connect, inform, and inspire others across the globe and acts as a distribution platform for original content creators and advertisers large and small.", "displayname": "YouTube", "name": "youtube", "domain": "youtube.com", "subdomains": ["m.youtube.com"], "favicon": "http://c2548752.cdn.cloudfiles.rackspacecloud.com/youtube.ico", "type": "video"}, {"regex": ["http://*twitch.tv/*", "http://*justin.tv/*/b/*", "http://*justin.tv/*/w/*"], "about": |
Download from here:
MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to: Sublime Text
Make it executable with: chmod u+x Sublime\ Text
| /** | |
| * Chat CSS | |
| * | |
| * @author Michael <[email protected]> | |
| * @author Patrick <[email protected]> | |
| * @copyright 2011 Amiado Group AG, All rights reserved. | |
| * @copyright 2012, 2013 Patrick Stadler & Michael Weibel. All rights reserved. | |
| */ | |
| html, body { |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| <!DOCTYPE html> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <title>GCM Sender</title> | |
| </head> | |
| <body> | |
| <h2>GCM Sender</h2> | |
| <form method="POST" name="input" action="gcm_sender.php" /> |