amuck-landowner

Search results

  1. wlanboy

    Google kills Schemer

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

    1000th post - RabbitMQ with different programming languages

    So this is my 1000th post. Hopefully most of them were worth reading. Looking back to the last year my best find for new servers was the RabbitMQ server. If anybody wants to play with RabbitMQ he/she can send me a PM I will create him/her a free account on my RabbitMQ server in Dallas. If...
  3. wlanboy

    Running LXC containers with Debian

    My love to LXC started again after from jarland about LXC and Ubuntu. Ubuntu (latest stuff) and LXC are nice partners and play well. The web-based GUI is done in the right way. But basically you do not need the GUI and you do not need Ubuntu to use LXC. My tutorial today will show the basic...
  4. wlanboy

    BlueVM KVM 512 MB (CH)

    Provider: BlueVM Plan: KVM 512mb VPS Price: 24$ per year Location: Zurich, Swizz Purchased: 05/2013 Hardware information: cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 2 model name : QEMU Virtual CPU version 1.5.0 stepping...
  5. wlanboy

    Recent openssl website defacement

    First off the final details: Last updated: 3rd January 2014 On Sun 29th December 2013 at around 1am GMT the home page of www.openssl.org was defaced. We restored the home page just after 3am GMT and started forensics, investigation, and recovery. The OpenSSL server is a virtual server which...
  6. wlanboy

    Searching for a screenshot tool

    I used Dropler - but they killed the free accounts. So I am in search for an alternative. Currently I am testing LightShot and Monosnap. Any other suggestions?
  7. 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...
  8. 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?
  9. wlanboy

    How to check dns propagation

    I currently found two (good) websites that do check the propagation on DNS entries: whatsmydns.net viewdns.info Any other tools/sites available?
  10. wlanboy

    Suggestions for push content to http clients

    Our sports club is hosting quite a big tournament and we want to provide live coverage. I want to build something that can cover this and I am looking for some input. There are quite some options for this scenario: Static pages: git commit -> git pull XMLHttpRequest Web sockets Messaging...
  11. wlanboy

    Target confirms leak of 40mil CC data

    Target Confirms Unauthorized Access to Payment Card Data in U.S. Stores. A phone call from my sister just raised my attention to this. Why does no company care about PCI DSS?
  12. wlanboy

    Running your own vestacp instance

    VestaCP is a free and open source contol panel. I am running two instances for about three months and have to admit that I do like it more than zpanel. The basic configuration is solid and the integration of: Nginx SSL SPF and DKIM AntiSpam / Antivirus Backups is really well done...
  13. wlanboy

    Running a lightweight music streaming service

    Music Player Daemon (mpd) for Linux allows remote access to music files and managing playlists and of course streaming (via http) of the music too. Patchfork is a PHP (Pear) script that is able to control mpd. 1. Install mpd apt-get install mpd lame 2. Configure mpd nano /etc/mpd.conf...
  14. wlanboy

    Running a lightweight GUI on your vps

    Even on a low RAM vps you are able to run a desktop environment. If you do have a lot of free RAM you can even run desktop apps and IDEs like Eclipse on your vps. I use my KVM vps to have a portable and accessable Ruby and Java development environment. One of the desktop managers that do have...
  15. wlanboy

    lowendspirit.com goes 503

    503 Service Unavailable No server is available to handle this request. Looks like today is a server error day. Does anyone know what up with lowendspirit?
  16. wlanboy

    MongoDB test accounts for developers

    I am running a single MongoDB instance for testing and benchmarking on a 1GB RAM vps. Currently all my MongoDB related stuff is working as it should and the vps is idling. So I tought it would be a nice idea to share this MongoDB server with developers on this board. If anyone want to play...
  17. wlanboy

    TacticalVPS 1GB OpenVZ - TX

    Provider: TacticalVPS Plan: OpenVZ 1GB VPS Price: Beta account Location: Dallas, TX [Cloudshards rackspace] Received: 11/2013 Hardware information: cat /proc/cpuinfo (2x) processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R)...
  18. wlanboy

    Running a FreeBSD server with jails

    My first touch with BSD was a shell account on FreeBSD 4.2. 13 years later (ouch I am old) FreeBSD shines on version 9.2. If you have a dev box (KVM) which is idling take it and install FeeBSD on it. It is Unix but it does not bite if you know how to handle everything. If your start your KVM...
  19. wlanboy

    Running your own radio station recorder

    I like to listen to some radio stations but there are some shows that have bad airtimes. So my Raspberry Pi (with an attached 500GB usb drive) is my personal radio recorder. 1. How do you get the stream urls of your favorit radio station? Visit listenlive.eu to get a quite complete list of...
  20. wlanboy

    Running KVM inside of KVM

    Jarland posted a good tutorial about turorial for that. On Debian 7 you have to enable the virtual NAT network: #List all virtual netoworks virsh net-list --all #Network default marked as autostarted: virsh net-autostart default #Start network virsh net-start default Quite some fun to run...
Top
amuck-landowner