Skip to content

Instantly share code, notes, and snippets.

View pratyushSnippets's full-sized avatar

pratyushSnippets

View GitHub Profile
@pratyushSnippets
pratyushSnippets / BASH: Personal Colorful Bash & Aliases
Created December 29, 2013 04:06
BASH: Personal Colorful Bash & Aliases
# Aliases
# Places
alias desk="cd ~/desktop"
alias home="cd ~/"
alias ..="cd ../"
alias ...="cd ../../"
alias sites="cd ~/sites/"
# Actions
@pratyushSnippets
pratyushSnippets / PHP: Installation & Config Settings
Created December 29, 2013 04:04
PHP: Installation & Config Settings
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/private/etc \
--with-apxs2=/usr/sbin/apxs \
--enable-cli \
--with-config-file-path=/etc \
--with-libxml-dir=/usr \
--with-openssl=/usr \
@pratyushSnippets
pratyushSnippets / CSS: Eric Meyer's CSS Reset
Created December 29, 2013 04:03
CSS: Eric Meyer's Reset
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,