show dbs
| command | desc |
|---|---|
| show dbs | |
| db | Show Current Database |
| use acme | create/switch db |
| show collections |
| .tabs-and-actions-container .editor-actions { | |
| display: none !important; | |
| position: absolute; | |
| top: 35px; | |
| right: 0; | |
| z-index: 1; | |
| background-color: #2D2D2D; | |
| } | |
| .tabs-and-actions-container:hover .editor-actions { | |
| display: flex !important; |
| [Unit] | |
| Description=Test Service | |
| # After=multi-user.target | |
| [Service] | |
| WorkingDirectory=/home/pi/ | |
| User=pi | |
| Environment=DISPLAY=:0 | |
| Environment=XAUTHORITY=/home/pi/.Xauthority | |
| Type=simple |