Live data from Hacker News

agentzh's Nginx Tutorials

agentzh.org

21–26 of 26 posts

Re: agentzh's Nginx Tutorials

#21
post #17

Are there any tutorials on how to start a vps as a beginner from scratch? I mean in one place rather than looking for a tutorial in linux then another on apache or nginx and so on...

There's http://library.linode.com/

But I'd highly suggest learning how to administer a Linux installation from the command line locally before you create a VPS and open yourself up to be hacked as you try to learn how to do everything.

Re: agentzh's Nginx Tutorials

#22

Earlier quoted context omitted.

I see this as valid reason. Although, did not see difference on ubuntu and windows. What browser + OS you use? While this is a reasonable explanation, I see many cases where system fonts set wrong and as a result an unstyled page look terrible.

> What browser + OS you use? I saw the problem with Firefox 10 on CentOS. My default font was specifically configured to Bitstream Vera Serif. Setting the default font in the Preferences seems to only change it for the encoding in the active tab (unless you go into the Advanced dialog). For several Asian languages it wanted to use "serif", which appears to be the 20-year-old X11 default version.

[deleted]

Re: agentzh's Nginx Tutorials

#23
agentzh is a great mentor. He has helped me number of times, often looking at my configurations and getting into my systems and tweaking things around to make them work. He even installed the powerful openresty on one of my machines to demonstrate how it can solve my problems and did some benchmarks for me. Respect to agentzh!! cant wait to see it evolve from here

Re: agentzh's Nginx Tutorials

#24

The source repository is here https://github.com/agentzh/nginx-tutorials

Strangely, even though it has a public Github repository, you're not allowed to copy it according to agentzh's copyright notice.

Re: agentzh's Nginx Tutorials

#25

Earlier quoted context omitted.

Fix your browser/OS default font settings. This page have 0 styling and page with 0 styling should look perfect on your screen if you have everything configured correctly.

That page declares lang="zh" in the html tag. So it's probably not using the default font for Western or Unicode, but whatever the browser maps to Simplified Chinese. In my case that was much uglier, and I had to fix it to read the page.

Thank you for pointing this out. I've just fixed the lang attribute of the html tag. It is "en" now :)

Re: agentzh's Nginx Tutorials

#26

There's two of us at 37signals building projects on top of the HttpLua / ngx_lua module. The OpenResty ( http://www.openresty.org ) project is absolutely worth a look if you are willing to live on the edge and you wan't incredibly fast performance. I can't say enough good things about the work agentzh and chaoslawful have been up to lately -- just check out their Github profiles.

If you're not living on the edge, you're taking up too much space.
Post reply on HN