<p><b>Title :</b> How to configure NTP Server for LAN Computer Network (Local Area Network) with Debian Linux 8.4.0</p> <p><b>The Core of This Post :</b> This tutorial explains how to configure Time Sync service with NTP (Network Time Protocol) Server implemented on LAN Network (Local Area Network) by using Debian Linux 8.4.0, with the domain name for NTP Server is ntp.slempase.net</p> <p><b>Language :</b> Indonesia</p> <p>Pengaturan waktu dalam jaringan merupakan salah satu hal penting, proses komunikasi data dalam jaringan sangat memerlukan keakuratan Waktu yang ada sisi PC Server dan PC Klien, jika terjadi perbedaan waktu terkadang akan terjadi Loss Data, yang mengakibatkan sering tidak sempurnanya data yang diterima di sisi klien. Salah satu layanan NTP (Network Time Protocol) untuk Sinkronisasi waktu yang dapat kita gunakan untuk pengaturan waktu pada sistem operasi Linux Debian adalah dengan menggunakan paket <b>ntp</b> dan paket <b>ntpdate</b>. NTP bekerja pada komunikasi TCP/IP dengan menggunakan UDP (User Datagram Protocol) dengan alamat port 123.</p> <p>Dan pada Implementasi NTP Server untuk Jaringan LAN(Lokal Area Network) ini adalah dengan menggunakan topologi jaringan dengan pengalamatan komputer dalam jaringan menggunakan subnet 192.168.10.0/24, dan sebagai berikut detail topologi jaringannya :</p> <hr> <center>https://res.cloudinary.com/hpiynhbhq/image/upload/v1513052226/xfwzy4vzebvqivsoqmmw.jpg </center> <hr> <p>Untuk mempersiapkan Implementasi NTP Server ini, maka siapkan komputer Server dan Komputer Klien, dan pada tutorial ini, tidak dijelaskan menginstal sistem operasi Debian Linux 8.4.0, namun kita hanya melakukan konfigurasi NTP Server pada komputer server dan komputer klien dengan membuat alamat NTP Server adalah ntp.slempase.net yang sudah dikonfigurasi pada DNS Servernya dan dengan menggunakan subnet jaringan 192.168.10.0/24. </p> <h5>1. Pengaturan Alamat IP Address</h5> <p>Untuk melakukan Konfigurasi NTP Server maka pastikan semua komputer server dan klien sudah terkonfigurasi alamat IP Addressnya sesuai dengan subnet jaringan 192.168.10.0/24, dan berikut ini alamat dari komputer server dan salah satu komputer klien sudah sesuai dengan subnet yang direncanakan </p> <hr> <center>https://res.cloudinary.com/hpiynhbhq/image/upload/v1513053946/piysafyel0dvyutwd6g1.png</center> <center><sup>Komputer Server dengan IP Address 192.168.10.1/24</sup></center> <hr> <p>Dan pengalamatan IP Address sesuai dengan subnet yang telah ditentukan, berikut ini capture IP Address dari salah satu komputer klien yang ada dalam jaringan LAN untuk implementasi NTP Server ini</p> <hr> <center>https://res.cloudinary.com/hpiynhbhq/image/upload/v1513054453/fkzd2bjykbmmyvetde3f.png</center> <center><sup>Komputer Klien dengan IP Address 192.168.10.7/24</sup></center> <hr> <p>Jika masih ada yang belum diberikan alamat untuk masing-masing komputer dalam jaringan maka berikan pengalamatan sesuai dengan subnet jaringan dengan mengedit file <b>/etc/network/interfaces</b> dan jika anda ingin melihat cara mengkonfigurasi pengalamatan jaringan dapat melihat postingan saya di <a href="https://steemit.com/linux/@slempase/server-and-client-connection-settings-on-debian-linux-8-4-english-bahasa-20171017t153421228z">sini.</a></p> <h5>2. Melakukan Instalasi NTP dan NTPDATE</h5> <p>Pada tahap ini saya memberikan langkah-langkah untuk menginstalasi paket <b>ntp</b>, dalam bentuk animasi gif sehingga lebih detail saat anda melihat instalasi paket tersebut </p> <hr> <center>https://res.cloudinary.com/hpiynhbhq/image/upload/v1513055941/osgdcmnvhiwqdfamjgjy.gif</center> <hr> <p>Sistem meminta anda untuk memasukkan DVD Linux Debian Binary 1, hal ini karena paket<b>ntp</b> dan paket <b>ntpdate</b>, ada pada DVD Binary 1 Linux Debian.</p> <h5>3. Melakukan Konfigurasi NTP di Sisi Komputer Server</h5> <p>Pada konfigurasi ini yaitu menentukan stratum dari acuan referensi waktu yang ditentukan, dan pengijian akses NTP bagi jaringan LAN yang telah dirancang, dan berikut ini konfigurasinya.</p> <hr> <center>https://res.cloudinary.com/hpiynhbhq/image/upload/v1513068966/kckxxhdc3rn241fcicps.gif</center> <hr> <p>Pada konfigurasi NTP di Sisi Klien yang harus diperhatikan adalah kita menggunakan IP Address 127.127.1.0 ini merupakan pengalamatan NTP Server untuk jaringan Lokal, dan jika perlu kita juga boleh mengisikan <b>fudge 127.127.1.0 stratum 1 </b> baris perintah ini maksudnya komputer NTP Server menjadi acuan waktu bagi komputer lainnya </p> <h5>4. Melakukan Konfigurasi NTPDATE di Sisi Komputer Server</h5> <p>Pada konfigurasi NTPDATE ini kita melakukan konfigurasi pemberian alamat dari NTP Server dan Karena ini merupakan NTP Server Lokal maka khusus komputer Server menggunakan alamat IP Address-nya sendiri atau nama domain yang telah kita buat, pada tutorial ini dengan nama <b>ntp.slempase.net</b>, dan berikut konfigurasinya :</p> <hr> <center>https://res.cloudinary.com/hpiynhbhq/image/upload/v1513069233/lpluqibpngyyftc3eoip.gif</center> <hr> <h5>5. Melakukan Restart Servis NTP dan Pengujian Jitter NTP Server</h5> <p>Langkah ini dilakukan untuk memastikan tidak ada konfigurasi yang salah, dan nantinya NTP Server bisa digunakan oleh klien untuk sinkronisasi waktu, dan kita harus melihat nilai Jitter yang dihasilkan dari konfigurasi NTP Server ini, dan berikut ini proses pengujiannya.</p> <hr> <center>https://res.cloudinary.com/hpiynhbhq/image/upload/v1513069310/rvjnw7kv5r38kiwwxlyu.gif</center> <hr> <p>Terlihat bahwa Nilai Jitter 0.000, dan ini menandakan tidak ada nya <b>Penundaan sinkronisasi referensi waktu.</p> <h5>Melakukan Instalasi NTPDATE di Sisi Komputer Klien</h5> <p>Karena kita menggunakan sistem operasi Linux Debian 8.4.0, maka untuk mengaktifkan NTP di sisi Klien maka harus memasang paket <b>ntpdate</b> pada komputer klien, dan berikut ini instalasi <b>ntpdate</b>:</p> <hr> <center>https://res.cloudinary.com/hpiynhbhq/image/upload/v1513062516/xagwtjdzshjomorpo99k.gif</center> <hr> <h5>7. Melakukan Konfigurasi NTPDATE di Sisi Komputer Klien</h5> <p>Konfigurasi ini yaitu memberikan alamat NTP Server dengan alamat <b>ntp.slempase.net</b>, dan berikut ini konfigurasi di salah satu komputer klien</p> <hr> <center>https://res.cloudinary.com/hpiynhbhq/image/upload/v1513069855/ihfy0jyoottm0uogwkow.gif </center> <hr> <h5>8. Melakukan Pengujian NTP Server</h5> <p>Pengujian ini akan kita lakukan pada komputer klien dan apakah benar komputer klien telah menyesuaikan diri dengan referensi waktu dari komputer server dengan menggunakan perintah <b>ntpdate [serverntp]</b> dan berikut ini hasil pengujiannya</p> <hr> <center>https://res.cloudinary.com/hpiynhbhq/image/upload/v1513070345/mcxebi7bablundt915dg.gif</center> <center>https://res.cloudinary.com/hpiynhbhq/image/upload/v1513070275/fafizlaxuc6gyhvhb6gw.png </center> <center><sup>Hasil Pengujian Komputer Klien telah menyesuaikan waktu dengan Komputer NTP Server</sup></center> <hr> <p>Itulah cara melakukan konfigurasi NTP Server untuk implementasi pada jaringan lokal area Network, dan konfigurasi ini dapat dikembangkan disesuaikan dengan implementasi dari jaringan di tempat anda. semoga bermanfaat, dan jika ada pertanyaan silakan berkomentar.</p> <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@slempase/how-to-configure-ntp-server-for-lan-computer-network-local-area-network-with-debian-linux-8-4-0-bagaimana-mengkonfigurasi-ntp">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | slempase | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | how-to-configure-ntp-server-for-lan-computer-network-local-area-network-with-debian-linux-8-4-0-bagaimana-mengkonfigurasi-ntp | ||||||||||||||||||||||||||||||||||||||||||||||||
category | utopian-io | ||||||||||||||||||||||||||||||||||||||||||||||||
json_metadata | "{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"score":19.77949,"default_branch":"master","watchers":52892,"open_issues":190,"forks":19624,"license":{"url":"https://api.github.com/licenses/gpl-2.0","spdx_id":"GPL-2.0","name":"GNU General Public License v2.0","key":"gpl-2.0"},"open_issues_count":190,"archived":false,"mirror_url":null,"forks_count":19624,"has_pages":false,"has_wiki":false,"has_downloads":true,"has_projects":true,"has_issues":false,"language":"C","watchers_count":52892,"stargazers_count":52892,"size":2038952,"homepage":"","svn_url":"https://github.com/torvalds/linux","clone_url":"https://github.com/torvalds/linux.git","ssh_url":"git@github.com:torvalds/linux.git","git_url":"git://github.com/torvalds/linux.git","pushed_at":"2017-12-12T01:15:08Z","updated_at":"2017-12-12T03:28:43Z","created_at":"2011-09-04T22:48:12Z","deployments_url":"https://api.github.com/repos/torvalds/linux/deployments","releases_url":"https://api.github.com/repos/torvalds/linux/releases{/id}","labels_url":"https://api.github.com/repos/torvalds/linux/labels{/name}","notifications_url":"https://api.github.com/repos/torvalds/linux/notifications{?since,all,participating}","milestones_url":"https://api.github.com/repos/torvalds/linux/milestones{/number}","pulls_url":"https://api.github.com/repos/torvalds/linux/pulls{/number}","issues_url":"https://api.github.com/repos/torvalds/linux/issues{/number}","downloads_url":"https://api.github.com/repos/torvalds/linux/downloads","archive_url":"https://api.github.com/repos/torvalds/linux/{archive_format}{/ref}","merges_url":"https://api.github.com/repos/torvalds/linux/merges","compare_url":"https://api.github.com/repos/torvalds/linux/compare/{base}...{head}","contents_url":"https://api.github.com/repos/torvalds/linux/contents/{+path}","issue_comment_url":"https://api.github.com/repos/torvalds/linux/issues/comments{/number}","comments_url":"https://api.github.com/repos/torvalds/linux/comments{/number}","git_commits_url":"https://api.github.com/repos/torvalds/linux/git/commits{/sha}","commits_url":"https://api.github.com/repos/torvalds/linux/commits{/sha}","subscription_url":"https://api.github.com/repos/torvalds/linux/subscription","subscribers_url":"https://api.github.com/repos/torvalds/linux/subscribers","contributors_url":"https://api.github.com/repos/torvalds/linux/contributors","stargazers_url":"https://api.github.com/repos/torvalds/linux/stargazers","languages_url":"https://api.github.com/repos/torvalds/linux/languages","statuses_url":"https://api.github.com/repos/torvalds/linux/statuses/{sha}","trees_url":"https://api.github.com/repos/torvalds/linux/git/trees{/sha}","git_refs_url":"https://api.github.com/repos/torvalds/linux/git/refs{/sha}","git_tags_url":"https://api.github.com/repos/torvalds/linux/git/tags{/sha}","blobs_url":"https://api.github.com/repos/torvalds/linux/git/blobs{/sha}","tags_url":"https://api.github.com/repos/torvalds/linux/tags","branches_url":"https://api.github.com/repos/torvalds/linux/branches{/branch}","assignees_url":"https://api.github.com/repos/torvalds/linux/assignees{/user}","events_url":"https://api.github.com/repos/torvalds/linux/events","issue_events_url":"https://api.github.com/repos/torvalds/linux/issues/events{/number}","hooks_url":"https://api.github.com/repos/torvalds/linux/hooks","teams_url":"https://api.github.com/repos/torvalds/linux/teams","collaborators_url":"https://api.github.com/repos/torvalds/linux/collaborators{/collaborator}","keys_url":"https://api.github.com/repos/torvalds/linux/keys{/key_id}","forks_url":"https://api.github.com/repos/torvalds/linux/forks","url":"https://api.github.com/repos/torvalds/linux","fork":false,"description":"Linux kernel source tree","html_url":"https://github.com/torvalds/linux","private":false,"owner":{"site_admin":false,"type":"User","received_events_url":"https://api.github.com/users/torvalds/received_events","events_url":"https://api.github.com/users/torvalds/events{/privacy}","repos_url":"https://api.github.com/users/torvalds/repos","organizations_url":"https://api.github.com/users/torvalds/orgs","subscriptions_url":"https://api.github.com/users/torvalds/subscriptions","starred_url":"https://api.github.com/users/torvalds/starred{/owner}{/repo}","gists_url":"https://api.github.com/users/torvalds/gists{/gist_id}","following_url":"https://api.github.com/users/torvalds/following{/other_user}","followers_url":"https://api.github.com/users/torvalds/followers","html_url":"https://github.com/torvalds","url":"https://api.github.com/users/torvalds","gravatar_id":"","avatar_url":"https://avatars0.githubusercontent.com/u/1024025?v=4","id":1024025,"login":"torvalds"},"full_name":"torvalds/linux","name":"linux","id":2325298},"pullRequests":[],"platform":"github","type":"tutorials","tags":["utopian-io","tutorial","opensource","linux","indonesia"],"users":["slempase"]}" | ||||||||||||||||||||||||||||||||||||||||||||||||
created | 2017-12-12 09:19:45 | ||||||||||||||||||||||||||||||||||||||||||||||||
last_update | 2017-12-12 09:22:03 | ||||||||||||||||||||||||||||||||||||||||||||||||
depth | 0 | ||||||||||||||||||||||||||||||||||||||||||||||||
children | 6 | ||||||||||||||||||||||||||||||||||||||||||||||||
last_payout | 2017-12-19 09:19:45 | ||||||||||||||||||||||||||||||||||||||||||||||||
cashout_time | 1969-12-31 23:59:59 | ||||||||||||||||||||||||||||||||||||||||||||||||
total_payout_value | 19.600 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
curator_payout_value | 6.516 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
pending_payout_value | 0.000 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
promoted | 0.000 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
body_length | 7,490 | ||||||||||||||||||||||||||||||||||||||||||||||||
author_reputation | 25,398,557,824,156 | ||||||||||||||||||||||||||||||||||||||||||||||||
root_title | "How to configure NTP Server for LAN Computer Network (Local Area Network) with Debian Linux 8.4.0 / Bagaimana mengkonfigurasi NTP Server untuk Jaringan Komputer LAN(Lokal Area Network) dengan Debian Linux 8.4.0" | ||||||||||||||||||||||||||||||||||||||||||||||||
beneficiaries |
| ||||||||||||||||||||||||||||||||||||||||||||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
percent_hbd | 10,000 | ||||||||||||||||||||||||||||||||||||||||||||||||
post_id | 23,216,138 | ||||||||||||||||||||||||||||||||||||||||||||||||
net_rshares | 6,315,051,079,460 | ||||||||||||||||||||||||||||||||||||||||||||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 105,891,459,864 | 0.02% | ||
kushed | 0 | 18,843,472,970 | 0.3% | ||
xeroc | 0 | 441,616,031 | 0.09% | ||
blakemiles84 | 0 | 2,318,939,652 | 0.09% | ||
samether | 0 | 55,720,943 | 0.09% | ||
anwenbaumeister | 0 | 13,874,806,341 | 0.3% | ||
icaro | 0 | 61,200,793 | 1% | ||
speda | 0 | 4,252,997,567 | 25% | ||
juvyjabian | 0 | 1,023,774,486 | 3% | ||
arcange | 0 | 20,101,895,789 | 5% | ||
phenom | 0 | 543,227,041 | 0.09% | ||
liberosist | 0 | 34,043,802,057 | 0.3% | ||
raphaelle | 0 | 2,847,396,908 | 5% | ||
dirty.hera | 0 | 59,765,497 | 0.3% | ||
toxichan | 0 | 134,918,971 | 0.3% | ||
levycore | 0 | 149,453,794,776 | 10% | ||
dan-bn | 0 | 4,528,007,030 | 0.09% | ||
funnyman | 0 | 1,669,493,619 | 0.03% | ||
steemedia | 0 | 53,329,750 | 0.3% | ||
meerkat | 0 | 6,225,289,725 | 0.3% | ||
curie | 0 | 25,919,250,930 | 0.3% | ||
cebymaster | 0 | 66,156,392 | 0.3% | ||
yuxi | 0 | 2,656,793,051 | 20% | ||
hendrikdegrote | 0 | 341,956,233,882 | 0.3% | ||
oleg326756 | 0 | 250,008,227 | 0.03% | ||
bring | 0 | 3,899,332,421 | 100% | ||
cotidiana | 0 | 59,371,937 | 0.3% | ||
teofilex11 | 0 | 302,187,382 | 0.3% | ||
harferri | 0 | 8,117,192,577 | 100% | ||
authornick | 0 | 217,441,603 | 0.3% | ||
makhzar | 0 | 14,108,218,204 | 100% | ||
thunderbird | 0 | 4,948,002,072 | 10% | ||
travelnepal | 0 | 4,346,327,465 | 100% | ||
pacokam8 | 0 | 68,368,647 | 0.06% | ||
slayerkm | 0 | 69,559,352 | 0.3% | ||
htliao | 0 | 30,208,715,968 | 13% | ||
jhagi.bhai | 0 | 91,432,550 | 0.03% | ||
spencec6 | 0 | 5,172,018,289 | 100% | ||
bp423 | 0 | 149,075,350 | 0.3% | ||
oscarcc89 | 0 | 100,020,333 | 0.03% | ||
nanosesame | 0 | 1,117,094,472 | 3.9% | ||
arrliinn | 0 | 178,719,022 | 0.3% | ||
robertvogt | 0 | 135,379,144 | 0.03% | ||
diggerdugg | 0 | 63,929,055 | 0.3% | ||
maxer27 | 0 | 180,139,434 | 0.3% | ||
nayya24 | 0 | 8,839,590,594 | 99% | ||
subkiusman | 0 | 4,667,432,775 | 100% | ||
aboutyourbiz | 0 | 98,128,697 | 0.3% | ||
husaini | 0 | 13,408,112,402 | 100% | ||
sieses | 0 | 71,831,471 | 0.3% | ||
motormouth | 0 | 3,721,892,068 | 100% | ||
nadilchairi | 0 | 13,197,962,200 | 100% | ||
dante31 | 0 | 54,224,490 | 0.3% | ||
slempase | 0 | 36,468,981,974 | 100% | ||
faisalking | 0 | 1,733,888,447 | 100% | ||
hannahwu | 0 | 2,342,302,892 | 13% | ||
gamesjoyce | 0 | 77,406,619 | 0.15% | ||
nasrud | 0 | 3,092,505,125 | 100% | ||
jessicameng | 0 | 503,726,447 | 13% | ||
herlife | 0 | 605,497,653 | 13% | ||
icedream | 0 | 745,773,490 | 13% | ||
ytienchu | 0 | 172,141,374 | 13% | ||
andywong31 | 0 | 163,914,972 | 0.3% | ||
penantang | 0 | 606,948,404 | 100% | ||
maverickfoo | 0 | 444,126,016 | 0.3% | ||
utopian-io | 0 | 5,395,235,118,409 | 3.76% | ||
plumygg | 0 | 113,908,313 | 13% | ||
jasimg | 0 | 788,025,234 | 0.3% | ||
mirkmarvel | 0 | 117,935,194 | 100% | ||
brainfarts | 0 | 15,895,126,235 | 20% | ||
supreme.yuma | 0 | 1,078,700,396 | 100% | ||
abuthalib | 0 | 0 | 100% |
hai kawan @slempase, salam...<br><br>saya ada bikin aplikasi `Steem Autovote`. Bila kamu jain dan tergabung dalam aplikasi ini, maka tiap artikel kamu akan mendapatkan upvote dari member lain. Besaran upvote yang diberikan akan tergantung dengan Steem Power kamu.<br><br>yuk join ya, gabung dengan teman-teman lainnya. kita cara nafkah bersama di steem :)<br>untuk info lebih lanjut bisa dibaca disini: https://steemit.com/steem/@lopezdacruz/steem-autovote-live-now <br><br>terima kasih ya
author | lopezdacruz |
---|---|
permlink | re-how-to-configure-ntp-server-for-lan-computer-network-local-area-network-with-debian-linux-8-4-0-bagaimana-mengkonfigurasi-ntp-20171212t092251 |
category | utopian-io |
json_metadata | "" |
created | 2017-12-12 09:22:51 |
last_update | 2017-12-12 09:22:51 |
depth | 1 |
children | 1 |
last_payout | 2017-12-19 09:22:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 489 |
author_reputation | 1,850,776,799,275 |
root_title | "How to configure NTP Server for LAN Computer Network (Local Area Network) with Debian Linux 8.4.0 / Bagaimana mengkonfigurasi NTP Server untuk Jaringan Komputer LAN(Lokal Area Network) dengan Debian Linux 8.4.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,216,401 |
net_rshares | 0 |
terima kasih..akan coba segera saya lihat
author | slempase |
---|---|
permlink | re-lopezdacruz-re-how-to-configure-ntp-server-for-lan-computer-network-local-area-network-with-debian-linux-8-4-0-bagaimana-mengkonfigurasi-ntp-20171212t092251-20171212t092714478z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/1.0.0"} |
created | 2017-12-12 09:27:18 |
last_update | 2017-12-12 09:27:18 |
depth | 2 |
children | 0 |
last_payout | 2017-12-19 09:27:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 25,398,557,824,156 |
root_title | "How to configure NTP Server for LAN Computer Network (Local Area Network) with Debian Linux 8.4.0 / Bagaimana mengkonfigurasi NTP Server untuk Jaringan Komputer LAN(Lokal Area Network) dengan Debian Linux 8.4.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,216,729 |
net_rshares | 0 |
Thank you for the contribution. It has been approved. You can contact us on [Discord](https://discord.gg/UCvqCsx). **[[utopian-moderator]](https://utopian.io/moderators)**
author | shreyasgune |
---|---|
permlink | re-slempase-how-to-configure-ntp-server-for-lan-computer-network-local-area-network-with-debian-linux-8-4-0-bagaimana-mengkonfigurasi-ntp-20171212t105109322z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/1.0.0"} |
created | 2017-12-12 10:51:12 |
last_update | 2017-12-12 10:51:12 |
depth | 1 |
children | 1 |
last_payout | 2017-12-19 10:51:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.112 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 4,924,803,411,962 |
root_title | "How to configure NTP Server for LAN Computer Network (Local Area Network) with Debian Linux 8.4.0 / Bagaimana mengkonfigurasi NTP Server untuk Jaringan Komputer LAN(Lokal Area Network) dengan Debian Linux 8.4.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,223,596 |
net_rshares | 31,910,611,934 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slempase | 0 | 31,910,611,934 | 99% |
Thank you @shreyasgune ..have a nice day..
author | slempase |
---|---|
permlink | re-shreyasgune-re-slempase-how-to-configure-ntp-server-for-lan-computer-network-local-area-network-with-debian-linux-8-4-0-bagaimana-mengkonfigurasi-ntp-20171212t111946266z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/1.0.0"} |
created | 2017-12-12 11:19:54 |
last_update | 2017-12-12 11:24:51 |
depth | 2 |
children | 0 |
last_payout | 2017-12-19 11:19:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 25,398,557,824,156 |
root_title | "How to configure NTP Server for LAN Computer Network (Local Area Network) with Debian Linux 8.4.0 / Bagaimana mengkonfigurasi NTP Server untuk Jaringan Komputer LAN(Lokal Area Network) dengan Debian Linux 8.4.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,226,065 |
net_rshares | 0 |
### Hey @slempase I am @utopian-io. I have just upvoted you! #### Achievements - Seems like you contribute quite often. AMAZING! #### Suggestions - Contribute more often to get higher and higher rewards. I wish to see you often! - Work on your followers to increase the votes/rewards. I follow what humans do and my vote is mainly based on that. Good luck! #### Get Noticed! - Did you know project owners can manually vote with their own voting power or by voting power delegated to their projects? Ask the project owner to review your contributions! #### Community-Driven Witness! I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER! - <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a> - <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a> - Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a> [](https://steemit.com/~witnesses) **Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
author | utopian-io |
---|---|
permlink | re-slempase-how-to-configure-ntp-server-for-lan-computer-network-local-area-network-with-debian-linux-8-4-0-bagaimana-mengkonfigurasi-ntp-20171213t002536508z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2017-12-13 00:25:36 |
last_update | 2017-12-13 00:25:36 |
depth | 1 |
children | 1 |
last_payout | 2017-12-20 00:25:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.122 HBD |
curator_payout_value | 0.039 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,428 |
author_reputation | 152,955,367,999,756 |
root_title | "How to configure NTP Server for LAN Computer Network (Local Area Network) with Debian Linux 8.4.0 / Bagaimana mengkonfigurasi NTP Server untuk Jaringan Komputer LAN(Lokal Area Network) dengan Debian Linux 8.4.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,302,013 |
net_rshares | 33,158,821,770 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slempase | 0 | 33,158,821,770 | 99% |
Thank you very much @utopian-io
author | slempase |
---|---|
permlink | re-utopian-io-re-slempase-how-to-configure-ntp-server-for-lan-computer-network-local-area-network-with-debian-linux-8-4-0-bagaimana-mengkonfigurasi-ntp-20171213t010802564z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/1.0.0"} |
created | 2017-12-13 01:08:09 |
last_update | 2017-12-13 01:08:09 |
depth | 2 |
children | 0 |
last_payout | 2017-12-20 01:08:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 25,398,557,824,156 |
root_title | "How to configure NTP Server for LAN Computer Network (Local Area Network) with Debian Linux 8.4.0 / Bagaimana mengkonfigurasi NTP Server untuk Jaringan Komputer LAN(Lokal Area Network) dengan Debian Linux 8.4.0" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,305,194 |
net_rshares | 0 |