Created
January 26, 2020 08:34
-
-
Save jmakov/346bc52c7dbaaf1e6c1805dd0e868704 to your computer and use it in GitHub Desktop.
Problems & solutions
This file contains hidden or 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
Clickhouse start fails after fresh install: | |
problem: | |
- permission denied /var/lib/clickhouse | |
solution: | |
- sudo mkdir -p /var/lib/clickhouse | |
- chown -R clickhouse:clickhouse /var/lib/clickhouse | |
MT4 install on Ubuntu 19.10 | |
problem: | |
- during install asks for proxy settings | |
solution: | |
- install winehq-stable from https://wiki.winehq.org/Ubuntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment