Profile | download (kb/s) | upload (kb/s) | latency (ms) |
---|---|---|---|
Native | 0 | 0 | 0 |
GPRS | 50 | 20 | 500 |
56K Dial-up | 50 | 30 | 120 |
Mobile EDGE | 240 | 200 | 840 |
2G Regular | 250 | 50 | 300 |
2G Good | 450 | 150 | 150 |
3G Slow | 780 | 330 | 200 |
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
@DATABASE@__%Y-%m-%d_%H-%M-%S |
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
*.abbott | |
*.abogado | |
*.abudhabi | |
*.ac | |
*.academy | |
*.accountant | |
*.accountants | |
*.aco | |
*.actor | |
*.ad |
- https://github.com/jashkenas/backbone
- https://github.com/jashkenas/underscore
- https://github.com/eligrey/classList.js
- https://github.com/ckeditor/ckeditor-dev
- https://github.com/ded/domready
- https://github.com/aFarkas/html5shiv
- https://github.com/jquery/jquery
- https://github.com/carhartl/jquery-cookie
- https://github.com/mattfarina/farbtastic
- https://github.com/jquery-form/form
- https://github.com/drupal/core-recommended
- https://github.com/drupal/core-composer-scaffold
- https://github.com/drupal/core-project-message
composer global require maglnet/composer-require-checker
- Πρέπει ανά πάσα στιγμή να ελέγχει όλο το γήπεδο (γρήγορες ματιές) και να ξέρει που είναι όλοι οι συμπαίκτες και οι αντίπαλοι.
- Είναι υπεύθυνος για τον ρυθμό του παιχνιδιού και την συμμετοχή όλων των παικτών στο παιχνίδι (αλλαγές παιχνιδιού, δημιουργα υπεραριθμίας κτλ).
- Απλό παιχνίδι (μέγιστο 2 κοντρόλ).
- Καλές τοποθετήσεις στον κατάλληλο (κενό) χώρο.
- Οι πάσεις του πρέπει να έχουν όσο το δυνατόν καλύτερη ακρίβεια.
- Όταν παίρνει την μπάλα με την πλάτη να την επιστρέφει σχεδόν πάντα πίσω.
- Οι πάσες προς τα πίσω να είναι 100% σωστές.
- Όταν έχει κοντά αντίπαλο δίνει άμεσα πάσα.
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
composer outdated -Dm | |
composer prohibits vendor/package version | |
composer show vendor/package | |
composer show vendor/package -a | |
composer depends vendor/package -t | |
composer outdated -m | |
composer outdated | |
composer update vendor/package --with-dependencies --dry-run | |
composer require vendor/package:constraint --no-update | |
composer update vendor/package vendor/package vendor/package |
- Dev/Stage/Live environment
- Software for issues (eg Jira, GitHub etc)
- Security monitoring
- Git precommit hooks
- Git hosting (eg Gitlab, GitHub, Bitbucket)
- CI (eg CircleCI)
- Development tools (eg performance, build etc)
- Collaboration tools (eg Slack)
- Drupal specific hosting (Acquia, Pantheon, Amazee etc)
- Drush custom commands
How to move a Drupal site from Server A to Server B.
- Create the Domain on Server B
- Create the Emails on Server B
- Create the Database on Server B
- Download the database from Server A using backup_migrate
- Rsync files from Server A to Server B using ssh. Be careful to also transfer the dotfiles (or use git if is set)
- Install drush on Server B (see drush-installer)
- Install Drupal on Server B with a clean Database
- Enable module backup_migrate on the new site on Server B