Skip to content

Instantly share code, notes, and snippets.

View adaltavo's full-sized avatar

Gustavo Topete adaltavo

View GitHub Profile
$docker exec drupalvm install-drupal
Downloading Drupal 8.x-dev
Installing drupal-composer/drupal-project (8.x-dev c1e2b6e6b32d51e75321d76c503714d8515e2420)
- Installing drupal-composer/drupal-project (8.x-dev c1e2b6e): Cloning c1e2b6e6b3 from cache
Created project in drupal
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 129 installs, 0 updates, 0 removals
@adaltavo
adaltavo / myLinuxCheatSheet
Last active February 17, 2018 18:15
This Linux cheat sheets are intended to give a list of most useful bash commands and utilities. They will be divided as four main sheets: a general list, a list for sys admin, a list for networking, and a list for bash scripting utilities
==============================================Basic Comands===============================================
cat FILE Displays FILE's content (moves FILE content to standard output,
hence, if multiple files are specified, it concatenates them all)
__________________________________________________________________________________________________________
cat > FILE Creates/overrides FILE's content with standard input
__________________________________________________________________________________________________________
cd DIR Moves to DIR directory