amuck-landowner

Search results

  1. C

    How to use whatsapp from your linux box

    I have no idea, but if it wouldn't a notice should be put in the Wazapp site
  2. C

    Captcha for your ssh login

    Yep, but since the code is quite simple, there could exist zillions of variations which could be fun for both, crackers and system administrators =), so far I've not found any automated robot who could pass the captcha successfully. The idea here is not to only rely on this technique to secure...
  3. C

    Captcha for your ssh login

    The text is generated by figlet, the size and font can be changed in line 157 of pam_captcha.c, the screenshot here just show the default fliglet generated text. It works for me, so it's unlike it than I recreate the packages for such change...
  4. C

    vpsBoard birthday contest! Enter to win!

    Captcha for your ssh login =)
  5. C

    Captcha for your ssh login

      This pam module is product of Jordan Sissel [0] and it's so cool than I package it for Debian|Ubuntu, so.., on this tutorial I'll show you how to add captcha protection to your vps instances =)   Installation $ sudo add-apt-repository ppa:chilicuil/sucklesstools $ sudo apt-get update && sudo...
  6. C

    vpsBoard birthday contest! Enter to win!

    Shundle, a simple plugin manager for general purposes shells =)
  7. C

    shundle, a simple plugin manager for general purpose shells

    Shundle is a general sh plugin manager I wrote when I realized how messy my ~/.bashrc was getting. It helps you to manage your aliases, colors and history, although it could be extend to cover anything (it's based on plugins). I created few plugins around it to show the concept; colorize...
  8. C

    vpsBoard birthday contest! Enter to win!

    How to use whatsapp from your linux box =)
  9. C

    How to use whatsapp from your linux box

    Whatsapp uses a modified XMPP protocol to power its service, an Egyptian programer (Tarek Galal) started to work on a client for Blackberry before the company made an agreement with Whatsapp. They agreed on throwing away Tarek's efforts and provide a native client for the platform. Tarek went...
Top
amuck-landowner