Documentation: https://magnushelander.se/youtube-no-cookies-embed-privacy/
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
# | |
# See https://fly.io/docs/reference/configuration/ for information about how to use this file. | |
# | |
app = "sitename" | |
primary_region = "cdg" | |
[build] | |
image = "ghost:5.49-alpine" |
brew install colima docker
colima start --cpu 4 --memory 4
# colima start (after computer restart)
# cd repo
ddev config --project-type=drupal9 --docroot=web --create-docroot
ddev start
# import db
ddev import-db --file=database.sql.gz
# uninstall modules
Install Github CLI, open CMD and run these commands:
ssh-keygen -t ed25519 -C "[email protected]"
gh ssh-key add c:/Users/yourname/.ssh/key.pub -t keyname
gh repo clone username/reponame
- Install Termux dan jalankan
termux-setup-storage
pkg install proot-distro
proot-distro install ubuntu
proot-distro login ubuntu
pkg update
pkg install wget
- Pilih direktori untuk menyimpan
cd ~/storage/download
hasil downloadwget https://github.com/coder/code-server/releases/download/v3.12.0/code-server-3.12.0-linux-arm64.tar.gz
tar -xvf code-server-3.12.0-linux-arm64.tar.gz
- Install Termux
termux-setup-storage
apt update && apt upgrade
cd ~/storage/downloads
mkdir htdocs
cd htdocs
- Install Composer,
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Alpine.js Todo Demo</title> | |
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"> | |
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.js" defer></script> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tailwindcss/ui@latest/dist/tailwind-ui.min.css"> | |
<meta charset="utf-8"> | |
</head> |
git clone https://github.com/flutter/flutter.git -b stable
cd flutter
pwd # this will show your current path to replace [PATH_OF_FLUTTER_GIT_DIRECTORY]
sudo nano $HOME/.bashrc
export PATH="$PATH:[PATH_OF_FLUTTER_GIT_DIRECTORY]/bin"
echo $PATH
which flutter dart
flutter config --no-analytics
flutter precache
In this case, the specific error was:
$ git pull
error: unable to unlink old 'sites/default/default.settings.php': Permission denied
I opened the sites directory and saw the following:
$ lll
rwxr-xr-x noxlady staff 160 B Tue Sep 4 13:34:39 2018 M? all/
r-xr-xr-x noxlady staff 192 B Tue Sep 4 13:40:49 2018 ✓ default/
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 is the Apache server configuration file providing SSL support. | |
# It contains the configuration directives to instruct the server how to | |
# serve pages over an https connection. For detailing information about these | |
# directives see <URL:http://httpd.apache.org/docs/2.2/mod/mod_ssl.html> | |
# | |
# Do NOT simply read the instructions in here without understanding | |
# what they do. They're here only as hints or reminders. If you are unsure | |
# consult the online docs. You have been warned. | |
# |
NewerOlder