Editamos las zonas
sudo vim /etc/bind/named.conf.local
Configuracion Local
apt-get update | |
INSTALAR SSH | |
aptitude install openssh-server opeenssh-client | |
CONFIGURAR SSH | |
gedit /etc/ssh/sshd_config | |
COMANDO CONTROL SSH | |
/etc/init.d/ssh restart |
Editamos las zonas
sudo vim /etc/bind/named.conf.local
Configuracion Local
En la maquina cliente
nslookup 10.30.112.220
Server: 192.168.43.1
Address: 192.168.43.1#53
Verificar que se encuentre el prefijo DNS dentro del siguiente archivo
sudo vim /etc/nsswitch.conf
Ingresamos a /etc/resolv.conf
sudo vim /etc/resolv.conf
INSTALAR DNS (BIND9)
aptitude install bind9 bind9-doc dnsutils
CONFIGURAR DNS (BIND9)
If you haven't already set your NPM author info, now you should:
npm set init.author.name "Your Name"
npm set init.author.email "[email protected]"
npm set init.author.url "http://yourblog.com"
npm adduser
# conky configuration | |
# | |
# The list of variables has been removed from this file in favour | |
# of keeping the documentation more maintainable. | |
# Check http://conky.sf.net for an up-to-date-list. | |
# | |
# For ideas about how to modify conky, please see: | |
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/ | |
# | |
# For help with conky, please see: |
# /etc/fstab: static file system information. | |
# | |
# Use 'blkid' to print the universally unique identifier for a | |
# device; this may be used with UUID= as a more robust way to name devices | |
# that works even if disks are added and removed. See fstab(5). | |
# | |
# <file system> <mount point> <type> <options> <dump> <pass> | |
# /home was on /dev/sda3 during installation |