commands are editor.action.copyLinesDownAction and editor.action.copyLinesUpAction
Shift + Alt + DownArrow
Windows: Shift+Alt+Down and Shift+Alt+Up
Mac: Shift+Option+Down and Shift+OptionUp
$ vagrant global-status
$ vagrant box list
https://app.vagrantup.com/boxes/search?utf8=%E2%9C%93&sort=downloads&provider=&q=
<VirtualHost *:443 *:80>
SSLEngine on
SSLCertificateFile /home/administrator/ssl/star_costamaragencias_com.crt
SSLCertificateKeyFile /home/administrator/ssl/star_costamaragencias_com.key
SSLCertificateChainFile /home/administrator/ssl/gd_bundle-g2-g1.crt
# The ServerName directive sets the request scheme, hostname and port that
So, before the command almost always use the program name. | |
Windows | |
control printers : Impresoras y faxes. | |
control folders : Opciones de carpeta. | |
control keyboard : Propiedades de Teclado. | |
control desktop : Screen properties. | |
services.msc : Servicios. | |
devmgmt.msc : Administrador de dispositivos. | |
dfrg.msc : Desfragmentador de disco. | |
wscui.cpl : Centro de seguridad de Windows. |
You can fetch all branches from all remotes like this:
$ git fetch --all
Download project
$ git init
$ git remote add upstream https://[email protected]/user/repo.git
$ git fetch --all // download all branches
How to check whether a web page can be loaded in iframe | |
Cómo comprobar si una página web se puede cargar en iframe | |
Sometimes you may want to load other website's page in your own website's iframe, but due to some security concerns, other website may have security configurations which prevent you from loading their pages into your iframe. | |
In this case, if you try to load them, you would see a blank page or a text message telling that it's prohibited. Fortunately, you can detect this before you actually decide to load it. | |
https://www.pixelstech.net/article/1532747442-How-to-check-whether-a-web-page-can-be-loaded-in-iframe |
Create credential: https://console.developers.google.com/apis/credentials | |
Create a project: https://console.developers.google.com/projectcreate | |
src: https://medium.com/employbl/add-login-with-google-to-your-laravel-app-d2205f01b895 | |
======================================================================================================================== | |
# $ sudo composer install | |
Do not run Composer as root/super user! See https://getcomposer.org/root for details | |
Loading composer repositories with package information | |
Installing dependencies (including require-dev) from lock file | |
Nothing to install or update | |
Generating optimized autoload files | |
> Illuminate\Foundation\ComposerScripts::postAutoloadDump | |
> @php artisan package:discover |