Skip to content

Instantly share code, notes, and snippets.

View L-u-k-e's full-sized avatar
:octocat:

Lucas Parzych L-u-k-e

:octocat:
  • DEPT®
  • Boston, MA
View GitHub Profile
@L-u-k-e
L-u-k-e / count_total_project_code_lines_in_sublime
Last active August 14, 2016 23:32 — forked from Hexodus/count_total_project_code_lines_in_sublime
Count total code lines in project using Sublime texteditor
// ctrl + shift + F
^.*\S+.*$
#!/bin/sh
# from http://stackoverflow.com/questions/1471571/how-to-configure-postgresql-for-the-first-time
#
# debian jessie
# PostgreSQL 9.3
sudo apt-get install postgresql postgresql-client
# connect to standard system database template1