ssh-keygen -t rsa -b 4096 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
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
sudo apt-get install software-properties-common | |
sudo add-apt-repository ppa:ondrej/php | |
sudo apt-get update | |
sudo apt install php7.1-dev php7.1-cli php7.1-amqp php7.1-apcu php7.1-bcmath php7.1-bz2 php7.1-calendar php7.1-ctype php7.1-curl php7.1-dba php7.1-dom php7.1-ds php7.1-enchant php7.1-exif php7.1-fileinfo php7.1-fpm php7.1-ftp php7.1-gd php7.1-gearman php7.1-geoip php7.1-gettext php7.1-gmp php7.1-gnupg php7.1-http php7.1-iconv php7.1-igbinary php7.1-imagick php7.1-imap php7.1-interbase php7.1-intl php7.1-json php7.1-ldap php7.1-lua php7.1-mailparse php7.1-mapi php7.1-mbstring php7.1-mcrypt php7.1-memcache php7.1-memcached php7.1-mysql php7.1-pdo php7.1-pdo-mysql php7.1-pdo-pgsql php7.1-phar php7.1-posix php7.1-readline php7.1-redis php7.1-sass php7.1-shmop php7.1-simplexml php7.1-soap php7.1-sockets php7.1-ssh2 php7.1-tidy php7.1-uploadprogress php7.1-tokenizer php7.1-uuid php7.1-xml php7.1-xsl php7.1-yaml php7.1-zip php7.1-zmq |
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
Empty file. |
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
BadFunctionCallException | |
======================== | |
Создается исключение, если обратный вызов относится к неопределенной функции или если некоторые аргументы отсутствуют. | |
BadMethodCallException | |
====================== | |
Создается исключение, если обратный вызов относится к неопределенному методу или если некоторые аргументы отсутствуют. |