amuck-landowner

Search results

  1. 5n1p

    Proxying a port (cPanel/WHM specifically) on another server?

    Not sure if this is good solution, but you can do this with socat first install it on your server2 and then: socat TCP4-LISTEN:443 OPENSSL:server1.example.com:2087,verify=0 after that https://server2.example.com should go to server1. You would need to have ssl cert for server2 also. 
  2. 5n1p

    Running a web based terminal (ssh)

    I have used GateOne on lowendspirit and it worked fine, never checked how much memory it used but that server was 128mb without swap.  https://github.com/liftoff/GateOne
  3. 5n1p

    LXC 1.0 Released

    Since you know ruby good this could be good starting point to build your own panel, here are ruby bindings: https://github.com/lxc/ruby-lxc
  4. 5n1p

    LXC 1.0 Released

    LXC web panel does not work for LXC 1.0, that panel is for versions below 0.9. Lets hope they update it soon.
  5. 5n1p

    Namecheap dns servers offline?

    I use dns.he.net , never had problem with it.
  6. 5n1p

    Google broken?

    http://techcrunch.com/2014/01/24/gmail-glitch-is-causing-thousands-of-emails-to-be-sent-to-one-mans-hotmail-account/
  7. 5n1p

    Running your own failover DNS setup

    I have been looking for something like this, and also use dns.he.net, but have not thought of 'dyn', great stuff thank you :)
  8. 5n1p

    Google broken?

    Same error here :(
  9. 5n1p

    Shell script IP extractor

    With python: import re print re.findall(r'[0-9]+(?:\.[0-9]+){3}', open('filenamehere.txt').read())
  10. 5n1p

    Creating a Page Scraper (Web Crawler?) and File Downloader

    You can start here, I haven't tried it my self, just randomly found this article today and then saw this post...
  11. 5n1p

    Packt Publishing e-Books Sale

    :), now when I look at my post, really does look like spam. I don't know about quality I have bought 9 (mostly python related), and first one I read is good for what I have bought it. While I think more advanced users can learn from web tutorials, for newbies I would always suggest to get some...
  12. 5n1p

    Packt Publishing e-Books Sale

    I think some people here could be interesting in some of this books.  http://www.packtpub.com Every e-book is 5$. 
  13. 5n1p

    Private Netflix-like clone in Flask

    This looks great, will try it as soon as possible :)
  14. 5n1p

    Brainstorming an idea

    You can use GET and POST in Bottle too, but Flask is better.
  15. 5n1p

    Brainstorming an idea

    Well not sure about commitment, but sure count me in, I know a bit of python, HTML/CSS, would be great to work with people that know more. P.S. If there is going to be admin positions open I would vote for @wlanboy :). Why? Knows much and no ego at least that is how I see him. 
  16. 5n1p

    vpsBoard community gameserver...

    I only liked Enemy Territory but haven't played in a year or so, now I see Day of Defeat it looks nice, when I get time will try it out.  Newer multiplayer games I never liked. 
  17. 5n1p

    Site Failure: Timeout - in vpsBoard

    Happened to me too today few times, don't have screenshot but will take one next time I see it. I think it was 522 error for me, not sure thought. 
  18. 5n1p

    GetKVM_Ash back with yet another VPS brand

     Its a template http://html5up.net/miniport/
  19. 5n1p

    Home internet speeds

    5 mbps up / 0,5 mbps down, but its cheap about 30$/m.
Top
amuck-landowner