- Copy the folder ~/.ssh to the other system you would like.
- Change the ~/.ssh dir permission to 700 and ~/.ssh/* to 600
- Add the private key identities to the authentication agent like so: ssh-add
- It's done!
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
FROM alpine | |
RUN apk update && \ | |
apk add curl \ | |
php7 \ | |
php7-opcache \ | |
php-fileinfo \ | |
php7-openssl \ | |
php7-pdo \ | |
php7-json \ |
max_if
is a custom validation which is consists of reqired_if
and max
validations.
It is usable when you want to validate the size of a file when another field is equal to any value.
max_if:anotherfield,value,...
The field under validation must be present if the anotherfield field is equal to any value.
The field under validation must be less than or equal to a maximum value.
This validation just accepts file fields!
class AppServiceProvider extends ServiceProvider
- Dependencies:
sudo apt-get install libnss3-tools jq xsel
- PHP >= 5.6 :
sudo apt-get install php
- PHP Packages:
php*-cli php*-common php*-curl php*-json php*-mbstring php*-mcrypt php*-mysql php*-opcache php*-readline php*-xml php*-zip
- Optional PHP Packages:
php*-sqlite3 php*-mysql php*-pgsql