I hereby claim:
- I am vardumper on github.
- I am iroybot (https://keybase.io/iroybot) on keybase.
- I have a public key ASD1zw5B2rtYT3lkbEQejOPr9FxPzYAcoUKEQ80jp14hAgo
To claim this, I am signing this object:
| a: | |
| name: Anchor | |
| description: 'The a element represents a hyperlink, linking to another resource.' | |
| level: inline | |
| unique: false | |
| attributes: | |
| download: | |
| description: 'Indicates that the linked content should be downloaded rather than displayed.' | |
| defaultValue: filename.pdf | |
| type: string |
| adb shell pm uninstall --user 0 com.huawei.health | |
| adb uninstall com.huawei.videoeditor | |
| adb uninstall com.booking | |
| adb uninstall com.huawei.meetime | |
| adb uninstall com.hicloud.android.clone | |
| adb uninstall com.huawei.hicloud | |
| adb uninstall com.huawei.livewallpaper.mountaincloud | |
| adb uninstall com.huawei.gameassistant | |
| adb uninstall com.huawei.gamebox | |
| adb uninstall com.huawei.game.kitserver |
| #!/bin/bash | |
| # Configs | |
| ME="Fistname Lastname" | |
| EML="[email protected]" | |
| HOST="mac" | |
| sudo scutil --set HostName $HOST | |
| sudo scutil --set LocalHostName $HOST | |
| sudo scutil --set ComputerName $HOST |
| Host my-server | |
| HostName 9x99:9x9:x99:x9x9::1 # placeholder, replace with your servers IPv6 | |
| IdentityFile ~/.ssh/id_rsa | |
| IdentitiesOnly yes | |
| ForwardX11 yes | |
| Port 22 # verify port with sudo ss -tnlp | grep ssh | |
| AddressFamily inet6 | |
| User root # placeholder, use real user eg: ubuntu | |
| LogLevel DEBUG |
| #=========================================================================# | |
| # Default Craft CMS Template for atomic deploys # | |
| # make sure to set up current/shared/releases folders accordingly # | |
| # DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS # | |
| # https://docs.hestiacp.com/admin_docs/web.html#how-do-web-templates-work # | |
| #=========================================================================# | |
| server { | |
| listen %ip%:%web_ssl_port% ssl http2; | |
| server_name %domain_idn% %alias_idn%; |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| CWD="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)" | |
| set -euo pipefail | |
| export PROJECT_ROOT="${PROJECT_ROOT:-"$(dirname "$CWD")"}" | |
| ADMIN_ROOT="${ADMIN_ROOT:-"${PROJECT_ROOT}/vendor/shopware/administration"}" |
| <?php | |
| declare(strict_types = 1); | |
| use WebPConvert\WebPConvert; | |
| set_time_limit(0); | |
| chdir(dirname(__DIR__)); // one level up to project root | |
| // check requirements | |
| if (! is_file('vendor/autoload.php')) { | |
| echo "File vendor/autoload.php not found. Is the path correct?"; | |
| exit(); | |
| } |
| INSERT INTO `import_export_profile` ( | |
| `id`, | |
| `name`, | |
| `system_default`, | |
| `source_entity`, | |
| `file_type`, | |
| `delimiter`, | |
| `enclosure`, | |
| `mapping`, | |
| `created_at`, |
| INSERT INTO `import_export_profile` ( | |
| `id`, | |
| `name`, | |
| `system_default`, | |
| `source_entity`, | |
| `file_type`, | |
| `delimiter`, | |
| `enclosure`, | |
| `mapping`, | |
| `created_at`, |