Enjoying my new Keyboard ! Volume control is awesome !

Twitter : https://twitter.com/DavidRaleche
Newsletter : Subscribe here
Store : https://david.raleche.com/shop
Enjoying my new Keyboard ! Volume control is awesome !
git checkout local-branch-i-want-to-revert
git reset --hard origin/branch-i-want-to-copy
/Applications/Postgres.app/Contents/Versions/latest/bin
to add hidden files -> command + shift + G
paste /Applications/Postgres.app/Contents/Versions/latest/bin
and select the folder
php artisan nova:resource DirectMailing
php artisan make:model DirectMailing -m
Connection variable is critical
protected $connection = 'pgsql-api';
file location : app/LoyaltyLevels.php
class LoyaltyLevels extends Model
{
//
protected $connection = 'pgsql-api';
protected $table = 'api.loyalty_levels';
/**
* The primary key associated with the table.
*
* @var string
*/
protected $primaryKey = 'loyalty_level_uuid';
protected $keyType = 'string';
}
public function fields(Request $request)
{
return [
Text::make('loyalty_level')->sortable(),
Text::make('loyalty_level_description')->sortable(),
];
}
[[email protected] ec2-user]# /usr/local/bin/certbot-auto --no-bootstrap Creating virtual environment… Installing Python packages… Installation succeeded. Traceback (most recent call last): File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 7, in from certbot.main import main File "/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/certbot/main.py", line 2, in from certbot._internal import main as internal_main File "/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/certbot/_internal/main.py", line 10, in import josepy as jose File "/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/josepy/init.py", line 41, in from josepy.interfaces import JSONDeSerializable File "/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/josepy/interfaces.py", line 7, in from josepy import errors, util File "/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/josepy/util.py", line 7, in import OpenSSL File "/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/OpenSSL/init.py", line 8, in from OpenSSL import crypto, SSL File "/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/OpenSSL/crypto.py", line 12, in from cryptography import x509 ImportError: No module named cryptography
rm -rf /opt/eff.org/* pip install -U certbot certbot renew --debug
certbot
tar -cjvf archive.tar.bz2 stuff
tar -jxvf filename.tbz2
745 composer require backpack/crud:"4.0.*"
746 composer require backpack/generators --dev
747 composer require laracasts/generators --dev
748 php artisan backpack:install
749 php artisan make:migration:schema create_tags_table --model=0 --schema="name:string:unique"
750 php artisan migrate
751 php artisan backpack:crud tag
752 valet park
753 valet link
754 valet links
755 hisory
756 history
757 vim .env
758 php artisan backpack:crud building
759 php artisan backpack:crud apartment
760 php artisan backpack:crud apartment
830 composer require backpack/permissionmanager
831 php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider" --tag="migrations"
832 php artisan migrate
833 php artisan migrate
834 php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider" --tag="config"
835 php artisan vendor:publish --provider="Backpack\PermissionManager\PermissionManagerServiceProvider"
853 php artisan backpack:add-sidebar-content "<li class='nav-item'><a class='nav-link' href='{{ backpack_url('setting') }}'><i class='nav-icon fa fa-cog'></i> <span>Settings</span></a></li>"
854 Discovered Package: creativeorange/gravatar
855 composer require backpack/logmanager
856 php artisan backpack:add-sidebar-content "<li class='nav-item'><a class='nav-link' href='{{ backpack_url('log') }}'><i class='nav-icon fa fa-terminal'></i> Logs</a></li>"
857 composer require backpack/backupmanager
858 php artisan vendor:publish --provider="Backpack\BackupManager\BackupManagerServiceProvider" --tag=config
859 php artisan backpack:add-sidebar-content "<li class='nav-item'><a class='nav-link' href='{{ backpack_url('backup') }}'><i class='nav-icon fa fa-hdd-o'></i> Backups</a></li>"
860 composer require seandowney/backpackgallerycrud
First, we installed Bastion and compressed its folder — about 863 MB in size of music, graphics, executable files, and various different types of documents:
Next, we compressed Hotline Miami, which is 654 MB of data:
#1 composer require backpack/crud:"4.0.*"
#2 composer require backpack/generators --dev
#3 composer require laracasts/generators --dev
#4 php artisan backpack:install
#5 php artisan make:migration:schema create_tags_table --model=0 --schema="name:string:unique"
#6 php artisan migrate
#7 php artisan backpack:crud tag
Native client is not specified for connection
Download Mysql or Postgres or (appropriate database ) Server
Do the step of DBEAVER client configuration
Find bib files for mysql – open terminal and execute followin command
which mysql
--> /usr/local/bin/mysql
if using a mac to allocate mysql server bin files location
command + shift + G
Paste the path in there such as
/usr/local/mysql-5.7.28-macos10.14-x86_64/bin/
Voila you can enjoy most amazing feature of DBeaver !