Archivo de la categoría: debian / ubuntu

Todo lo relacionado con Debian , Ubuntu y similares

NFS Client Server in debian

What is NFS? N    NFS was developed at a time when we weren’t able to share our drives like we are able to today – in the Windows environment. It offers the ability to share the hard disk space of a big server with many smaller clients. Again, this is a client/server environment. While this seems… Leer más »

configurar wifi ubuntu

checa el hardware sudo lspci -v instala el firmware 3 sudo apt-get purge bcmwl-kernel-source 4 sudo apt-get install firmware-b43-installer

ubuntu mount nfs

Ubuntu Linux: NFS Client Configuration To Mount NFS Share $ sudo apt-get update $ sudo apt-get install nfs-common http://www.cyberciti.biz/tips/ubuntu-linux-nfs-client-configuration-to-mount-nfs-share.html

instalar webmin ubuntu

Actualizamos la información de los repositorios (fundamental antes de instalar cualquier aplicación): sudo aptitude update Instalamos una serie de paquetes que nos hacen falta para la instalación de Webmin y para que se configure con SSL: sudo aptitude install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions Nos aseguramos de estar en nuestro home: cd Descargamos… Leer más »