sudo add-apt-repository ppa:weather-indicator-team/ppa
sudo apt-get update
sudo apt-get install indicator-weather
        
        
      
    Vedere il Digitale Terrestre con chiavetta DVB
        Io posseggo la chiavetta USB marchiata Think Xtra (RTL2832U) che da Ubuntu viene riconosciuta così: Bus 001 Device 004: ID 1d19:1101 Dexatek Technology Ltd. DK DVB-T Dongle Occorre installare: sudo apt-get install mercurial build-essential linux-headers-`uname -r` hg clone http://linuxtv.org/hg/v4l-dvb cd v4l-dvb wget http://xgazza.altervista.org/Linux/DVB/Drivers/RTL2832U_patch_v4l_dvb.diff patch -p1 < RTL2832U_patch_v4l_dvb.diff make sudo make...
        
        
          [Read More]
        
      
    Aggiungere una sveglia o alarm clock
        sudo apt-get install alarm-clock
        
        
      
    Scaricare un intero sito – Download an entire website
        wget --random-wait -r -p -e robots=off -U mozilla http://www.example.com
        
        
      
    Vuoi mettere un avviso ad un certo orario?
        echo "notify-send Preparati" | at 18:50