mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 22:55:31 +02:00

* pages*: remove bold and italic styling * Update pages/common/strings.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> * pages.*: update outdated pages * Update conky.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
16 lines
391 B
Markdown
16 lines
391 B
Markdown
# mongod
|
|
|
|
> Server database MongoDB.
|
|
> Informasi lebih lanjut: <https://docs.mongodb.com/manual/reference/program/mongod>.
|
|
|
|
- Menentukan berkas konfigurasi:
|
|
|
|
`mongod --config {{nama_berkas}}`
|
|
|
|
- Menentukan port yang digunakan:
|
|
|
|
`mongod --port {{port}}`
|
|
|
|
- Menentukan tingkat pencatatan perilaku (profiling) database. 0 mati, 1 hanya operasi lambat, 2 semuanya:
|
|
|
|
`mongod --profile {{0|1|2}}`
|