Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • Differenze per "Stinko"
Differenze tra le versioni 103 e 104
Versione 103 del 29/10/2006 18.14.47
Dimensione: 997
Autore: Stinko
Commento:
Versione 104 del 01/11/2006 00.31.44
Dimensione: 6743
Autore: Stinko
Commento:
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 42: Linea 42:

[[BR]]
||<tablestyle="float:right; font-size: 0.9em; width:50%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Indice'''[[BR]][[TableOfContents]]||

''' .:: LAVORI IN CORSO ::. '''

= Adeguare i repository =
Aprire un terminale e lanciare il seguente comando che aprirà il file sources.list:
{{{
sudo gedit /etc/apt/sources.list
}}}

Sostituire il contenuto del file con il seguente (copia/incolla):
{{{
## Add comments (##) in front of any line to remove it from being checked.
## Use the following sources.list at your own risk.

deb http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu edgy-proposed main restricted universe multiverse

## MAJOR BUG FIX UPDATES produced after the final release
deb http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

## UBUNTU SECURITY UPDATES
deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
deb http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse

## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera, DesktopSecure and more to come.)
deb http://archive.canonical.com/ubuntu edgy-commercial main

#skype
deb http://download.skype.com/linux/repos/debian/ stable non-free

## PLF REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
## wget http://packages.freecontrib.org/ubuntu/plf/12B83718.gpg -O- | sudo apt-key add -
deb http://packages.freecontrib.org/plf edgy-plf free non-free
deb-src http://packages.freecontrib.org/plf edgy-plf free non-free
}}}

Salvare il file e chiudere Gedit.

= Aggiornare il sistema =
Aprire un terminale e lanciare i seguenti comandi in sequenza:
{{{
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
}}}

= Abilitare l'accellerazione 3D su schede Ati =

...

...

= Installare fonts aggiuntivi =
Aprire un terminale e lanciare il seguente comando:
{{{
sudo apt-get install xfonts-intl-arabic xfonts-intl-asian xfonts-intl-chinese xfonts-intl-chinese-big xfonts-intl-european xfonts-intl-japanese xfonts-intl-japanese-big xfonts-intl-phonetic gsfonts-x11 msttcorefonts
}}}
poi..
{{{
sudo fc-cache -f -v
}}}

= Masterizzazione =
Installiamo GnomeBaker:
{{{
sudo apt-get install gnomebaker
}}}

Ora, dal menu Sistema>Preferenze>StrutturaMenu selezioniamo "StrumentiDiSistema" e attiviamo "EditorDellaConfigurazione".
Passiamo ora al menu Applicazioni>StrumentiDiSistema e avviamo l'editor della configurazione, apps>nautilus-cd-burner, attiviamo i flag alle voci "burnproof" e "overburn".

= Multimedia =
Installiamo i pricipali codec multimediali:
{{{
sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse w32codecs
}}}

Installiamo il software multimediale:
{{{
sudo apt-get install mplayer realplay avidemux totem-xine
}}}

== Visualizzare film in DVD ==
Installare i seguenti pacchetti:
{{{
sudo apt-get install libdvdread3 libdvdcss2
}}}

Per una visione fluida delle immagini, sarà necessario attivare il DMA al lettore; supponendo che il lettore sia identificato come /dev/hdc, aprire un terminale e lanciare questa sequenza di comandi:
{{{
sudo hdparm -d1 /dev/hdc
sudo gedit /etc/hdparm.conf
}}}

Aggiungere alla fine del file le seguenti righe:
{{{
/dev/hdc {
dma = on
}
}}}

Ripetere l'operazione per ogni dispositivo e dopo aver editato e salvato il file, riavviare il computer.
Se non conoscete il "nome" dei vostri dischi, lo potrete leggerere avviando GomeBaker>Modifica>Preferenze>Dispositivi.

== Installiamo xDVDShrink ==
E' un programma che permette di creare copie di backup dei nostri film in DVD, le sue principali caratteristiche sono la possibilità di scegliere quale stream audio/video inserire nel backup e permettere la compressione dei formati audio/video in modo da poter realizzare il backup di DVD double-layer su supporti single-layer.

...

...

= Installiamo il software per la grafica =
{{{
sudo apt-get install inkscape dia-gnome qcad
}}}

= Installiamo il software per internet =
{{{
sudo apt-get install xchat xchat-systray mozilla-mplayer skype mozilla-thunderbird mozilla-thunderbird-locale-it gftp mozilla-acroread
}}}

--How to install J2SE Runtime Environment (JRE) with Plug-in for Mozilla Firefox
{{{
sudo apt-get install sun-java5-jre sun-java5-plugin
}}}

{{{
sudo update-alternatives --config java
}}}


--How to install Flash Player (Macromedia Flash) Plug-in for Mozilla Firefox
{{{
sudo apt-get install flashplugin-nonfree
sudo update-flashplugin
}}}

= Installiamo il software per l'ufficio =
{{{
sudo apt-get install acroread acroread-plugins scribus scribus-template
}}}

== installare il RAR Archiver ( .rar ) ==
{{{
sudo apt-get install rar
sudo ln -fs /usr/bin/rar /usr/bin/unrar
}}}

= Installiamo altri programmi utili =
{{{
sudo apt-get install firestarter bum alien
}}}

Complimenti: ora un sistema completo e funzionale, buon lavoro!

BR

Le mie pagine wiki

Software

