Archivo de la categoría: Linux

Cerrando puertos Seguridad nmap

  nmap www.nmap.org  ¿Que es Nmap?  Nmap (“Network Mapper”) is an open source tool for network exploration and security auditing. It was designed to rapidly scan large networks, although it works fine against single hosts. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and… Leer más »

QUITAR LINUX GRUB EN SISTEMAS CON WINDOWS

Partimos de la situación siguiente: tenemos instalados los 2 sistemas operativos, por un lado Linux y por otro lado Windows XP (o Windows 2000, es indiferente), arrancando desde el MBR (sector maestro de arranque) del disco duro con el gestor de arranque de Linux (Lilo o Grub) y queremos «deshacernos» de Linux Eliminar Linux es… Leer más »

Setting up an NFS Client

  Section 3.2 for information on how to start them up. With portmap, lockd, and statd running, you should now be able to mount the remote directory from your server just the way you mount a local hard drive, with the mount command. Continuing our example from the previous section, suppose our server above is… Leer más »

Beginner’s guide to using ftp

Beginner’s guide to using ftp A quick guide to using ftp.   The standard ftp program is the original ftp client. It comes standard with most Linux distributions. It first appeared in 4.2BSD, which was developed by the University of California, Berkeley.