amuck-landowner

Search results

  1. peterw

    Raspberry Pi powered by solar module

    I want to run my Raspberry Pi with Wifi dongle powered by solar panels. Do you know a everything included package that can be bought and sold in the EU? How big should the solar panels be to have enough power for a Raspberry Pi?
  2. peterw

    Target confirms leak of 40mil CC data

    Another retailer:
  3. peterw

    You asked - we delivered. Bandwagon Host in Florida and Micro plans... And KiwiVM!

    Will not buy anything at that price because it will not last one year.
  4. peterw

    CVPS buys UGVPS

    The list is up to date and can be viewed at lowendbox.
  5. peterw

    How to have a VPS failover to another VPS if the first one goes down?

    Use a Failover DNS accountin Service:
  6. peterw

    My Raspberry Pi + Arduino Project

    I prefer the new LiquidCrystal library: https://bitbucket.org/fmalpartida/new-liquidcrystal/overview New LiquidCrystal library - LCD Library. This library is a derivative of the original LiquidCrystal Library as sourced in the Arduino SDK. The library supports most Hitachi HD44780 based LCDs...
  7. peterw

    My Raspberry Pi + Arduino Project

    If you want a easy setup take a LCD with Hitachi HD44780 driver. LiquidCrystal.h is badass. #include <LiquidCrystal.h> LiquidCrystal lcd(12, 11, 5, 4, 3, 2); void setup() { lcd.begin(16,2); } void loop() { lcd.setCursor(0, 0); lcd.print("I like Arduino"); delay(500)...
  8. peterw

    CC Buffalo down for 12 minutes?

    Keep your enemies closer :lol:
  9. peterw

    Running a FreeBSD server with jails

    Great to see the configuration of fail2ban. I forgot to install it on my kvm. Why do you only block the port? I do block the whole ip. ipfw add deny all from 'table(1)' to any
  10. peterw

    FreeBSD 10.0-RELEASE Announcement

    Thank you for the commands. I tried it but it takes too long to finish so I will install the new version to my kvm.
  11. peterw

    My Raspberry Pi + Arduino Project

    Nice setup. How do you even out the pin pulses for the shift register? I use a capacitor for this problem. Is everthing going through the shift register or do you connect directly to the leds? Are you using /dev/ttyUSB0 for the communication? What library do you using? I use pySerial for the...
  12. peterw

    wlanboy.com - how it started

    Mikho please accept my apology for my harsh words.
  13. peterw

    100TB a month challenge

    Then they should not offer that.
  14. peterw

    FreeBSD 10.0-RELEASE Announcement

    freebsd-update -r 10.0-RELEASE upgrade Correct?
  15. peterw

    FreeBSD 10.0-RELEASE Announcement

    How do I upgrade my running FreeBSD?
  16. peterw

    FreeBSD 10.0-RELEASE Announcement

    FreeBSD 10.0-RELEASE Announcement Some of the highlights: GCC is no longer installed by default on architectures where clang(1) is the default compiler. BIND has been removed from the base system. make(1) has been replaced with bmake(1), obtained from the NetBSD Project...
  17. peterw

    100TB a month challenge

    Varnish cache for vpsboard for not logged in users. Or be a mirror for some open source movies: http://www.sintel.org/wp-content/content/download.html http://route66.vebfilm.net/free/en http://www.bigbuckbunny.org/index.php/download/ http://orange.blender.org/download
  18. peterw

    Mumble Server for VPSBoard?

    Teamspeak is easier and just running well. I vote for a vpsboard teamspeak server.
  19. peterw

    Zeneva - Bad experience? I want to hear about it.

    I am lucky that they replied to my sales ticket too late. What a mess.
  20. peterw

    List of community links.

    The first post needs a update and the links have to be added to the header of this page too.
Top
amuck-landowner