Bookmarks for 19 lug 2010 through 21 lug 2010

These are my links for 19 lug 2010 through 21 lug 2010:

  • portablelinuxapps – PortableLinuxApps provides portable applications for Linux that you can carry around and use on every Linux computer running one of the supported major distributions.<br />
    <br />
    [via http://www.dynamick.it/portablelinuxapps-applicazioni-pronte-alluso-3026.html]
  • phpvirtualbox – A web-based VirtualBox front-end written in PHP – An open source, AJAX implementation of the VirtualBox user interface written in PHP. As a modern web interface, it allows you to access and control remote VirtualBox instances. Much of its verbage and some of its code is based on the (inactive) vboxweb project.<br />
    <br />
    phpVirtualBox was created for people (like me) who prefer not to have to log in to their headless VirtualBox host to administer their virtual machines.<br />
    <br />
    [via http://lifehacker.com/5590935/phpvirtualbox-manages-your-virtual-machines-remotely]
  • OpenStack Open Source Cloud Computing Software – What the software does: The goal of OpenStack is to allow any organization to create and offer cloud computing capabilities using open source software running on standard hardware. OpenStack Compute is software for automatically creating and managing large groups of virtual private servers. OpenStack Storage is software for creating redundant, scalable object storage using clusters of commodity servers to store terabytes or even petabytes of data.<br />
    <br />
    via http://www.ossblog.it/post/6525/la-nasa-e-rackspace-rilasciano-openstack-su-launchpad

Bookmarks for 9 lug 2010 through 15 lug 2010

These are my links for 9 lug 2010 through 15 lug 2010:

  • Free online OCR
  • A Tcpdump Tutorial and Primer | danielmiessler.com – Tcpdump is the premier network analysis tool for information security professionals. Having a solid grasp of this über-powerful application is mandatory for anyone desiring a thorough understanding of TCP/IP. Many prefer to use higher level analysis tools such as (Ethereal) Wireshark, but I believe this to usually be a mistake.[...]
  • Gioco di Squadra & Intelligenza Collettiva – Il MIT Media Lab ha creato Mars Escape, gioco on line per due persone il cui obiettivo è contribuire all’educazione di Nexi.<br />
    <br />
    Obiettivo del gioco è quello di permettere al robot di assolvere a determinati compiti con l’ausilio dell’essere umano. Le strategie e le interazioni sviluppate dai partecipanti servono a fornire le informazioni necessarie al raggiungimento di questo obiettivo.<br />
    <br />
    In Mars Escape il giocatore può mantenere le sembianze umane personificando un astronauta o, al contrario, convertirsi in un robot; lo scenario, come suggerisce il nome, è una stazione spaziale su Marte.<br />
    <br />
    [via http://delicious.com/pecus ]

Bookmarks for 22 feb 2010 through 1 mar 2010

These are my links for 22 feb 2010 through 1 mar 2010:

  • 10 Useful Google Spreadsheet Formulas You Must Know – woorkup.com – Google Spreadsheet is a powerful and free tool to manage complex spreadsheets. This tutorial illustrates ten useful formulas you must know to help you simplify the way you work in Google Spreadsheet.
  • La focaccina aromatizzata : A totanus in the net – Uno dei passaggi obbligati della carriera di “panettiere in casa” è quello di provare a fare il panino aromatizzato. Le ricette in proposito sono migliaia e quindi non vale la pena star qui a spiegare dosi e quantità.

    Mi faceva invece piacere condividere una metodologia.

  • Apache2 / Worker / Fcgid / PHP5 on Debian Linux – Quando il tuo web server non riescie piu’ a gestire le numerose richieste che gli arrivano da tutto il mondo, e’ ora di pensare di cambiare gestione di Apache2 per qualcosa che richieda meno risorse e risulti piu’ performante

    La soluzione di usare Apache in modalita’ “worker” (multi-threaded) invece di quella tradizionale “prefork” e’ il compromesso giusto per ottenere un ottimo web server.

    il problema con il modulo “worker” e’ che quest’ultimo non supporta il modulo nativo per Apache di PHP, per questo bisogna usare php5-cgi e fastcgi (fcgid)[...]