Even though I googled and used this many time, I always forgot about all these: &2>1
, 1>2&
, 1>&2
. So I hope that
writing it down myself can help to remember their rule.
This is simple step by step guide to setup a Reverse Proxy using nginx in Linux. Installing step takes Ubuntu for example, but you can go to nginx page for other platform install guide.
more...Top starred: https://github.com/search?q=stars:%3E1&s=stars&type=Repositories
more...This is great article of basic things about big O notation. Big O notation is used for describing the complexity of algorithm, or the cost of doing something in worst case. Just want to sum up here.
more...