Create the 'master' repo
mkdir big-repo
cd big-repo
git init
Add the first 'child' repo
Create the 'master' repo
mkdir big-repo
cd big-repo
git init
Add the first 'child' repo
________________ | |
| |_____ __ | |
| SUCK A COCK | |__| |_________ | |
|________________| |::| | / | |
/\**/\ | \.____|::|__| < | |
( o_o )_ | \::/ \._______\ | |
(u--u \_) | | |
(||___ )==\ | |
,dP"/b/=( /P"/b\ | |
|8 || 8\=== || 8 |
[PHP] | |
;;;;;;;;;;;;;;;;;;; | |
; About php.ini ; | |
;;;;;;;;;;;;;;;;;;; | |
; PHP's initialization file, generally called php.ini, is responsible for | |
; configuring many of the aspects of PHP's behavior. | |
; PHP attempts to find and load this configuration from a number of locations. | |
; The following is a summary of its search order: |
Run this using the following:
curl -L https://raw.github.com/gist/3675060/{FILENAME}.sh | sudo bash -s
#How to run these commands
curl -L https://raw.github.com/gist/3085368/_base-setup.sh | sudo bash -s sudo su -l jenkins curl -L https://raw.github.com/gist/3085368/_jenkins-user-setup.sh | bash -s
#Compiling Nginx with RTMP module
sudo apt-get install python-software-properties dpkg-dev git
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update
/build
sudo apt-get source nginx-full
We call Free Time Activities to your hobbies / projects / studies / interests (outside your job). Example: Reading, Working, Networking, Researching, Creating, Discovering, Practising
Should probably be
We call Free Time Activities your hobbies / projects / studies / interests (outside your job). Example: Reading, Working, Networking, Researching, Creating, Discovering, Practising
Then you can get away with using FTA as an abbreviation in the rest of your questions
#!/bin/sh | |
############################################################################## | |
# This script will monitor the number of lines in a log file to determine the | |
# number of requests per second. | |
# | |
# Example usage: | |
# ./logs_rps.sh -f 15 -i /var/www/http/access.log | |
############################################################################## |
#Things to install on new MacBooks to make moar awesome
##Install these
✘ ⮀ ~/code/mobile5/ads/node-samsung-lovenote ⮀ ⭠ send-queues± ⮀ node | |
> a = {} | |
{} | |
> a.b = function(){console.log('aaaa')} | |
[Function] | |
> | |
undefined | |
> s = 'b'; | |
'b' | |
> a[s] |