Skip to content

Instantly share code, notes, and snippets.

View standingby's full-sized avatar
🎯
Focusing

Sanat standingby

🎯
Focusing
  • Almaty
  • 11:26 (UTC +05:00)
View GitHub Profile
@standingby
standingby / postgres-cheatsheet.md
Created February 14, 2020 01:48 — forked from Kartones/postgres-cheatsheet.md
PostgreSQL command line cheatsheet

PSQL

Magic words:

psql -U postgres

Some interesting flags (to see all, use -h or --help depending on your psql version):

  • -E: will describe the underlaying queries of the \ commands (cool for learning!)
  • -l: psql will list all databases and then exit (useful if the user you connect with doesn't has a default database, like at AWS RDS)
@standingby
standingby / README-Template.md
Created December 25, 2019 11:38 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@standingby
standingby / autoexec.cfg
Last active September 2, 2023 06:10
CS: GO autoexec. Put in cfg folder e.g. C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg, start cs and type exec autoexec
// Show damage given in the console
// ===================
developer "1"
con_filter_text "Damage given"
con_filter_text_out "Player:"
con_filter_enable "2"
// Open scoreboard, show netgraph and clear bullets/blood
// ===================
net_graph "1"
@standingby
standingby / GitConfigHttpProxy.md
Created May 29, 2018 09:36 — forked from evantoli/GitConfigHttpProxy.md
Configure Git to use a proxy

Configure Git to use a proxy

##In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like: