ubuntu
Ubuntu 12.x non fornisce Skype di ...
Ubuntu 12.x non fornisce Skype di default
Per poter avere Skype sul tuo Ubuntu 12.04 (o superiore) occorre prima aggiungere il Canonical Partner Repository, aggiornare gli elenchi ed installare il pacchetto
Apri il terminale ed esegui:
sudo apt-add-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get update && sudo apt-get install skype
Le LAN locali spesso non hanno ...
Le LAN locali spesso non hanno un DNS interno. Acneh nel mio caso, mi "perdo" sempre le macchine sparse in giro.
Ecco un comando utile per trovare velocemetne le schede di rete collegati alla propria rete locale
nmap -sP 192.168.1.1-254
nota: verifica il tuo broadcast address con ipconfig
a subprocess installed post-installation script returned ...
a "subprocess installed post-installation script returned error exit status 2" error can be solved removing the relaive package record from /var/lib/dpkg/status
Example:
If you have this error
E: fglrx-kernel-source: subprocess installed post-installation script returned error exit status 2
remove the fglrx-kernel-source rows from /var/lib/dpkg/status
