Bookmarks for 17 gen 2013 from 12:08 to 14:17

These are my links for 17 gen 2013 from 12:08 to 14:17:

  • grml.org – Debian Live system / CD for sysadmins and texttool-users – What is Grml?
    Grml is a bootable live system (Live-CD) based on Debian. Grml includes a collection of GNU/Linux software especially for system administrators. Users don't have to install anything on fixed storage. Grml is especially well suited for administrative tasks like installation, deployment and system rescue.
  • The Ultimate USB Stick Setup [splitbrain.org] – 32GB is a lot of space, so why not fill some of it with useful stuff you might need from time to time:

    Windows 7 Installer, because a Windows reinstalls tend to happen suddenly
    Some portable Windows tools, to make that System more bearable
    Some Linux Live system(s) for data recovery and general PC maintenance
    The Arch Linux install image, just in case someone needs assimilation
    Here's how I set it up.

  • ViewDNS.info – Your one source for DNS related tools!

    [ via https://delicious.com/farmando ]

Bookmarks for 10 ott 2012 through 11 ott 2012

These are my links for 10 ott 2012 through 11 ott 2012:

  • davidtv – PAC Manager, Perl/Gtk approach to connections managing
  • PAC Manager | Free software downloads at SourceForge.net – PAC is a Perl/GTK replacement for SecureCRT/Putty/etc (linux ssh/telnet/… gui)… It provides a GUI to configure connections: users, passwords, EXPECT regular expressions, macros, etc. You like 'SecureCRT/SSHMenu'? Check this tool and let me know
  • Build a file server with the Raspberry Pi | Linux User – We’ll be using Arch Linux as the operating system for our file server, because it is small,and has only the minimum packages required for a working system. This means that we can set up the file server without wasting resources on a graphical user interface and other unnecessary packages. Arch Linux comes with hardly any RAM allocated to the GPU by default, which is exactly how we want it for use as a headless server.
  • Registry Settings that can be Modified to Improve Operating System Performance – This section provides a description of recommended values for several registry entries that impact operating system performance. These registry entries can be applied manually or can be applied via the operating system optimization PowerShell script included in Windows PowerShell Scripts.

Bookmarks for 1 ott 2012 through 8 ott 2012

These are my links for 1 ott 2012 through 8 ott 2012:

Bookmarks for 31 lug 2012 from 11:08 to 14:23

These are my links for 31 lug 2012 from 11:08 to 14:23:

  • VMweird | Tales from the Virtualization Crypt! – Tired of day-by-day activities, silly requests by customers, boring meetings?

    This website is right for you! It’s a meeting place for guys working in the Virtualization fields, to meet other like you and share the fun by telling your stories and have a laugh reading from others.

    [ via http://www.vuemuer.it/?p=3641 ]

  • Introduzione a GlusterFS: uno storage scalabile e distribuito – Mia mamma usa Linux! – GlusterFS è un file system open source distribuito e scalabile orizzontalmente, la cui capacità può essere dinamicamente espansa mediante l’aggiunta di nuovi nodi. GlusterFS è in grado di arrivare a gestire fino a diversi peta byte, migliaia di client e diverse aree dati (storage) organizzandole in blocchi che rende accessibili su Infiniband RDMA (remote direct memory access, fibra ottica) o connessioni TCP/IP.
    Le risorse “memoria e disco” vengono rese disponibili sotto un unico punto di condivisione e tali risorse possono essere montate dai client mediante tre diversi protocolli: CIFS, NFS od il client nativo Gluster.
    Questo articolo effettua una prova su strada di GlusterFS, introducendone i concetti e sperimentandone le funzionalità.
  • 800 Open Source Packages for AIX Ready for Downloading NOW (AIXpert Blog) – [...] Instead of getting annoyed and complaining (like me), Michael decided to go and fix this short fall himself and a personal project and "give back" to AIX users world wide. So he compiles the open source packages on AIX and makes them freely available for download from:   http://perzl.org
       This website covers the AIX pre-compiled binaries for 800+ open source packages as RPM's and the other his hot project Ganglia for POWER, AIX and Power Linux [...]
  • Variable Expansion | Variables and Parameters in the Korn Shell | InformIT – Variable expansion is the term used for the ability to access and manipulate values of variables and parameters. Basic expansion is done by preceding the variable or parameter name with the $ character. This provides access to the value.