amuck-landowner

Search results

  1. 5n1p

    OpenVZ vps disk encryption

    I don't think you can encrypt disk in ovz but you could try this:  http://www.howtoforge.com/how-to-encrypt-directories-partitions-with-ecryptfs-on-debian-squeeze to encrypt directories.
  2. 5n1p

    Nginx redirect http to https

    you can also have two servers defined in vhost cfg: server { listen 80; server_name domain.com; return 301 http://www.domain.com$request_uri; } server { listen 80; server_name www.domain.com; ... }
  3. 5n1p

    Online Code Editor

    That was what I was doing with codiad. :) 
  4. 5n1p

    hello vpsboard

    Nice intro. Hi :)
  5. 5n1p

    Online Code Editor

    This one I have tried http://codiad.com/ but now want to try: http://icecoder.net/  it seems it has more features and looks better
  6. 5n1p

    Favourite Web-dev IDE?

    You can try http://icecoder.net/ and you can combine it with https://github.com/replit/repl.it (demo http://repl.it/languages)
  7. 5n1p

    Favourite Web-dev IDE?

    Just registered for public beta at koding, it looks great.  Here is referral link: https://koding.com/?r=5n1p i will get 250MB more space, or use not referral link https://koding.com Enjoy!
  8. 5n1p

    Favourite Web-dev IDE?

    Aptana Studio http://www.aptana.com/
  9. 5n1p

    Anyone can convert this into Nginx rewrite rules?

    #ignored: condition 0 if ($rule_0 = "1"){ rewrite ^/ /$bref_1 redirect; } if (-f $request_filename.php){ set $rule_1 1$rule_1; } if ($rule_1 = "1"){ rewrite ^/ /$uri.php last; }   according to http://www.anilcetin.com/
  10. 5n1p

    Prometeus expands to Dallas, today not April 1st

    Its beta for only existing customers so I hope they will have IPv6 soon, after they go official.
  11. 5n1p

    Prometeus expands to Dallas, today not April 1st

    You beat me to it, got same mail this morning :)
  12. 5n1p

    Recovering data from old desktop drives

    http://www.r-studio.com/ this never let me down when i had to recover disk data. I used it on windows but it runs on linux and mac also.
  13. 5n1p

    he.net certification

    Yes I got T-shirt also.
  14. 5n1p

    Happy birthday, HalfEatenPie!

    Happy birthday :)
  15. 5n1p

    SSH on restrictive networks

    it uses 443 (https), i have send you PM to try it from my system (you will need ipv6 thought, since its ipv6 only vps) . 
  16. 5n1p

    SSH on restrictive networks

    You should try this: https://github.com/liftoff/GateOne I have tried it on lowendspirit UK and works great :)
  17. 5n1p

    What is size of your Monitor?

    2 x 22'', resolution on both of them 1680x1050 and i find it good for this size of monitor. Also there is 10'' netbook but don't use it that much. 
  18. 5n1p

    NGINX commercial release

    "Nginx challenges Microsoft IIS for the number two slot in web server market share, but seems to have even bigger ambitions with its new commercial release."...
  19. 5n1p

    Do you wear computer glasses? Share your experience

    Have to agree on all @buffalooed said. I had glasses with minimum correction factor +0,25, but after some time of wearing them my head started to heart alot, and I'm sitting on pc for 8 to 12 hours a day in last 10 or more years, after I adjusted my seat and raised monitor with using proper...
  20. 5n1p

    What was your first computer?

    First I had "pecom", I think it was spelled like this, and few years after that Commodore 64 :)
Top
amuck-landowner