amuck-landowner

Search results

  1. wlanboy

    iwStack, a Prometeus project - who is using them and network throughout

    Yup that's an upstream problem. Do a "wget http://cachefly.cach....net/100mb.test -O /dev/null" on both. We will see two different ips. Would be interesting to see who is filtering the traffic.
  2. wlanboy

    iwStack, a Prometeus project - who is using them and network throughout

    It states that it is a "CPU model :  QEMU Virtual CPU version (cpu64-rhel6)". Did you activate virtio drivers for the network? Whould be nice to see some traceroutes to NL/UK/NY/DAL/ATL/SEA/LAS. What upstream providers are they using?
  3. wlanboy

    Review - AnyNode OpenVZ 1GB

    Time to update: Thats 1 day 19 hours and 49 minutes of downtime. The 14 days entry is wrong - a bug at statuscake (just look at the date/time stamps). There was one kernel panic at the host node - it was not set to auto reboot - which caused 16 hours of downtime. And a node reboot that...
  4. wlanboy

    Which companies need reviews?

    If I should add information - just ask on the review post. I am open to any suggestions. Looking back to the last year I did write some - not so shiny things about providers: SecureDragon -> Bandwith cap -> but they withdraw that. BlueVM -> me leaving Buffalo through bandwith/routing issues...
  5. wlanboy

    Get your own /64 IPv6 network without the help of your provider

    HE.NET will not die and they keep services running (not like Google). I am using this service (three tunnels) for over one year without probelms. Support is nice (but a little slow - big corp). With the help of the support I was able to move one of my tunnels to a new IP (client IPv4) because...
  6. wlanboy

    Small redis key/value database

    And it is indeed easier: nano /etc/apt/sources.list.d/dotdeb.org.list deb http://packages.dotdeb.org squeeze all deb-src http://packages.dotdeb.org squeeze all wget -q -O - http://www.dotdeb.org/dotdeb.gpg | sudo apt-key add - apt-get install redis-server
  7. wlanboy

    Which companies need reviews?

    Mind adding some additional words? Do you use pluralis majestatis or do you say that vpsboard does not have any real reviews? Second that. It should be about daily usage. Main reason why I write down for what purpose I am using the vps. (Remote desktop vs MongoDB cluster node) Yup - won't...
  8. wlanboy

    Small redis key/value database

    Some stories about Redis used by "small" websites:
  9. wlanboy

    Google kills Schemer

    Not at all. No task managment more on a level of a purchase list.
  10. wlanboy

    Using varnish as a http cache

    Main reason to publish this tutorial: Get someone with more experince adding some usefull notes. PS: How does your vcl look like?
  11. wlanboy

    Google kills Schemer

    A "social" todo list. There were two projects building a small project managment system on top of it. We might have to wait a year for that.
  12. wlanboy

    Small redis key/value database

    Yup - memcache is in the same familiy of database systems like redis. So lets compare Redis and MySQL: Redis is an in-memory database. Your data has to fit in your free memory. MySQL stores the data on disks, and cache part of the data in memory. Redis is a data storage server. There is no...
  13. wlanboy

    1000th post - RabbitMQ with different programming languages

    You can call it like that. RabbitMQ is a big IRC server for programmers :) The main benefit is that you can do all your calls asynchronous. So you do not create a worker and call a method: Worker w1 = new Worker(); Result res = w1.dosomthing(); But you send a message and wait for a...
  14. wlanboy

    Google kills Schemer

    Do you remember the invite-only service Google started in January 2012? No? No problem - they killed it:
  15. wlanboy

    Using varnish as a http cache

    Depends on the app behind. Things like Cache-Control: no-cache, must-revalidate and http authentification can bypass the cache.
  16. wlanboy

    Small redis key/value database

    I want to add two http based (REST) interfaces of redis: Webdis (libevent-dev base C) lark (python lib for Django, and Flask)
  17. wlanboy

    Using varnish as a http cache

    Second that. Just log the http output of your webserver and realize how often your server is sending the exact same message.
  18. wlanboy

    Managed VPS

    First point: He will need DNS and Mail. And you should be knowing what you are doing if you want to do that yourself. I wrote my mail server tutorial after 1.5 years of operating a email server. Regarding your list: If it would be only that. You forgot: Limiting connections iptables...
Top
amuck-landowner