archivi di July, 2007




la vita segreta dei gatti

Tuesday, July 24th, 2007

non ho mai avuto un gatto se non per poche settimane (una gattina, si chiamava aqua, ma è passato tanto tempo…).
beh, se avete un gatto questa penso sia una grande curiosità: http://www.mr-lee-catcam.de/






cat ha tolto la frangetta

Monday, July 23rd, 2007

cat power si è levata la frangetta.
che è come dire che andy warhol si è fatto i dreadlocks, o che keith richards si è fatto fare una manicure.

ora io dico: kate, se cat si è levata la frangetta, non prendertela se ti lascio definitivamente al tuo pete e non ti cerco più.






comunismodaforma

Wednesday, July 18th, 2007


fa caldo. in studio ci sono 77 gradi. la pressione evapora. bevo acqua calda dal rubinetto e si riversa per terra.
ma per fortuna che ho beccato questo sito: comunismodaforma.zip.net
prima ho iniziato con le casse esterne, poi sono passato in cuffia e ho alzato al massimo tutti i guadagni che avevo a disposizione, e poi mi sono calcato le cuffie sulle orecchie per aumentare il volume.
questo pomeriggio non può finire prima che abbia visto tutto. stile che straborda come sudore dai miei pori. più cool di un brutto naso, più glamour di un vestito rotto. e come per magia avere caldo mi fa piacere. voglio più caldo.






ho visto i primi 75 minuti de “l’amore non va in vacanza”.

Tuesday, July 17th, 2007

CHE.
FILM.
DI.
MERDA.






flex and java: first test

Monday, July 9th, 2007
  • want to install Flex Data Services and
    Tomcat
  • at the
    beginning of the file /opt/fds-tomcat/bin/setclasspath.sh, just after
    “CLASSPATH=”:
    sudo vi /opt/fds-tomcat/bin/setclasspath.sh 
  • add
    these 2 lines (for JAVA_HOME check where your jdk is installed):
    JAVA_HOME=\"/usr/lib/jvm/java-6-sun\"
    BASEDIR=\"/opt/fds-tomcat\"
  • follow
    this instructions file for the tomcat installation process:
    konqueror /opt/fds-tomcat/install.htm
  • if
    everything went fine (muhahahaha) shoud see this admin page:
    http://localhost:8600/
  • now
    can start learning by examples:
    http://localhost:8600/testdrive/index.htm





  • reinstall

    Monday, July 9th, 2007

    two weeks ago i tried to do “distro-upgrade” to Ubuntu Feisty, but something went wrong with my sftware-RAID0, so, after reboot, the filesystem was gone. with a lot of luck, i’ve been able to rescue all my files using mdadm from a booting live cd, but, by the way, after i had to reformat.
    now i have switched from RAID0 to RAID1, but i’m not so sure about security with a software-RAID1 configuration (only one of the two disks has a booting partition, so what happens if THAT disk fails?).

    here are some notes - just for my future needs - about new installation (i know for sure i will reinstall more than once a Feisty distro!):

    • (K)ubuntu
      feisty setup notes:
    • first install a base
      system with the live cd
    • set static IP instead of
      dhcp assigned
    • go to System Settings
      -> Network Settings
    • select your network
      interface
    • set manual IP (don’t forget gateway)
    • save
      changes
    • there is a bug, so have to manually edit
      the file:
    • sudo kate
      /etc/network/interfaces
    • and add “auto eth0″ so that
      it looks like:
    • # The primary network
      interface
      auto eth0
      iface eth0 inet static
      address
      192.168.0.14
      netmask 255.255.255.0
      gateway 192.168.0.1
  • add
    custom resolutions to xorg.conf ( i.e. 1920×1200 )
    • sudo
      scite /etc/X11/xorg.conf
    • add your resolutions like
      this:

    Section “Screen”

    Identifier
    “Default Screen”

    Device
    “Generic Video Card”

    Monitor
    “DELL 2407WFP”

    DefaultDepth 24

    SubSection “Display”

    Depth
    1

    Modes
    “1920×1200″ “1680×1680″ “1600×1200″ “1280×1024″ “1152×864″
    “1024×768″ “800×600″ “720×400″ “640×480″

    EndSubSection

    SubSection “Display”

    Depth
    4

    Modes
    “1920×1200″ “1680×1680″ “1600×1200″ “1280×1024″ “1152×864″
    “1024×768″ “800×600″ “720×400″ “640×480″

    EndSubSection

    SubSection “Display”

    Depth
    8

    Modes
    “1920×1200″ “1680×1680″ “1600×1200″ “1280×1024″ “1152×864″
    “1024×768″ “800×600″ “720×400″ “640×480″

    EndSubSection

    SubSection “Display”

    Depth
    15

    Modes
    “1920×1200″ “1680×1680″ “1600×1200″ “1280×1024″ “1152×864″
    “1024×768″ “800×600″ “720×400″ “640×480″

    EndSubSection

    SubSection “Display”

    Depth
    16

    Modes
    “1920×1200″ “1680×1680″ “1600×1200″ “1280×1024″ “1152×864″
    “1024×768″ “800×600″ “720×400″ “640×480″

    EndSubSection

    SubSection “Display”

    Depth
    24

    Modes
    “1920×1200″ “1680×1680″ “1600×1200″ “1280×1024″ “1152×864″
    “1024×768″ “800×600″ “720×400″ “640×480″

    EndSubSection

    EndSection

      • swap
        (invert) buttons in wacom tablet
      • sudo
        scite /etc/X11/xorg.conf
      • add these 2 rows in the
        “stylus” section
        Option “Button2″ “3″
        Option
        “Button3″ “2″
      • the whole
        section should look like this:

      Section “InputDevice”

      Driver
      “wacom”

      Identifier
      “stylus”

      Option
      “Device”
      “/dev/input/wacom”

      Option
      “Type”
      “stylus”

      Option

      “ForceDevice”
      “ISDV4″
      # Tablet PC ONLY

      Option
      “Button2″ “3″

      Option
      “Button3″ “2″

      EndSection

        • install
          firefox
        • follow instructions from
          http://www.debianadmin.com/install-firefox2-in-ubuntu-and-list-of-recomended-addons.html
      • automatix2
        • follow
          instructions from
          http://www.getautomatix.com/
      • printers
        • installed
          Epson AcuLaser C1100N (networked) following tutorial:
          http://ubuntuforums.org/showthread.php?t=105590&highlight=aculaser
        • and
          then activating the newly installed printer with cups web interface:
        • http://localhost:631/