Subscribe to Lists Subscribe to RSS Subscribe to Comments

L'Opinione

di Loris Palmerini

September 7, 2010, 7:28 pm
  • Riproduzione riservata
  • Le vie legali per il federalismo esistono da 20 anni, se qualcuno ha il coraggio di applicarle

    Al tempo del referendum sulla devolution, che era una bufale tremenda, spiegavo che il FEDERALISMO FISCALE E’ GIA’ LEGGE dal 1989 (ecco la pagina in cui lo spiegavo), L’anno scorso poi, nel 2008, nel famoso ricorso a Strasburgo è stato chiesta di imporre all’italia anche l’applicazione della Carta Europea sull’Autogoverno degli Enti locali (oltre ad altre 10 cose).

    Ecco una registrazione di un intervento telefonico nel quale spiego che cosa implica questa carta.

    Sempre più risulterà chiaro che il federalismo che la Lega cerca di realizzare non è nulla rispetto a questa Carta che è già legge della Repubblica dal 1989.

    [youtube AZRipb9VkwM nolink]

    convert this post to pdf.
    Articoli correlati:
    Intervista Video su Current TV – la falsa storia sui veneti

    Una intervista per current TV dove parlo delle falsità della storia ufficiale riguardo ai veneti.

    Se dai il voto favorevole andrà anche su Sky

    snapshot intervista

    convert this post to pdf.
    Articoli correlati:
    A linux script that make a backup of the folder with a different filename each time

    A simple script to backup the entire directory and subfolders execpt  files and path that contain “data”  in the string.

    Each backup have a unique filenames with the date in it.

    #!/bin/bash
    # Loris Palmerini 2009 - copyright http://www.mozilla.org/MPL/MPL-1.1.html
    # a simple script to backup the entire didirectory and subfolder
    # execpt the filename and path that contain "data"
    # each backup have a unique filenames with the date
    # prefix of the filename or beggining part
    prefix=bck
    # the "date" of today in form of YYmmDDhhMMss
    data=$(date +%Y%m%d%H%M%S)  # See date command
    # we add the ".tgz" suffix beacouse we will use tar -cvz
    filename=$prefix$data".tgz"
    # uncomment the next to print the filename
    #echo "Backup file filename = $filename"
    # list the file of the directory 1 per line and print only
    #lines without "data" in the name of file or path
    # You can remove grep command to backup all
    ls -1 | grep -v "data" > filelist
    # creating the backup with the file listed in filenames
    # as it print backupd files, remove the "v" in -cvzf to make it silenced
    tar --files-from=filelist -cvzf $filename
    # uncomment the next if You want  to close the shell
    #exit 0
    convert this post to pdf.
    Articoli correlati:

    Blogrankings.com
    Based on "Fluidity" theme originnaly designed by http://www.kaushalsheth.com/ -:- Sponsored by Web Hosting -:-