Skip to content

Instantly share code, notes, and snippets.

View fetchTe's full-sized avatar

te fetchTe

View GitHub Profile
@fetchTe
fetchTe / SublimeSetting.md
Last active October 5, 2015 16:54
Sublime Web Development Setup and Settings

Sublime Settings

A list of the packages and settings I use for Sublime.

Getting Started

import urllib.request,os,hashlib; h = 'eb2297e1a458f27d836c04bb0cbaf282' + 'd0e7a3098092775ccb37ca9d6b2e4b7d'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)
@fetchTe
fetchTe / linuxSetup.md
Last active October 15, 2015 17:48
Basic Linux Setup For Web Development

Linux Setup

###Update We first need to make sure ubuntu is up to speed and updated. Easy way to do this is to use the following commands.

  • sudo apt-get update
  • sudo apt-get upgrade
  • sudo apt-get install ubuntu-release-upgrader-core
  • sudo do-release-upgrade
  • Ati Graphic Card