Skip to content

Instantly share code, notes, and snippets.

@RELATO
Last active March 10, 2020 13:58
Show Gist options
  • Save RELATO/82a3c231e97cab936a1b to your computer and use it in GitHub Desktop.
Save RELATO/82a3c231e97cab936a1b to your computer and use it in GitHub Desktop.
{"cards":[{"lastEditDate":"2020-03-06T02:06:53.269Z","id":"8rik7fjg2fp","archived":false,"title":"Untitled Card","text":"\n## New card\n### Shortcuts\n- ESC to **Discard Changes**\n- Ctrl+Enter to **Save Changes**\n- Double click on card to **Edit**\n- A to **Add**\n","board":"INBOX","color":"#a7c0cd","isEditing":true,"editingColor":"#a7c0cd","editingTitle":"README","editingText":"# \n\n> MDyna is a markdown notes application that syncs with Github gists, and much more\n---\n\n## 🏠 Homepage\n\nVisit our Landing Page [here](https://mdyna.dev)\n\n## Main Features\n\n* Git Flavoured Markdown \\(GFM\\) support\n* macOs \\+ Windows \\+ Linux\n* Code syntax highlighting for several languages\n* Dark Mode\n* Tag notes with labels\n* Organize cards through boards\n* Cloud syncing through custom directory\n* Github gist sync\n* Export boards as markdown files\n* Import .md files from directory\n\n\n## Author\n\n👤 **David Morais**\nhhj\n* Twitter: [@Psybork](https://twitter.com/Psybork)\n* Github: [@mdyna](https://github.com/mdyna)\n\n\n## 🤝 Contributing\n\nhttp://mdyna.dev/\nContributions, issues and feature requests are welcome\\!<br /\\>\nFeel free to check our community page [issues page](https://spectrum.chat/mdyna/bugs?tab=posts).<br/\\>\nYou can also open an issue via [Github issues](https://github.com/mdyna/mdyna-app/issues)\n\n## Show your support\n\nGive a ⭐️ if this project helped you\\!","templated":false}],"boards":{"boardList":[{"name":"INBOX","cards":"all","bg":"default","labels":"all"}],"boardNames":["INBOX"]},"labels":[],"lastSync":"2020-03-10T13:58:19.413Z"}
# replica arquivo data do tinydns primario para o servidor secundario
# devido ao fato de usarmos o servidor secundario em outro datacenter
# houve diferenca de dois segundos entre os servidor e isso nos obrigou a usar
# ntpdate
/etc/service/tinydns/root/Makefile:
data.cdb: data
/usr/bin/tinydns-data
rsync -az -e 'ssh -i relato.pem' data root@54.207.43.255:/etc/service/tinydns/root/data
ntpdate pool.ntp.br
ssh -i relato.pem root@54.207.43.255 "ntpdate pool.ntp.br; cd /etc/service/tinydns/root; make "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment