amuck-landowner

Search results

  1. splitice

    Device security while traveling?

    @drmike I'll see what I can do. Its not particularly difficult :) Heres yubicos tutorial - https://www.yubico.com/wp-content/uploads/2014/02/TrueCrypt-v1.3.pdf
  2. splitice

    Device security while traveling?

    The second slot of my Yubikey is a static password (random 32 char). Something else is also required to complete the key as well. Truecrypt is used to provide FDE.
  3. splitice

    Device security while traveling?

    Full Disk Encryption, controlled by my Yubikey (one hidden as a backup, one on me). Although I might just encrypt a non OS partition in the future to improve general gaming performance (even with Hardware AES there is still a bit of an overhead). My primary workstation is a laptop, so it has a...
  4. splitice

    Hack

    Peronally I like hack, good PHP code has been enforcing documented types (i.e PHPDoc) for a while now. PHPStorm then does a great job infering for code completion. I imagine they will do an even better job with Hack. This and the features of Hack make will make it very popular in my opinion...
  5. splitice

    How to monitor how many seconds server is down?

    I would recommend setting up Zabbix.
  6. splitice

    Do you use Bitcoin?

    Personally I dont mind the $1,000 threshold. I wish I could enlarge it, I would be happy instead for NET30 or NET60. Its currently costing me $35 per wire transaction to receive it after all. Not huge, but when receiving payments few times a month it would be nice to fix it, its not like they...
  7. splitice

    SNMP MIB Browser

    Does anyone know any neat tools for browsing a SNMP MIB file? Every tool I have downloaded and played with so far that has claimed the capability has instead been a SNMP browser. I only want to explore the MIB (definition) so that I can identify potential information that could be available on...
  8. splitice

    How often do you update your servers?

    Servers running customer purchased services? 3 monthly - with updates of specificly vulnerably services / libraries in the interim. Feature updates as needed (with deployment plans). Servers with IP based ACLs doing backend processing work (i.e log processing or database serving)? 9 - 9 monthly...
  9. splitice

    NGINX Security / Lockdown & Tips

    http://ngx.readthedocs.org/en/latest/topics/depth/ifisevil.html I would recommend the map module.
  10. splitice

    What are some uncommon and unique web-servers such as Cherokee and Hiawatha?

    Nginx is a great platform for writing a Mitigation system - Ill attest to that. :)
  11. splitice

    Keep Track of Your Services! (Lightweight PHP script)

    http://en.wikipedia.org/wiki/Object-relational_mapping PHP has Doctrine for example
  12. splitice

    Keep Track of Your Services! (Lightweight PHP script)

    He could be using an ORM, that's acceptable too.
  13. splitice

    Keep Track of Your Services! (Lightweight PHP script)

    Good practice isn't enough? I am not going to argue with you over it.
  14. splitice

    Keep Track of Your Services! (Lightweight PHP script)

    I have submitted an example, imagine what mischief I could get up to. Could redirect you to a site that look like your company intranet login for example :)
  15. splitice

    Keep Track of Your Services! (Lightweight PHP script)

    It was not me, but from what I gather its lack of HTML escaping.
  16. splitice

    What's for Lunch?

    Just about to cook some pizza. I hope it tastes as good as that looks Mann.
  17. splitice

    Taking Regular & Secure backups on your server

    Just finished a large upgrade. Asymmetric encryption, slight performance improvement (thanks PeterMosmans) and custom upload functions. You can now specify custom upload methods, just define a upload_$NAME function in upload/upload_$NAME.sh. Then all you need to do is change $BACKUP_MODE to the...
  18. splitice

    [Confirmed] GreenValueHost being sold to XFuseSolutions

    @drmike I assume you are referring to the lack of SSL. Despite the name they look to have their WHMCS url setup without https:// # curl https://secure.greenvaluehost.com/ -v * About to connect() to secure.greenvaluehost.com port 443 (#0) * Trying 104.37.246.84... * connected * Connected to...
  19. splitice

    [Confirmed] GreenValueHost being sold to XFuseSolutions

    @drmike Greenvaluehost.com is not offline for me at the moment, nor is secure.Greenvaluehost.com (WHMCS)
Top
amuck-landowner