Install VNC Server on Debian Very similar to Ubuntu (since Ubuntu is based on Debian), you only need to use vnc4server package to install VNC Server # apt-get install tightvncserver […]
Per cambiare il default desktop enviroment in Debian usa il comando: # update-alternatives –config x-session-manager e seleziona quello che preferici dalla lista Esempio per debian wheezy appena installata con Gnome […]
Well, I decided to take a punt on installing it direct from VideoLAN: edit /etc/apt/sources.list and add the line: #Play DVD in debian deb http://download.videolan.org/pub/debian/stable/ / deb-src http://download.videolan.org/pub/debian/stable/ / Then add […]
È possibile installare wordpress dietro un server apache che fa da reverse proxy. Basta aggiungere nel file /etc/apache2/sites-enable/default del server esposto sulla rete le righe seguenti nella sezione <VirtualHost *:80> ProxyPass /Test/ […]