User Tools

Site Tools


info

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
info [2010/04/11 22:43]
k2patel
info [2011/08/24 20:54]
k2patel
Line 12: Line 12:
 z : defunct ("​zombie"​) process, terminated but not reaped by its parent. z : defunct ("​zombie"​) process, terminated but not reaped by its parent.
 </​code>​ </​code>​
- 
 ==== Init Runlevel ==== ==== Init Runlevel ====
 <code text> <code text>
-ID Description 
 0 Halt 0 Halt
 1 Single-User mode 1 Single-User mode
Line 24: Line 22:
 6 Reboot 6 Reboot
 </​code>​ </​code>​
 +
 +==== Named ====
 +
 +First Block explained.
 +<code bash | example.org>​
 +
 +$TTL 3600        ; 1 hour default TTL
 +example.org. ​   IN      SOA      ns1.example.org. admin.example.org. (
 +                                2006051501 ​     ; Serial
 +                                10800           ; Refresh
 +                                3600            ; Retry
 +                                604800 ​         ; Expire
 +                                300             ; Negative Response TTL
 +                        )
 +
 +</​code>​
 +
 +=== Magic Number ===
 +this is considered magic serial number because.\\
 +as soon as your set this number DNS reset it's counter.
 +<code text>
 +2147483647
 +</​code>​
 +
info.txt ยท Last modified: 2020/08/10 02:35 (external edit)