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
[ | |
"actor", | |
"actress", | |
"adventurer", | |
"aficionado", | |
"aristocrat", | |
"artist", | |
"baby", | |
"banker", | |
"biker", |
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
[ | |
"؋", | |
"฿", | |
"₵", | |
"₡", | |
"¢", | |
"$", | |
"₫", | |
"֏", | |
"€", |
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
[ | |
"ability", | |
"adoration", | |
"adventure", | |
"amazement", | |
"anger", | |
"anguish", | |
"anxiety", | |
"apprehension", | |
"artistry", |
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
{ | |
"type": "APL", | |
"version": "1.3", | |
"theme": "light", | |
"import": [ | |
{ | |
"name": "alexa-layouts", | |
"version": "1.1.0" | |
} | |
], |
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
<?xml version="1.0"?> | |
<!-- source: https://www.phpzag.com/create-custom-module-with-custom-database-table/ --> | |
<config> | |
<modules> | |
<[Namespace]_[Module]> | |
<version>0.1.0</version> | |
</[Namespace]_[Module]> | |
</modules> | |
<frontend> | |
<routers> |
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
#! /bin/bash | |
#file location .git/hooks/ | |
filename="$(git rev-parse --show-toplevel)/version.txt"; | |
DATE=`date +%Y%m%d-%H%M%S` | |
#DATE=`date +%T` | |
echo "$DATE" > "$filename"; |
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
<?php | |
/** | |
* I faced a strange issue while migrating a magento 2.3 from a server to another. | |
* some of the product images where in a uppercase folder on the server and on a lowercase on the db | |
* the fix was to create links... | |
*/ | |
//get the folders list from [magento root]/apps/magento/htdocs/pub/media/catalog/product | |
$folders = ["A","B","C","d","e","f","G","h","i","J","k","l","M","n","o","P","r","s","T","u","V","w","y"]; | |
foreach( $folders as $folder ) |
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
Source | |
https://virtualboxes.org/doc/installing-guest-additions-on-debian/ | |
Login as root; | |
Update your APT database with apt-get update; | |
Install the latest security updates with apt-get upgrade; | |
Install required packages with apt-get install build-essential module-assistant; | |
Configure your system for building kernel modules by running m-a prepare; | |
Click on Install Guest Additions… from the Devices menu, then run mount /media/cdrom. | |
Run sh /media/cdrom/VBoxLinuxAdditions.run, and follow the instructions on screen. |
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
Options Indexes FollowSymLinks MultiViews | |
AllowOverride All | |
Order allow,deny | |
allow from all |
NewerOlder