Search All content
1. META tag in tutorial HTML Old School Frontend
Word meta determines something what is hidden to our eyes, for example mataphysics. In html document meta data is information that is sent to our browser but it is not displayed in the browser window. NAME vs HTTP-EQUIV
Permission(PGU):447, Lang:EnglishCreated:2015-01-18 03:43:48, Modified:2015-01-18 04:45:19, Status:finished, Version:1.0
2. Bind 9 in tutorial Amazon Web Services - AWS EC2 - Ubuntu 14.04 Linux Server
How to install and configure BIND 9 DNS Server on AWS EC2 Ubuntu server. 1. Installation # apt-get install bind9 2. Start # service bind9 start | restart | stop | status 3. Add ...
Permission(PGU):447, Lang:EnglishCreated:2015-06-24 12:28:04, Modified:2015-06-29 05:24:00, Status:in work, Version:1.0
3. Reverse Zone in tutorial Amazon Web Services - AWS EC2 - Ubuntu 14.04 Linux Server
Reverse zone defines which web page will be opened whe we type IP in browser's adress bar. Also it is important for other internet services like IRC chat. To check your reverse IP zone: # dig -x 52.28.170.2
Permission(PGU):447, Lang:EnglishCreated:2015-06-29 13:19:25, Modified:2015-06-29 13:19:25, Status:in work, Version:1.0
4. Bind config files in tutorial Amazon Web Services - AWS EC2 - Ubuntu 14.04 Linux Server
When creating new DNS zone file do the following: 1. create zone file (if domain server nameservers) # vim /etc/bind/db.domain.com $ORIGIN mikosoft.net. ;;; call $ORIGIN variable with @$TTL 14...
Permission(PGU):447, Lang:EnglishCreated:2015-06-29 13:24:51, Modified:2015-06-29 13:26:08, Status:in work, Version:1.0