28 gennaio 2010
by admin
1 comment
questa è la mia soruces.list per la debian installata sul mio netbook
#
# deb cdrom:[Debian GNU/Linux testing _Squeeze_ - Official Snapshot i386 NETINST Binary-1 20100126-22:25]/ squeeze main
#deb cdrom:[Debian GNU/Linux testing _Squeeze_ - Official Snapshot i386 NETINST Binary-1 20100126-22:25]/ squeeze main
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
##SQUEEZE (Testing)
deb http://ftp.it.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.it.debian.org/debian/ squeeze main contrib non-free
##MULTIMEDIA
deb http://www.debian-multimedia.org squeeze main
deb-src http://www.debian-multimedia.org squeeze main
##OPERA
deb http://deb.opera.com/opera/ squeeze non-free
##SKYPE
deb http://download.skype.com/linux/repos/debian/ stable non-free
(continua…)
debian, linux, netbook
28 gennaio 2010
by admin
0 comments
Per scegliere la JVM installata nella propria distribuzione linux bisogna lanciare questo comando :
$ sudo update-alternatives –config java
verrà visualizzato un elenco di alternative :
Sono disponibili 2 scelte per l'alternativa java (che fornisce /usr/bin/java).
Selezione Percorso Priorità Stato
------------------------------------------------------------
0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 modalità automatica
1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 modalità manuale
* 2 /usr/lib/jvm/java-6-sun/jre/bin/java 63 modalità manuale
(continua…)
linux, ubuntu
2 gennaio 2010
by admin
0 comments
per installare Adobe Air su ubuntu scaricare il file di installazione da qui :
http://get.adobe.com/it/air/
eseguire il comando
./AdobeAIRInstaller.bin
seguito da
sudo cp /usr/lib/libadobecertstore.so /usr/lib32
linux, ubuntu
18 agosto 2009
by admin
0 comments
Per lavoro mi sono imbattuto in questa problematica, dovevo monitorare la banda utilizzata da un server via console in modo realtime… dopo diverse ricerche ho trovato e scelto iptraf, un programma ben fatto e molto utile, qui sotto ne vedere uno screenshot :
(continua…)
linux, ubuntu
18 agosto 2009
by admin
0 comments
E’ vero, sono in estremo ritardo con la pubblicazione di questa lista relativa a Ubuntu Jaunty Jackalope, ma ne ho bisogno per sistemare un paio di pc
# deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release amd64 (20081028)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://it.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://it.archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty universe
deb http://it.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-updates universe
(continua…)
linux, ubuntu