mysqldump -u USER -p --single-transaction --quick --lock-tables=false DATABASE | gzip > OUTPUT.gz
This file contains hidden or 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
| fauxme1RAID fauxme1RAID fauxme1RAID ❗❗❗MELLOWSHIP INCOMING❗❗❗ fauxme1RAID fauxme1RAID fauxme1RAID 💥 fauxme1LOSTspin fauxme1LOSTspin WE'RE LOST fauxme1LOSTspin fauxme1LOSTspin | |
| fauxme1RAID fauxme1RAID fauxme1RAID MELLOWSHIP INCOMING fauxme1RAID fauxme1RAID fauxme1RAID WE'RE LOST fauxme1LOSTspin fauxme1LOSTspin fauxme1LOSTspin | |
| fauxme1BigAng fauxme1LOSTspin fauxme1Squishpat fauxme1Jammy fauxme1Smol fauxme1Arrive fauxme1BigAng fauxme1LOSTspin fauxme1Squishpat fauxme1Jammy fauxme1Smol fauxme1Arrive fauxme1BigAng fauxme1LOSTspin fauxme1Squishpat fauxme1Jammy fauxme1Smol fauxme1BigSip fauxme1Arrive | |
This file contains hidden or 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
| "dependencies": { | |
| "demo": "^6.26.3", | |
| "datest": "^0.7.9", | |
| "noise-heightmap-generator": "git@bitbucket.org:intendedmedia/module_noise-heightmap-generator.git", | |
| "fubar": "^0.154.0" | |
| }, |
This file contains hidden or 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
| transition: color 2.1s ease-in-out, scale 0.4s ease-in-out ; | |
| backface-visibility: hidden; <- | |
| -webkit-font-smoothing: subpixel-antialiased; <- | |
| transform: translateZ(0) perspective(1px); <- | |
| will-change: transform; <-------------- |
This file contains hidden or 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
| @function rem-calc($size) { | |
| $remSize: calc($size / 16); | |
| @return #{$remSize}rem; | |
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| <main class="testimonial-grid"> | |
| <article class="testimonial grid-col-span-2 flow bg-primary-400 quote text-neutral-100"> | |
| <div class="flex"> | |
| <div> | |
| <img src="./images/image-daniel.jpg" alt="daniel clifford"> | |
| </div> | |
| <div> | |
| <h2 class="name">Daniel Clifford</h2> | |
| <p class="position">Verified Graduate</p> | |
| </div> |
This file contains hidden or 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
| /* OLD TYPO*/ | |
| $GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxySSL'] = '*'; | |
| $GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxyIP'] = '*'; | |
| $GLOBALS['TYPO3_CONF_VARS']['SYS']['trustedHostsPattern'] = '<ZIELDOMAIN>'; | |
| $GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxyHeaderMultiValue'] = 'first'; | |
| /* NEW TYPO */ | |
| 'SYS' => [ |
This file contains hidden or 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
| # ordner der gebackupt wird | |
| backup_files="/var/www/site.de/" | |
| # backup ziel | |
| dest="/var/www/backups/site.de/" | |
| # Rsync Server Credentials: | |
| rsync_user="root" | |
| rsync_pass="xxxx" | |
| rsync_host="site.server.de" |
This file contains hidden or 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 update vendorname/extensionname | |
| composer require vendorname/extensionname | |
| composer install vendorname/extensionname | |
| composer remove vendorname/extensionname | |
| composer outdated |
NewerOlder