Posts Tagged ‘ubuntu’

Gnome 3 non ti piace? Installa Linux Mint Mate su Ubuntu

febbraio 05, 2012  |   Linux,Usability   |     |   2 Comments

Gnome 3 non ti piace? Installa Linux Mint Mate su Ubuntu

Per tutte le persone che come me non riescono a capire la nuova interfaccia di Gnome 3, la soluzione é MATE. Usare la grafica di Linux Mint su Ubuntu / Debian. Dopo alcuni test e prove ho deciso di non usare Cinnamon, usa troppa RAM non includendo molte funzionalità utili per Gnome. Quindi ho deciso di usare MATE e MGSE (Mint Gnome Shell Extension). La versione di Ubuntu in uso é la 11.10. sudo vim /etc/apt/sources.list inserire il seguente repository sudo add-apt-repository "deb http://packages.linuxmint.com/ lisa main upstream import" sudo add-apt-repository "deb http://tridex.net/repo/ubuntu oneiric main" $ sudo apt-get update $ sudo apt-get install linuxmint-keyring $ sudo apt-get install mate-core $ sudo apt-get update dopo aver installato Mint Gnome Shell Extension seguito da Mint Meta Mate bisogna disabilitare il repository di Linux Mint. Il sistema deve essere riconfigurato per Ubuntu, quindi bisogna modificare la relase sudo vim /etc/lsb-release sostituire tutto con DISTRIB_ID=Ubuntu DISTRIB_RELEASE=11.10 DISTRIB_CODENAME=oneiric DISTRIB_DESCRIPTION=”Ubuntu oneiric” Per ulteriori informazioni su MATE http://mate.karapetsas.com/

Come creare un file vuoto in Linux o Solaris

novembre 04, 2010  |   Linux   |     |   0 Comment

Come creare un file vuoto in Linux o Solaris

LINUX dd if=/dev/urandom of=FILE_NAME bs=1M count=100 SOLARIS dd if=/dev/urandom of=FILE_NAME bs=1 count=100

Ubuntu Linux: spegnere il beep di sistema

giugno 06, 2009  |   Linux   |     |   0 Comment

Ubuntu Linux: spegnere il beep di sistema

Ha volte digitiamo qualcosa di sbagliato, é molte volte veniamo assordati dal tipico BEEP di sistema. Personalmente lo trovo alquanto stressante ecco alcune soluzioni per eliminare il problema, apri un terminale Spegni il Beep: rmmod pcspkr Accendi il Beep. Se decidi di rimmetterlo allora digita: modprobe pcspkr [ad#468x60]

eBox per sysadmin

luglio 24, 2007  |   software   |     |   0 Comment

eBox per sysadmin

eBox, parlando di Ubuntu Gusty Server. Il tool è una console amministrativa dotata di interfaccia web che permette la gestione di tutti i servizi di una Linux box con semplicità. eBox eBox is a web interface for sysadmins similar to for example Webmin or ClarkConnect. The development began 2004 and was initiated by some spanish companies. Today it is driven by Warp Networks and the community.. The web interface it provides is easy-to-use and is targeted at non-computer/linux people to manage and configure a server. And the feature list is pretty impressive: eBox can manage most services needed in daily tasks, including such things like a Jabber server, content filters and PDC. However, I also miss three things: configuration plugins for an Asterisk server, for backup solutions like bacula - and statistics. Especially the last point is a bit odd for such a tool, but it is a planned feature. Compared to Webmin it offers the advantage of a really polished and appealing interface - Webmin is ugly (it uses frames, for a start, and the general design should be re-created in favour of a usability wise developed one), and that is indeed a reason why I would not use it. Technically it also ...