amuck-landowner

Search results

  1. wlanboy

    Some strong words from none other than LowEndAdmin

    Done: http://lowendtalk.com/discussion/10671/some-strong-words-from-non-other-than-lowendadmin
  2. wlanboy

    Some strong words from none other than LowEndAdmin

    Chief will not answer. I mean - if this is true - what should he say?
  3. wlanboy

    Raise the message limit

    Yup weird. I did not find anything on the profile settings page. So I tought that must be a global setting. For me it is still 50: 28% of your quota (50 messages)
  4. wlanboy

    XBOX One

    For me console gaming is all about easy gaming. I have one afternoon a week (max) where I do have some time for gaming. I do not have time for DRM and driver hassle. So I switched to consoles. Looking forward to the new generation but I have no clue if I should buy a Xbox or PS. My History...
  5. wlanboy

    Raise the message limit

    Maybe you just have to clean your inbox :D
  6. wlanboy

    Raise the message limit

    Hi MannDude I wanted to write you a message but it looks like your message box is full. The following errors were found The member MannDude cannot receive any new messages Maybe we should raise the message limit in this forum?
  7. wlanboy

    Ideas and suggestions for vpsBoard

    What system do you want to use? Paypal, Flattr?
  8. wlanboy

    Which deal to keep?

    Really nice discussion about the topic dedi vs vps. I want to add a new argument: Benefits of vps: different locations more bandwith shared risk Maybe some examples will explain my idea in detail: Separate mail servers (for different domains) Separate dns servers Backup space in different...
  9. wlanboy

    Install and configure KVM to your dedicated server

    You have a pc that is just doing nothing? You have a dedicated server and want to play around without messing things up? Enable KVM on your linux kernel to create one/view virtual servers. Check if your cpu has Intel VT-x or AMD-V egrep -c '(vmx|svm)' /proc/cpuinfo 1 means that your cpu does...
  10. wlanboy

    Which deal to keep?

    Depends on what you want to do with it. But I would not keep both. Plan A: Keep the vps. You won't have any hassle. Enough RAM for database, webserver and a lot of scripts. If it has got enough CPU power and I/O speed for you then just keep it. Do not buy something you do not use. Plan B...
  11. wlanboy

    Best web server when resources are not limited?

    @prometeus After searching for a while I have found a test including apache 2.2 and apache 2.4: http://www.rootusers.com/web-server-performance-benchmark/ Looks like apache 2.4 is really faster thatn apache 2.2.
  12. wlanboy

    LET, is it worth going back?

    I will read their offer section.
  13. wlanboy

    Cleanup your OpenVZ Ubuntu image

    Yes they do have all the TurnKey App images but not a single minimal install...
  14. wlanboy

    Your own OpenVPN WLAN

    @HalfEatenPie Which version of dd-wrt are you using?
  15. wlanboy

    Best web server when resources are not limited?

    My short how-to for lighttpd configuration: http://vpsboard.com/index.php?/topic/244-using-lighttpd-as-a-webservce-and-proxy/
  16. wlanboy

    Using lighttpd as a webservce and proxy

    If someone needs a short how to for self signed ssl certificate: sudo apt-get install openssl cd /etc/lighttpd openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes 365 stands for the number of days. So in this example for 1 year.   Three single lines to create a ssl...
  17. wlanboy

    Using lighttpd as a webservce and proxy

    I do like lighttpd. It is easy to setup and is running with low resources. This tutorial will show some nice config featues of lighttpd. basic configuration First of all there is a macro doing all the config stuff for you. Enabling a mod, including the list of available mods, is quite easy...
  18. wlanboy

    Best web server when resources are not limited?

    The configuration of lighttpd is quite simple. You have one lighttpd.conf in /etc/lighttpd and some additional module config files: /etc/lighttpd/conf-enabled$ ls -al total 8 drwxr-xr-x 2 root root 4096 Apr 19 09:15 . drwxr-xr-x 4 root root 4096 Apr 10 12:23 .. lrwxrwxrwx 1 root root 30 Apr...
  19. wlanboy

    Best web server when resources are not limited?

    My preference is lighttpd. I use it for small php sites and as a front end proxy for my thin/rails apps. Proxy setup is quite easy: $HTTP["host"]=~ "domain.com|domain2.com" { proxy.balance = "fair" proxy.server = ("" => (( "host" => "127.0.0.1"...
  20. wlanboy

    BuyVM OpenVZ 128MB (NY)

    It was a traceroute to the accelerated network in germany. Traceroute to france (lemonde.fr): 3 207.86.157.13 (207.86.157.13) 0.413 ms 0.503 ms te7-4.ccr01.buf02.atlas.cogentco.com (38.122.36.45) 139.799 ms 4 216.156.0.253.ptr.us.xo.net (216.156.0.253) 16.365 ms 16.172 ms...
Top
amuck-landowner