Posts

Showing posts from June, 2020

How to get all hosts from DNS

dig AXFR your-domain.com @your.dns.server.com Example output: a.your-domain.com.    38400    IN    A    128.123.123.123 b.your-domain.com.    38400    IN    A    128.123.123.123 c.your-domain.com.    38400    IN    A    167.128.123.123  Your IP Address must be included in Allow transfers from..  

Checkout github pull requests locally

Edit .git/config and add bold text below: [remote "origin"]         url = https://github.com/you/your_project.git         fetch = +refs/heads/*:refs/remotes/origin/*         fetch = +refs/pull/*/head:refs/remotes/origin/pr/*   [branch "master"]         remote = origin         merge = refs/heads/master  [remote "master"]         url = https://github.com/friend /friend_project.git         fetch = +refs/heads/*:refs/remotes/master/*         fetch = +refs/pull/*/head:refs/remotes/master/pr/* Then do: git fetch --all And merge example: git merge remotes/origin/pr/2

Using semi automatic espresso machine

Image
How to pull better espresso shot using semi automatic machine? Use burr grinder, really make difference Grind fine but not like powder Preheat portafilter first, wait temp reached and pump water only Fill portafilter with ground and tamp it Wait until temperature reached  Put portafilter into machine You'll need small one shot glass for measuring, put another cup in second spout Press pump button, and stop until 1 ounce or 1 1/2 ounce Result: 😎 Next learn how to froth milk.. 🍼