ssh root@IP
adduser git
usermod -aG sudo git
ssh-keygen
ls ~/.ssh
cat ~/.ssh/id_rsa.pub
[ | |
{ | |
"hex": "#EFDECD", | |
"name": "Almond", | |
"rgb": "(239, 222, 205)" | |
}, | |
{ | |
"hex": "#CD9575", | |
"name": "Antique Brass", | |
"rgb": "(205, 149, 117)" |
## | |
## How to install mcrypt in php7.2 / php7.3 | |
## Linux / MacOS / OSX | |
## | |
## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/ | |
# |
# laravel new-app | |
alias laravel="git clone -o laravel -b develop https://github.com/laravel/laravel.git" | |
alias artisan="php artisan" | |
alias migrate="php artisan migrate" | |
alias serve="php artisan serve" | |
alias dump="php artisan dump" | |
alias t="phpunit" | |
# Generators Package |
module.exports = { | |
root: true, | |
env: { | |
node: true | |
}, | |
'extends': [ | |
'plugin:vue/essential', | |
'plugin:prettier/recommended', // we added this line | |
'@vue/prettier' | |
], |
<script> | |
export default { | |
data: () => ({ | |
// Create a reactive data property to track | |
// whether the user is on a mobile device | |
isMobile: false, | |
}), | |
beforeDestroy () { | |
if (typeof window !== 'undefined') { |
Color picking websites: | |
1. https://colorhunt.co | |
2. https://klart.io | |
3. https://color.adobe.com | |
4. https://webkul.github.io | |
5. https://pigment.shapefactory.co | |
6. http://bit.ly/2Jam0Vu | |
7. https://brandcolors.net | |
8. https://webgradients.com | |
9. https://colorleap.app/ |