- 🎉 Use this link to Sign Up.
- 🎉 Activate your account by credit card or PayPal.
- 🎉 Done! Now you have free $200 credit.
- 🎉 Use this link to Sign Up.
- 🎉 Activate your account by credit card or PayPal.
- 🎉 Done! Now you have free $200 credit.
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
<?php | |
namespace App\Console\Commands; | |
use Illuminate\Support\Str; | |
use Illuminate\Console\Command; | |
/** | |
* Class KeyGenerateCommand | |
* @package App\Console\Commands |
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
########## Install NGINX ############## | |
# Install software-properties-common package to give us add-apt-repository package | |
sudo apt-get install -y software-properties-common | |
# Install latest nginx version from community maintained ppa | |
sudo add-apt-repository ppa:nginx/stable | |
# Update packages after adding ppa |