Last active
March 10, 2020 13:58
-
-
Save RELATO/82a3c231e97cab936a1b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 [email protected]:/etc/service/tinydns/root/data | |
ntpdate pool.ntp.br | |
ssh -i relato.pem [email protected] "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