sudo vim /etc/mysql/my.cnf
###change:
...
bind-address = 0.0.0.0
...
| // activar logging de queries | |
| db.setProfilingLevel(2,0);db.setLogLevel(1); | |
| // listar queries ejecutadas | |
| db.system.profile.find() | |
| // borrar queries ejecutadas y volver a activar | |
| db.setProfilingLevel(0);db.system.profile.drop();db.setProfilingLevel(2,0);db.setLogLevel(1); |
| <?php | |
| namespace AppBundle; | |
| use AppBundle\DependencyInjection\Compiler\InjectRepositoriesCompilerPass; | |
| use Symfony\Component\DependencyInjection\ContainerBuilder; | |
| use Symfony\Component\HttpKernel\Bundle\Bundle; | |
| class AppBundle extends Bundle | |
| { |
Services receives selected: menu at the top of the ”Canvas” on the right, change to ”Files & Folders”.Get Selected Finder ItemsRun Shell ScriptRun Shell Script action to the ”canvas” on the right side.Run Shell Script action, change the Pass input from to stdin to as argumentsCat command in the text box:Followed tutorials:
Url to access to the server once installed https://SERVER_IP:631/.
Installed raspbian using Raspberry Pi Imager v1.2, desktop app to install SO in the SD from a computer. Installed Raspbian without user interface.
| " Turn on syntax highlighting | |
| syntax on | |
| " Show line numbers | |
| set number | |
| " Encoding | |
| set encoding=utf-8 | |
| " Use spaces instead of tabs |