install wget http://mirror.bit.edu.cn/apache/kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz tar -zxf kafka_2.10-0.9.0.1.tgz cd kafka_2.10-0.9.0.1 sh bin/kafka-server-start.sh config/server.properties docs Kafka cluste..
Tag : macos
cpu core Physical CPUNumber of CPUs on Slots in Actual Server The number of physical cpu can be counted as the number of non-repeating physical id Logical CPUIn general, we think that a cpu can have multiple cores, and with intel’s Hyper-Threading Technology (HT), it can logically split the number of cpu core by a ..
Mac repair ab and siege installation Repair ab tohttps://simon.heimlicher.com/ …Download ab-2.4.3-install.zsh chmod 777 ab-2.4.3-install.zsh ./ab-2.4.3-install.zsh ab -c 500 -n 10000 http://localhost:8080/hello Siege installation brew install siege Install siege under Mac OS X (Summary) Siege Details of Web Performance Stress Testing Tools Fix Apache Bench (‘AB’) on..
Today, when installing the MongoDB extension of PHP7 on the Mac, I encountered such a problem. It is too strange. Details are as follows: The original Mac systemopensslReplace with PassbrewNew version installed CurrentopensslVersion details are as follows And PHP extensionsopensslIt has also been opened PassedphpizegenerateconfigureFile phpize During generationMakefileWhen is still a hintopensslThe version is too ..
Configure MongoDB under Mac. terminal appears every time you start after modifying bash_profile-bash: ! rt: command not found,The screenshot is as follows: The following is my bash_profile configuration: May I know what the problem is? Thank you! Check your bash.rc, bash_profile …. there should be a place to call rt, just comme..
After the mac installs docker, follow official documentation to operate docker-machine to create a local vm $ docker-machine create –driver virtualbox default Then check $ docker-machine ls NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS default – virtualbox Running tcp://192.168.99.102:2376 v18.05.0-ce Add to environment $ docker-machine env default export DOCKER_TLS_VERIFY=”1″ export DOCKER_HOST=”tcp://192.168.99.102:2376″ export DOCKER_CERT_PATH=”/Users/xushuainan/.docker/machine/machines/default” export ..
The official website downloads the latest docker for Mac community edition. After installation, clicking on the icon has no response. I don’t know how to understand it.p.s. 1. The MacOS was upgraded from 10.12 to 10.13. When the docker was opened, no response was found. Then the docker was completely deleted and the latest version ..
This problem has expired, and now the docker source can be easily configured with a new client. docker-machine create -h Then one parameter can be found–engine-registry-mirror [–engine-registry-mirror option –engine-registry-mirror option] Specify registry mirrors to use Then look for a daocloud or a docker mirror service provided by Aliyun, and m..
Question:Docker Installs php:7.1-fpm Prompts libssl-dev Required Libssl Version 1.0.0 Too High, How to Resolve? Environment:Mac Tried solutions:1. google said that aptitude would downgrade libssl1.0.0, but I don’t understand how docker operates this;2. The source of Aliyun was the same when it was replaced. Error reporting diagram: My dockerfile configuration: List file for php: Thank you! ..
Install Harbor on a host using the default HTTP protocol.IP is192.168.33.10.You can log in from the command line on this machine: sudo docker login 192.168.33.10 Can also be accessed from the browser:http://192.168.33.10But from other clients (Mac,Docker installed like thisWhen logging in, the following error occurred: docker login 192.168.33.10 Username: user1 Password: (my_password) Error response from ..
If wifi docker is disconnected under mac, it will automatically shut down. How to solve it? You said the container was closed. Closure of a container is actually the abnormal termination or normal exit of an internally running process. It depends on what process is running inside your ..
The problem is probably this: For my own usedockerThedebainInstall on MirrorphpThe bagxdebug, useperl install xdebugInstallation, but the installation wait time out, I will trypingAfter checking xdebug’s official website, I found that ping was connected, but when curl got the home page resource, he reported a timeout. . Then I wondered. . Then I tried Baidu, ..