Bookmarks for 29 nov 2012 from 15:24 to 16:55

These are my links for 29 nov 2012 from 15:24 to 16:55:

  • PowerShell Commands (CMDLETs) for Active Directory by Quest – The ActiveRoles Management Shell for Active Directory is a set of free, predefined commands for Windows PowerShell, the powerful command line and scripting language developed by Microsoft. These commands are designed to help administrators automate common, repetitive and bulk management tasks for Active Directory, such as creating, removing or updating objects in AD.
  • PowerGUI.org – Free Windows Powershell Community – Welcome to PowerGUI.org – a free community for PowerGUI, a graphical user interface and script editor for Microsoft Windows PowerShell!
  • ksh_timer – An interface to evaluate function execution time in shell script in each function or in user-defined sections

    Summary:  ksh_timer helps ksh script developers or administrators to find out quickly and with minimal change in their script, what functions or user-defined sections are time consuming. By default, ksh_timer will time the overall script and each function defined and used in the script. Users can define additional sections of the scripts they need to be timed.

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.

Bookmarks for 25 lug 2012 from 14:52 to 15:47

These are my links for 25 lug 2012 from 14:52 to 15:47:

  • Disaster: LVM Performance in Snapshot Mode – MySQL Performance Blog – In many cases I speculate how things should work based on what they do and in number of cases this lead me forming too good impression about technology and when running in completely unanticipated bug or performance bottleneck. This is exactly the case with LVM
    Number of customers have reported the LVM gives very high penalty when snapshots are enabled (leave along if you try to run backup at this time) and so I decided to look into it.
  • Netexpertise » Mysql Ultra-Fast Backup with LVM – It is generally good practice to respect the two following points when backing up databases. The backup has to be:
    consistent
    fast
    Consistency is easily achieved putting a read lock on all tables beforehands. However, this isn’t always applied, and WILL definately lead to a database integrity problem at some stage.
    Once a lock has been set on the database, the backup has to be as quick as possible, all write instructions being held in the queue.
  • MIME and HTML in Email – How to encapsulate HTML in an email message and send via sendmail

Bookmarks for 10 mag 2011 through 12 mag 2011

These are my links for 10 mag 2011 through 12 mag 2011:

  • ostinato – Packet/Traffic Generator and Analyzer – Google Project Hosting – Ostinato is an open-source, cross-platform network packet crafter/traffic generator and analyzer with a friendly GUI. Craft and send packets of several streams with different protocols at different rates. For the full feature list see below.<br />
    Ostinato aims to be "Wireshark in Reverse" and become complementary to Wireshark.
  • BashPitfalls – Greg’s Wiki – This page shows common errors that Bash programmers make.
  • Wiki structure for AIX documentation – Summary:  This article provides a structure, configuration, and methodology for building and maintaining an automated wiki server for your AIX technical documentation. One of the most difficult tasks associated with system administration is maintaining a centralized documentation repository and enforcing standards for documentation in the repository. The wiki environment helps to create a standardized look-and-feel for your documentation repository and provides an easy to maintain environment for all contributors to the repository.

Bookmarks for 9 mag 2011 through 10 mag 2011

These are my links for 9 mag 2011 through 10 mag 2011:

  • Unix shell scripting with ksh/bash – The goals of this class are to enable you to:<br />
    <br />
    Learn what kinds of problems are suited to shell scripts<br />
    Review the most commonly used Unix commands that are useful in shell scripts.<br />
    Write simple shell scripts using the Bourne, Korn or Bash shells<br />
    These notes are intended for use in a 2-part class, total duration 3 hours[…]
  • Cool, but obscure unix tools :: KKovacs – Just a list of 20 (now 24) little-known tools for the command line — I hope you find something useful that you weren't aware of yet! Use your operating system's package manager to install most of them. (Thanks for the tips, everybody!)<br />
    <br />
    [ via Bru Aggregator ]
  • Securing your Linux vsftp installations by locking down your server and chroot()’ing users – […]I’ve been using vsftpd for quite some time, and it has one of the best security track records of the various FTP server implementations. When I’m forced to use FTP, I always install vsftp and perform a number of actions to lock down my FTP server installation. […]

Bookmarks for 20 set 2010 through 23 set 2010

These are my links for 20 set 2010 through 23 set 2010:

  • Blungr.com | domain name generator – Are you looking for a domain name for your startup or project? Or maybe you are looking for your comapny name?<br />
    Try Blungr.com – a simple domain name generator. Just type one or two keywords, choose settings and mix them up! Also, you can check the domain availability. If it is available, you can purchase it!
  • 20+ .htaccess Hacks Every Web Developer Should Know About | DevMoose – […] Apache's .htaccess(hypertext access) configuration file can be a very powerful tool in a web developer's toolkit if used properly. It can be found in the webroot of your server and can be easily edited using any text editor. In this article I'm going to show you 20 .htaccess hacks and how to use them.<br />
    Before I start with this article I'd like to start by saying that abusing the .htaccess file will hurt the performance of your website. The .htaccess file should only be used if you have no other way to achieve certain things.<br />
    Make sure to back up your current .htaccess file before applying any of the following hacks. […]<br />
    <br />
    via http://www.bufferoverflow.it/
  • Keeping an eye on TSM volumes – […] I wrote a quick script which tells me when volumes in TSM (Tivoli Storage Manager) have access and/or media issues and shoots me off an email. The script does two things:<br />
    1) Checks for volumes which are NOT in the states READWRITE or OFFSITE.<br />
    2) Checks for volumes which have a read/write error count >0.<br />
    I’m sure that most people running TSM in their environment have some sort of daily reporting that gets sent out. If that’s the case, you can simply extract the SQL from the script and use it in your own reporting tools.<br />
    […]
  • Read Ruby 1.9: Free Ebook About the Ruby Programming Language – Very early draft of a book about version 1.9 of the Ruby programming language, released under a Creative Commons license.<br />
    <br />
    [via Bru Blogs Aggregator http://pipes.yahoo.com/codewitchbru/myblogs ]
  • Know Your UNIX System Administrator: A Field Guide – There are four major species of Unix sysad…<br />
    Esilarante 🙂

Bookmarks for 3 ago 2010 through 7 ago 2010

These are my links for 3 ago 2010 through 7 ago 2010:

  • Vi Cheat Sheet
  • Unix KornShell memento – via http://delicious.com/jobadviser
  • 2004: L’ultimo sopruso degli editori: i DRM – Il blog di Chartitalia: – [Questo discorso è stato presentato originariamente al Gruppo di Ricerca di Microsoft e ad altre persone interessate della Compagnia, negli uffici di Redmond il 17 Giugno 2004.<br />
    Questo testo è dedicato al pubblico dominio, utilizzando una licenza Creative Commons – Public Domain Dedication.<br />
    Questa è una versione italiana iniziata da Luca Lizzeri, con contributi di Fruspo e Dinogen, e corretta dalla nostra redazione.]<br />
    <br />
    Me lo appunto qui che non lo trovato più
  • [ubuntu] How to install Windows 7 as a KVM Virtual Machine under Ubuntu … – Well one reason I do it is now I don't have to have a Dual Boot setup on my machine. <br />
    <br />
    Now I always boot into Ubuntu initially and if I need Windows running I just goto System Tools – Virtual Machine Manager (or the command line) to start up Windows XP, Vista or Win7. <br />
    <br />
    Once started it is running concurrently with my Ubuntu Linux so I can easily switch back & forth from Ubuntu to Windows while running applications in BOTH operating systems! <br />
    <br />
    Better than dual-boot where your choice is run one or the other but NOT both simultaneously.<br />
    <br />
    So whether you currently dual boot to WinXP, Vista or some other Operating System you can now use KVM on Ubuntu