Skip to content

Instantly share code, notes, and snippets.

View thapasamir's full-sized avatar

samirthapa thapasamir

View GitHub Profile
@thapasamir
thapasamir / opendir.md
Created December 26, 2021 15:23 — forked from jermspeaks/opendir.md
Manually Searching OpenDirectories on Google

Manually Searching OpenDirectories on Google

For videos/movies/tvshows :

intext:\"Search Term\" intitle:\"index.of\" +(wmv|mpg|avi|mp4|mkv|mov) -inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)

Images :

@thapasamir
thapasamir / postgres-cheatsheet.md
Created May 26, 2021 05:36 — 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)
@thapasamir
thapasamir / frontendDevlopmentBookmarks.md
Last active March 22, 2021 07:59 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.