If you are trying to create a new virtual machine from an existent virtual hard disk and you get the error: “Cannot register the hard disk because a hard disk already exists”
Author: Jesús Amieiro
-
Documental. Zero days
-
MySQL secure installation
mysql_secure_installation, un comando muy recomendable tras instalar un servidor MySQL.
-
Ultraandaina os 100 dos International Trekkers 2016
A ultraandaina e ultratrail “Os 100 dos International Trekkers” é unha proba non competitiva cun plantexamento claro: completar 100 km polo monte, andando ou correndo, saíndo dende a Pobra do Caramiñal, percorrendo os concellos de Ribeira, Porto do Son, Noia, Lousame, Rianxo e Boiro para rematar no punto de partida, na Pobra do Caramiñal. Este é o mapa da proba, aportado pola organización.
-
Previa da 3ª edición dos 100 dos International Trekkers
O próximo sábado 25 de xuño de 2016 participarei na 3ª edición dos 100 dos International Trekkers, unha ultraandaina/ultratrail de 100 Km a realizar nun máximo de 24 horas.
Adxunto, por se pode ser de utilidade para algún participante, unha serie de arquivos de elaboración propia, a partir da información dispoñible na web da proba.
-
Laravel Factory. InvalidArgumentException with message ‘Unable to locate factory with name [default] [App\Model].’
If you are using the Laravel factories to populate the database with fake elements, when you add a new factory, v.gr. in the “\database\factories\ModelFactory.php”, ant try to execute it with the tinker app
-
Laravel. Models into its own folder
If you create an Eloquent Model in Laravel (v.gr., the “Company” model), using the command
$ php artisan make:model Company
the file is stored in the “App” folder.
-
Laravel. No supported encrypter found. The cipher and / or key length are invalid.
If you have pull a project from a Git repository or from another source and you get the error
RuntimeException in compiled.php line 7706: No supported encrypter found. The cipher and / or key length are invalid.
-
“No input file specified” using Homestead
If you see the message “No input file specified” in the browser (using Homestead as development VM machine), one possible problem is that Homestead doesn’t load the parameters from the config file Homestead.yaml
Try to provision the VM another time, running
$ vagrant reload --provision