amuck-landowner

Search results

  1. wlanboy

    Searching for a simple CMS

    GetSimple is good. If you need something stright simple you can test Stacey (or Kirby if you want to spend money). If you want to use Markdown take Pico. Its like Stacy but with Markdown and Plugin support.
  2. wlanboy

    VPS in South America

    Not that easy. I know that HostDime and Edis do offer services in South America. Maybe g2khosting (Argentina) meets your requirements.
  3. wlanboy

    SecureDragon Changes Up Their Bandwidth Pricing

    Any news on the DC change?
  4. wlanboy

    CI & Deployment System

    I don't think you need any plugin. HHVM is a PHP runtime so you just have to select the correct paths to run php inside of HHVM.
  5. wlanboy

    Snapchat databse leaked

    What am I downloading? You are downloading 4.6 million users' phone number information, along with their usernames. People tend to use the same username around the web so you can use this information to find phone number information associated with Facebook and Twitter accounts, or simply to...
  6. wlanboy

    Big RAM VPS - who actually uses them and for what?

    Most of my vps do have 128 MB of RAM. Enough space for about everything. Webstack (even VestaCP), mail servers, Ruby workers, MongoDB arbiters, RabbitMQ cluster nodes, etc. But I do have three high RAM vps (all from specials): 1 GB OpenVZ - my site's backbone - (Redis + MongoDB master +...
  7. wlanboy

    Linux tool to generate picture out of a string

    First of all: Thanks for the suggestions. I am not talking about performace but about RAM usage. I found the Ruby wrapper - makes my life easy. Thank you! Thanks for the advise. Someone is currently scraping my Twitter archive. I have identified the ips. The RabbitMQ server is currently...
  8. wlanboy

    Bring out your crystal ball: Some IPv6 Questions

    ARIN, etc can force their clients to implement IPv6 if they would force everyone who wants to keep IPv4 addresses to use at least the same number of subnets for IPv6. But this is only one side of the medal. The ones providing the internet access to the consumers don't need anyone and cannot be...
  9. wlanboy

    Kodo Technologies announces HostGuard VPS Control Panel

    Some comments: If you post about your product on a board please add screenshots and a tldr. If you do advertise your homepage - ensure it loads faster than 10 seconds [it is really slow]. If you want be part of the community introduce yourself
  10. wlanboy

    DO not scrubbing disks?

    Funny how cloud users think about the product they are buying. Same security issue with hard drives out of storage devices. Is everyone sure that his provider is destorying the drives that are end of life (SMART) or flipped out of the array?
  11. wlanboy

    In case you're wondering where your avatar went...

    I really liked to upload my avatar. Please delete all avatars again to ensure we again have some fun.
  12. wlanboy

    Linux tool to generate picture out of a string

    I am searching for a little linux tool that I am able to call via Ruby (shell) to generate pictures out of a string. Hopefully I do not have to work with ImageMagick - it is using too much RAM. Even if you limit it like: -limit memory 64 -limit map 128 Any suggestions?
  13. wlanboy

    List of VPS/Dedi providers using Colo Crossing

    Second that. Last time I bought out of LEB was the "KVM2: BLUEVM BIRTHDAY SPECIAL (NY)". That was in April or May. If I remeber correctly all other please-take-my-money actions are vpsboard related: BlueVM new Zurich location -> vpsboard special DotVPS new UK offers -> vpsboard special...
  14. wlanboy

    In case you're wondering where your avatar went...

    Login in to Gravatar, download image, login into vpsboard upload image. Done <_<
  15. wlanboy

    PHP What is my IP

    So lets put this into some ip update script: <?php if (! isset($_SERVER['HTTP_X_FORWARDED_FOR'])) { $client_ip = $_SERVER['REMOTE_ADDR']; } else { $client_ip = $_SERVER['HTTP_X_FORWARDED_FOR']; } $fname = "/var/www/ipdata.txt"; if ($_GET['action'] == "update") { $handle = fopen($fname,"w")...
  16. wlanboy

    PHP What is my IP

    I would include proxies: if (! isset($_SERVER['HTTP_X_FORWARDED_FOR'])) { $client_ip = $_SERVER['REMOTE_ADDR']; } else { $client_ip = $_SERVER['HTTP_X_FORWARDED_FOR']; }
  17. wlanboy

    The truth about Mao and BuyVM

    Thanks. We will see what happens if 20% of the latest topics are about "bad BuyVM" and if the topics are on page 1 of google search results. Hey they pushed the seo of vpsboard to harm CC - but this knife can bite back. I am waiting for a statement like "this does have detrimental influence...
  18. wlanboy

    The truth about Mao and BuyVM

    So if I can count correctly he is allowed to create about 30 "BuyVM is bad" topics ;) And of course after that about 30 "Xavvo or Catalysthost is bad" topics too. Yup I was waiting for a situation like this. Dr. Mike lowered the bar of "what should be allowed" to the absolut minimum. It was...
  19. wlanboy

    How to Solve DDoS - SolveDDOS.com

    He cannot "ruin" this community by bashing. If he would be able to ruin it - Dr. Mike had allready killed it with the CC rants. For me only the target is different. But this should only be a problem of BuyVM and not one of the community.
  20. wlanboy

    Unix/Linux command to get all domain names under one IP

    Wasn't there a website that allready scraped the whole google dns servers? Would be fun to how the domains are allocated through the different subnets.
Top
amuck-landowner