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