Shaare your links...
611 links
efpe's bookmarks Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 14 / 31
Newer►
  • zaproxy - OWASP ZAP: An easy to use integrated penetration testing tool for finding vulnerabilities in web applications. - Google Project Hosting
    The OWASP Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications.

    It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing as well as being a useful addition to an experienced pen testers toolbox.
    Sun Aug 24 17:29:25 2014 - permalink -
    - https://code.google.com/p/zaproxy/
    pentest
  • CloudHarmony
    transparency for the cloud
    We simplify the comparison of cloud services by providing reliable and
    objective performance analysis, reports, commentary, metrics and tools
    Tue Aug 12 13:44:32 2014 - permalink -
    - https://cloudharmony.com/
  • Polírozás, Autó polírozás, Autó waxolás, Autókárpit tisztítás, Autó lámpabúra polírozás, Motor szélvédõ plexi polírozás, Motor polírozás, Motor waxolás, Bõr tisztítás, Bõr ápolás, Alufelni polírozás
    Wed Jul 30 12:37:31 2014 - permalink -
    - http://polirozas.com/index.html
  • Virtual Machine (VM), Windows Virtual PC & Browserstack | Modern.IE
    Wed Jul 9 15:48:31 2014 - permalink -
    - https://www.modern.ie/en-us/virtualization-tools
  • Livemap |
    Live map from Kompass maps
    Tue Jul 8 11:03:37 2014 - permalink -
    - http://www.kompass.de/livemap/
  • locatrix/xs-pacemaker · GitHub
    XenServer plug-ins for Pacemaker
    We've written a pair of plug-ins for Pacemaker to help create an automatically redundant active/passive pair of XenServers VMs using a DRBD backend.
    Tue Jul 8 11:03:22 2014 - permalink -
    - https://github.com/locatrix/xs-pacemaker
  • Computer Laboratory: Capsicum: practical capabilities for UNIX
    Mon Jul 7 20:51:47 2014 - permalink -
    - http://www.cl.cam.ac.uk/research/security/capsicum/
  • sysdig | Home
    Tue Jun 24 17:04:12 2014 - permalink -
    - http://www.sysdig.org/
  • SELinux/Tutorials/Where to find SELinux permission denial details - Gentoo Wiki
    Mon Jun 23 22:13:39 2014 - permalink -
    - https://wiki.gentoo.org/wiki/SELinux/Tutorials/Where_to_find_SELinux_permission_denial_details
  • SELinux/Troubleshooting - FedoraProject
    Mon Jun 23 22:10:45 2014 - permalink -
    - http://fedoraproject.org/wiki/SELinux/Troubleshooting
  • Grafana - Graphite and InfluxDB Dashboard and graph composer
    Tue Jun 10 10:58:50 2014 - permalink -
    - http://grafana.org/
    graphite monitoring
  • PowerShell : UDP Client and Syslog Messages | SGCUniv Blog
    Wed Jan 22 13:17:10 2014 - permalink -
    - https://www.sgc-univ.net/powershell-udp-client-and-syslog-messages/
  • Climbing Extreme: Just for ice climbing.
    Wed Jan 22 13:16:53 2014 - permalink -
    - http://www.climbingextreme.com/
  • RocksDB | A persistent key-value store for fast storage environments
    RocksDB is an embeddable persistent key-value store for fast storage. RocksDB can also be the foundation for a client-server database but our current focus is on embedded workloads.
    Fri Jan 3 11:37:23 2014 - permalink -
    - http://rocksdb.org/
  • Deploying Openstack - O'Reilly Media
    Thu Dec 5 15:57:40 2013 - permalink -
    - http://shop.oreilly.com/product/0636920032601.do
  • OpenStack Operations Guide - O'Reilly Media
    Thu Dec 5 15:57:36 2013 - permalink -
    - http://shop.oreilly.com/product/0636920032625.do
  • Riemann - A network monitoring system
    Riemann aggregates events from your servers and applications with a powerful stream processing language. Send an email for every exception raised by your code. Track the latency distribution of your web app. See the top processes on any host, by memory and CPU. Combine statistics from every Riak node in your cluster and forward to Graphite. Send alerts when a key process fails to check in. Know how many users signed up right this second.
    Thu Dec 5 13:50:04 2013 - permalink -
    - http://riemann.io/
    graphite monitoring
  • Semantic Versioning 2.0.0
    In the world of software management there exists a dread place called "dependency hell." The bigger your system grows and the more packages you integrate into your software, the more likely you are to find yourself, one day, in this pit of despair.

    In systems with many dependencies, releasing new package versions can quickly become a nightmare. If the dependency specifications are too tight, you are in danger of version lock (the inability to upgrade a package without having to release new versions of every dependent package). If dependencies are specified too loosely, you will inevitably be bitten by version promiscuity (assuming compatibility with more future versions than is reasonable). Dependency hell is where you are when version lock and/or version promiscuity prevent you from easily and safely moving your project forward.

    As a solution to this problem, I propose a simple set of rules and requirements that dictate how version numbers are assigned and incremented. These rules are based on but not necessarily limited to pre-existing widespread common practices in use in both closed and open-source software. For this system to work, you first need to declare a public API. This may consist of documentation or be enforced by the code itself. Regardless, it is important that this API be clear and precise. Once you identify your public API, you communicate changes to it with specific increments to your version number. Consider a version format of X.Y.Z (Major.Minor.Patch). Bug fixes not affecting the API increment the patch version, backwards compatible API additions/changes increment the minor version, and backwards incompatible API changes increment the major version.

    I call this system "Semantic Versioning." Under this scheme, version numbers and the way they change convey meaning about the underlying code and what has been modified from one version to the next.
    Wed Nov 27 10:37:54 2013 - permalink -
    - http://semver.org/
    concept version versioning
  • Getting Started Writing Chef Cookbooks the Berkshelf Way, Part 2 - Mischa Taylor's Coding Blog
    In this installment, Part 2, we’re going to create a new database recipe. In Part1 MyFace is just a web application serving up a static page. Now we’re going to enhance MyFace so that it stores account information in a persistent MySQL database.
    Wed Nov 27 10:36:42 2013 - permalink -
    - http://misheska.com/blog/2013/06/23/getting-started-writing-chef-cookbooks-the-berkshelf-way-part2/
    chef mysql ruby
  • Getting Started Writing Chef Cookbooks the Berkshelf Way, Part 1 - Mischa Taylor's Coding Blog
    Jamie Winsor hasn’t yet updated his guide to authoring cookbooks the Berkshelf way to match recent changes related to Vagrant 1.x and Chef 11 This post is an attempt to update these instructions, walking through Jamie’s and Sean O’Meara’s example app - MyFace. For more information on Berkshelf, check out his recent talk and slides from ChefConf 2013.
    Tue Nov 26 21:48:05 2013 - permalink -
    - http://misheska.com/blog/2013/06/16/getting-started-writing-chef-cookbooks-the-berkshelf-way/
    chef osx puppet ruby vagrant
Links per page: 20 50 100
◄Older
page 14 / 31
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.