Simulates a nice constellation on canvas
A Pen by Acaua Montiel on CodePen.
{ | |
"avatar_url": "https://a1.sndcdn.com/images/default_avatar_large.png", | |
"comments_count": 0, | |
"created_at": "2021-07-06T03:03:09Z", | |
"followers_count": 0, | |
"followings_count": 80, | |
"full_name": "Imari Imarhiagbe", | |
"username": "GGC😎", | |
"bio": null, | |
"scID": 1004985355, |
#!/bin/bash | |
sudo apt autoremove -y | |
sudo apt install software-properties-common -y | |
sudo add-apt-repository ppa:ondrej/php -y | |
sudo apt update -y | |
sudo apt install -y zip unzip php8.0 php8.0-cli php8.0-common php8.0-curl php8.0-intl php8.0-mbstring php8.0-mysql php8.0-odbc php8.0-redis php8.0-sqlite3 php8.0-xml php8.0-zip php8.0-fpm | |
sudo systemctl enable php8.0-fpm | |
wget -O composer-setup.php https://getcomposer.org/installer | |
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer | |
suro rm composer-setup.php |
Simulates a nice constellation on canvas
A Pen by Acaua Montiel on CodePen.
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message. | |
-- create_table("1099info", {:primary_key=>"data1099ID", :force=>true}) | |
rake aborted! | |
Mysql2::Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) | |
/Users/macomputer/Desktop/b/bpcnet-rails/db/schema.rb:16:in `block in <top (required)>' | |
/Users/macomputer/Desktop/b/bpcnet-rails/db/schema.rb:14:in `<top (required)>' | |
Tasks: TOP => db:schema:load | |
(See full trace by running task with --trace) |
User Host | |
linux | |
root linux | |
localhost | |
pma localhost | |
root localhost |
C:\Users\Zain Ul Abideen\Documents\GitHub\bpc>vagrant plugin install vagrant-ber | |
kshelf | |
Installing the 'vagrant-berkshelf' plugin. This can take a few minutes... | |
Bundler, the underlying system Vagrant uses to install plugins, | |
reported an error. The error is shown below. These errors are usually | |
caused by misconfigured plugin installations or transient network | |
issues. The error from Bundler is: |
C:\Users\Zain Ul Abideen\Documents\GitHub\bpc>vagrant plugin install vagrant-ber | |
kshelf | |
Installing the 'vagrant-berkshelf' plugin. This can take a few minutes... | |
Bundler, the underlying system Vagrant uses to install plugins, | |
reported an error. The error is shown below. These errors are usually | |
caused by misconfigured plugin installations or transient network | |
issues. The error from Bundler is: |
C:\Users\Zain Ul Abideen\Documents\GitHub\bpc>vagrant plugin install | |
This command was not invoked properly. The help for this command is | |
available below. | |
Usage: vagrant plugin install <name>... [-h] | |
--entry-point NAME The name of the entry point file for loadin | |
g the plugin. |
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
# All Vagrant configuration is done here. The most common configuration | |
# options are documented and commented below. For a complete reference, | |
# please see the online documentation at vagrantup.com. |