Skip to content

Instantly share code, notes, and snippets.

View Parsiuk's full-sized avatar
🙀
No clue man, no clue o_O

Maciek Klasa Parsiuk

🙀
No clue man, no clue o_O
View GitHub Profile
@gvenzl
gvenzl / TestDatabaseSetup.md
Last active January 13, 2025 03:21
Setup scripts for test databases for Oracle, MySQL, Postgres, SQL Server, and Db2
@kislayverma
kislayverma / steve-yegge-google-platform-rant.md
Created December 26, 2019 07:11
A copy (for posterity) of Steve Yegge's internal memo in Google about what platforms are and how Amazon learnt to build them

I was at Amazon for about six and a half years, and now I've been at Google for that long. One thing that struck me immediately about the two companies -- an impression that has been reinforced almost daily -- is that Amazon does everything wrong, and Google does everything right. Sure, it's a sweeping generalization, but a surprisingly accurate one. It's pretty crazy. There are probably a hundred or even two hundred different ways you can compare the two companies, and Google is superior in all but three of them, if I recall correctly. I actually did a spreadsheet at one point but Legal wouldn't let me show it to anyone, even though recruiting loved it.

I mean, just to give you a very brief taste: Amazon's recruiting process is fundamentally flawed by having teams hire for themselves, so their hiring bar is incredibly inconsistent across teams, despite various efforts they've made to level it out. And their operations are a mess; they don't really have SREs and they make engineers pretty much do everything,

@styblope
styblope / docker-api-port.md
Last active April 24, 2025 13:32
Enable TCP port 2375 for external connection to Docker

Enable TCP port 2375 for external connection to Docker

See this issue.
Docker best practise to Control and configure Docker with systemd.

  1. Create daemon.json file in /etc/docker:

     {"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]}
    
@penguinpowernz
penguinpowernz / etc-resolv.conf
Last active October 17, 2021 21:30
BECAUSE FUCK resolvconf
# THIS FILE MAY BE EDITED MANUALLY
nameserver 192.168.3.1
nameserver 8.8.8.8
# BECAUSE FUCK resolvconf
@HatemMahmoud
HatemMahmoud / Ubuntu rbenv
Created September 7, 2011 12:56
Installing Ruby 1.9.2 with OpenSSL on Ubuntu 11.04 using ruby-build and rbenv
# for more info: https://gist.github.com/1120938