DvdShrink BR InstallareStampanteVirtualePdf BR BreezyItunes BR K9Copy BR CinelerraVideoEditor BR InstallareMedusa4 BR InstallareXnView BR EasyUbuntu BR ThunarTipsTriks BR

Hardware

PatchPerWebCamTrust (Icm 532 Chipset Based) BR AtiRadeon9250

Carattere generale

InstallareProgrammiDaSorgenti BR ComandiBaseGestioneFileDirectory BR DesktopUserInterface BR WindowMaker BR OpenOfficeOdbcMySql BR BreezyTipsTriks BR OttimizzareAudioDiGnome BR MySql (in costruzione)

Le mie pagine web

http://www.freeridemtbnordest.com BR http://www.freeridemtbnordest.com/stinko/ BR http://www.freeridemtbnordest.com/staff/ BR


by Francesco "Stinko" Stani

BR

BR

.:: LAVORI IN CORSO ::.

Adeguare i repository

Aprire un terminale e lanciare il seguente comando che aprirà il file sources.list:

sudo gedit /etc/apt/sources.list

Sostituire il contenuto del file con il seguente (copia/incolla):

## Add comments (##) in front of any line to remove it from being checked.  
## Use the following sources.list at your own risk.  

deb http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu edgy-proposed main restricted universe multiverse

## MAJOR BUG FIX UPDATES produced after the final release
deb http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

## UBUNTU SECURITY UPDATES
deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

## BACKPORTS REPOSITORY (Unsupported.  May contain illegal packages.  Use at own risk.)
deb http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse

## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera, DesktopSecure and more to come.)
deb http://archive.canonical.com/ubuntu edgy-commercial main

#skype
deb http://download.skype.com/linux/repos/debian/ stable non-free

## PLF REPOSITORY (Unsupported.  May contain illegal packages.  Use at own risk.)
## wget http://packages.freecontrib.org/ubuntu/plf/12B83718.gpg -O- | sudo apt-key add -
deb http://packages.freecontrib.org/plf edgy-plf free non-free
deb-src http://packages.freecontrib.org/plf edgy-plf free non-free

Salvare il file e chiudere Gedit.

Aggiornare il sistema

Aprire un terminale e lanciare i seguenti comandi in sequenza:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Abilitare l'accellerazione 3D su schede Ati

...

...

Installare fonts aggiuntivi

Aprire un terminale e lanciare il seguente comando:

sudo apt-get install xfonts-intl-arabic xfonts-intl-asian xfonts-intl-chinese xfonts-intl-chinese-big xfonts-intl-european xfonts-intl-japanese xfonts-intl-japanese-big xfonts-intl-phonetic gsfonts-x11 msttcorefonts

poi..

sudo fc-cache -f -v

Masterizzazione

Installiamo GnomeBaker:

sudo apt-get install gnomebaker

Ora, dal menu Sistema>Preferenze>StrutturaMenu selezioniamo "StrumentiDiSistema" e attiviamo "EditorDellaConfigurazione". Passiamo ora al menu Applicazioni>StrumentiDiSistema e avviamo l'editor della configurazione, apps>nautilus-cd-burner, attiviamo i flag alle voci "burnproof" e "overburn".

Multimedia

Installiamo i pricipali codec multimediali:

sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse w32codecs

Installiamo il software multimediale:

sudo apt-get install mplayer realplay avidemux totem-xine

Visualizzare film in DVD

Installare i seguenti pacchetti:

sudo apt-get install libdvdread3 libdvdcss2

Per una visione fluida delle immagini, sarà necessario attivare il DMA al lettore; supponendo che il lettore sia identificato come /dev/hdc, aprire un terminale e lanciare questa sequenza di comandi:

sudo hdparm -d1 /dev/hdc
sudo gedit /etc/hdparm.conf

Aggiungere alla fine del file le seguenti righe:

/dev/hdc {
dma = on
}

Ripetere l'operazione per ogni dispositivo e dopo aver editato e salvato il file, riavviare il computer. Se non conoscete il "nome" dei vostri dischi, lo potrete leggerere avviando GomeBaker>Modifica>Preferenze>Dispositivi.

Installiamo xDVDShrink

E' un programma che permette di creare copie di backup dei nostri film in DVD, le sue principali caratteristiche sono la possibilità di scegliere quale stream audio/video inserire nel backup e permettere la compressione dei formati audio/video in modo da poter realizzare il backup di DVD double-layer su supporti single-layer.

...

...

Installiamo il software per la grafica

sudo apt-get install inkscape dia-gnome qcad

Installiamo il software per internet

sudo apt-get install xchat xchat-systray mozilla-mplayer skype mozilla-thunderbird mozilla-thunderbird-locale-it gftp mozilla-acroread

--How to install J2SE Runtime Environment (JRE) with Plug-in for Mozilla Firefox

sudo apt-get install sun-java5-jre sun-java5-plugin

sudo update-alternatives --config java

--How to install Flash Player (Macromedia Flash) Plug-in for Mozilla Firefox

sudo apt-get install flashplugin-nonfree
sudo update-flashplugin

Installiamo il software per l'ufficio

sudo apt-get install acroread acroread-plugins scribus scribus-template

installare il RAR Archiver ( .rar )

sudo apt-get install rar
sudo ln -fs /usr/bin/rar /usr/bin/unrar

Installiamo altri programmi utili

sudo apt-get install firestarter bum alien

Complimenti: ora un sistema completo e funzionale, buon lavoro!