Skip to content

Instantly share code, notes, and snippets.

View v-rie's full-sized avatar
🌴
On vacation

ʌ-rie v-rie

🌴
On vacation
View GitHub Profile
@v-rie
v-rie / NEW!!! 2024 DIGITAL OCEAN PROMO COUPON.MD
Last active January 8, 2024 15:32
NEW!!! 2024 DIGITAL OCEAN PROMO COUPON

👉NEW!!! 2024 DIGITAL OCEAN PROMO COUPON👈

image

  1. 🎉 Use this link to Sign Up.
  2. 🎉 Activate your account by credit card or PayPal.
  3. 🎉 Done! Now you have free $200 credit.
@v-rie
v-rie / Digital Ocean Promo Coupon $200.md
Last active February 9, 2023 09:03
Digital Ocean Promo Coupon $200

👉NEW!!! Digital Ocean Promo Coupon👈

image

  1. 🎉 Use this link to Sign Up.
  2. 🎉 Activate your account by credit card or PayPal.
  3. 🎉 Done! Now you have free $200 credit.
@v-rie
v-rie / lumen 6.x 7.x generate key.txt
Last active May 8, 2020 18:19
Lumen 6.x 7.x Generate Key
<?php
namespace App\Console\Commands;
use Illuminate\Support\Str;
use Illuminate\Console\Command;
/**
* Class KeyGenerateCommand
* @package App\Console\Commands
@v-rie
v-rie / nginxubuntu
Last active September 27, 2019 12:51
Install Nginx and PHP in Ubuntu
########## 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