amuck-landowner

Search results

  1. wlanboy

    DotVPS OpenVZ 64MB - UK

    Updated the dd test. Now I/O runs as fast as the network :D
  2. wlanboy

    Any app developers here?

    It depends on what you want to do. A lot of big corps failed in creating one app for all plattforms (hybrids). They all try, fail and create native apps. PhoneGap and co are just creating HTML5 + JS apps running on their enhanced browser.
  3. wlanboy

    What is your favorite type of vps

    OpenVZ: Just right everthing: Ruby, NodeJS, PHP, static sites, DNS, Proxy, VPN. Even backup servers. If your provider does have a good setup you do not feel any difference between OpenVZ and KVM. KVM: Running huge databases. And running a specific version of a kernel. I do not want to change...
  4. wlanboy

    Continuation of DotVPS brand - HTTP Group Proposed Take Over Cancelled

    @httpzoom Thank you for your imput. @httpzoom/Jack Looks like a premature announcement to me.
  5. wlanboy

    Ways we can help VPSB to become more popular

    I will not stop adding tutorials ;)
  6. wlanboy

    What is your favorite type of vps

    I read both polls on WHT and LET. This poll allows multi selection - if you have more than one type of vps you use. And I do want to know why you use your favorite type of vps. But please: No technical lists of advatages - we all know them. I am interested in the purpose of the vps.
  7. wlanboy

    Coding contest: Community driven ping/traceroute project

    I did not know both projects. Both look really good: https://github.com/mojeda/ServerStatus https://github.com/telephone/LookingGlass And I don't like the idea to reinvent the wheel. My current favorit is LookingGlass. It has: Commands (all nedded ones) IPv4 & IPv6 support Rate limiting...
  8. wlanboy

    DotVPS OpenVZ 64MB - UK

    That's the reason I bought this little box: Location and good network.
  9. wlanboy

    What is the best way to block Torrent Ports

    This is quite simple. L7-Filter is an addon to iptables. Add iptable rules to your tun0 device. Done. iptables -I FORWARD -m layer7 --l7proto bittorrent -j DROP There is a really good book about this topic: http://www.packtpub.com/linux-firewalls/book
  10. wlanboy

    Small HTTP proxy (+ SOCKS)

    I don't think that it is supported. There are currently two ways of autentification: allowedClients allowedClients = 127.0.0.1, 10.10.1.0/24 authCredentials authCredentials = username:password
  11. wlanboy

    [Market Research] For People in Europe or Near Europe - Would you buy 500GB in the US or 250GB in EU

    Well I think a more important point is missing: I would even take the 250GB in the US. My current backup box is in Atlanta. In my opinion ping does not count for backups. Only throughput. If I could choose between 30ms with 1Mbit/s or 130ms with 30Mbits/s ... well what connection would you...
  12. wlanboy

    Why does eth0 keep resetting?

    My first thought was dhcp-client or avahi-daemon. But yes the network manager does have it's own configuration which is used to override all existing configs. But you can disable this: sudo stop network-manager echo "manual" | sudo tee /etc/init/network-manager.override And it has got a...
  13. wlanboy

    DotVPS OpenVZ 64MB - UK

    He immediately took care about it. Updated my dd test today.
  14. wlanboy

    Share a website that's not of the "big ten"

    http://hackaday.com/ All about hardware hacks.
  15. wlanboy

    What do you use your Raspberry Pi for?

    Transmit FM using Raspberry Pi and no additional hardware. <- One of a lot of reasons to read HackADay.
  16. wlanboy

    DotVPS OpenVZ 64MB - UK

    Provider: DotVPS Plan: OpenVZ 64mb VPS Price: 10$ per year Location: Maidenhead, UK Purchased: 05/2013 Hardware information: cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 58 model name : Intel(R) Xeon(R) CPU E3-1270 V2 @...
  17. wlanboy

    Ideas and suggestions for vpsBoard

    Your're right. Nothing to complain about.
  18. wlanboy

    What do you use your Raspberry Pi for?

    Ah ... you might have get one of the broken images then... Remove all lines in the file "/etc/udev/rules.d/70-persistent-net.rules" (or better just delete the file) and reboot.
  19. wlanboy

    What do you use your Raspberry Pi for?

    What os + version are you using?
Top
amuck-landowner