amuck-landowner

Search results

  1. wlanboy

    List of reliable sub 20$ per year providers

    Yup we should merge the threads but should keep the referrers.
  2. wlanboy

    NTP - the new DDOS amplifier

    Yup - more than 2/3 are infrastructure attacks.
  3. wlanboy

    My Raspberry Pi + Arduino Project

    Thank you for the link, the I2C bus expander capability is a nice addon.
  4. wlanboy

    What do you use your Raspberry Pi for?

    Currently using my Raspberry Pi to power, programm and test my (Videolink).
  5. wlanboy

    CVPS buys UGVPS

    You're kidding...
  6. wlanboy

    Running a FreeBSD server with jails

    1. Change to ports dir und build it cd /usr/ports/net-im/ejabberd make install 2. Change the config to what you need nano /usr/local/etc/ejabberd/ejabberd.cfg 3. Start server and check status /usr/local/sbin/ejabberdctl start /usr/local/sbin/ejabberdctl status 4. Add admin user...
  7. wlanboy

    Running your own failover DNS setup

    I have updated the tutorial to include the Cloudflare API. Wanted to add the NodePing APi too but:
  8. wlanboy

    Running a FreeBSD server with jails

    I use ejabberd - would that be enough?
  9. wlanboy

    Poor IP Reputation from Client Abuse

    It can be a mistake once. Second time is stupidity. Third time is a kick out of the door.
  10. wlanboy

    Running your own failover DNS setup

    Yup - cloudflare is interesting and nodeping too. Write a PM with the nodeping login and I will test the setup with one of my free .ml domains.
  11. wlanboy

    Running your own failover DNS setup

    It is easy to run your website on different servers. It is easy to run databases accross different servers. Because virtual servers got quite cheap. But it is not that easy to ensure that your visitors are visiting a server that is still running. You can setup more than one A record but a...
  12. wlanboy

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

    Yup - I want to be able to handle the tunnel myself because I am able to choose the provider and the tunnel endpoint myself.
  13. wlanboy

    How to check dns propagation

    Thank you all. IntoDNS is decent and helps a lot to get things sorted on DNS records. Maybe time to build a little tool for that.
  14. wlanboy

    Using varnish as a http cache

    So you are handling wordpress too. Good to see someone doing this because I need an second opinion about "logged in users". if( req.url ~ "^/wp-(login|admin)" || req.http.Cookie ~"(wp-postpass|wordpress_logged_in|comment_author_)" ){ return (pass); }
  15. wlanboy

    Small redis key/value database

    So anyone else using redis?
  16. wlanboy

    Request: Failover DNS account

    Maybe it is possible to do thins on your own. Will think about a lowend solution.
  17. wlanboy

    Running your own vestacp instance

    Just want to check - everything sorted?
  18. wlanboy

    NTP - the new DDOS amplifier

    Found a nice breakdown of the different types of DDOS attacks:
  19. wlanboy

    FreeBSD 10.0-RELEASE Announcement

    I would recommend a reinstall too for major releases - good time to tidy up your machine.
  20. wlanboy

    Running a FreeBSD server with jails

    So if anyone wants some service added feel free to ask. Hopefully some other FreeBSD users will add their stuff too.
Top
amuck-landowner