https://github.com/techarkit/techarkit-youtube
Tech Arkit Youtube Channel Help Documents
https://github.com/techarkit/techarkit-youtube
arkit channel dns techarkit whatsapp-group youtube
Last synced: 6 months ago
JSON representation
Tech Arkit Youtube Channel Help Documents
- Host: GitHub
- URL: https://github.com/techarkit/techarkit-youtube
- Owner: techarkit
- Created: 2018-12-26T15:10:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T16:32:33.000Z (over 2 years ago)
- Last Synced: 2025-04-11T01:41:51.042Z (12 months ago)
- Topics: arkit, channel, dns, techarkit, whatsapp-group, youtube
- Language: HTML
- Homepage:
- Size: 167 KB
- Stars: 4
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TechArkit Youtube Channel Help Documents
Tech Arkit Youtube channel Provides you Information Technology related technical videos Like.
**Follow Us on Social Networking Sites**
* [Facebook](https://www.facebook.com/Linuxarkit/)
* [Email List](https://feedburner.google.com/fb/a/mailverify?uri=arkit)
* [Linkedin](https://in.linkedin.com/in/ravi-kumar-94530121)
* [Google Plus](https://plus.google.com/u/0/+RedhatEnterpriseLinuxStepbyStepGuide/posts)
* [Twitter](https://twitter.com/aravikumar48)
* [Youtube](https://www.youtube.com/Techarkit?sub_confirmation=1)
* [Email Address](aravikumar48@gmail.com)
- Linux Tutorial
- Certification Prep Guides
- AWS Video Tutorial
- Shell Scripting video tutorial
- So many other tutorial
Find the command line help here. We will update all the commands used in videos.
[DNS Server in Linux - Video](https://youtu.be/B6RprjoOdk4)
- [DNS Server Config File](https://github.com/techtutorials/TechArkit-YouTube/tree/master/DNS-Server)
- ```# yum install bind* -y ```
- ```# systemctl enable named-chroot.service```
- ```# systemctl start named-chroot.service```
- ```# systemctl enable named-chroot.service```
- ```# systemctl start named-chroot.service```
- First edit [named.conf](https://github.com/techtutorials/TechArkit-YouTube/blob/master/DNS-Server/named.conf)
- Next Edit [named.rfc1912.zones](https://github.com/techtutorials/TechArkit-YouTube/blob/master/DNS-Server/named.rfc1912.zones)
- Forward Lookup Zone File [techarkit.local.for.zone](https://github.com/techtutorials/TechArkit-YouTube/blob/master/DNS-Server/techarkit.local.for.zone)
- Reverse Lookup Zone File [techarkit.rev.zone](https://github.com/techtutorials/TechArkit-YouTube/blob/master/DNS-Server/techarkit.local.rev.zone)
- Verify Named configuration using below command
- ```# /usr/sbin/named-checkconf -z /etc/named.conf```
- ```# named-checkzone server.techarkit.local techarkit.for.zone```
- ```# named-checkzone server.techarkit.local techarkit.rev.zone```