- Install
devcluster, publish ports without traefik.
k3d cluster create devcluster \
--api-port 127.0.0.1:6443 \
-p 80:80@loadbalancer \
-p 443:443@loadbalancer \
--k3s-arg "--disable=traefik@server:0"devcluster, publish ports without traefik.k3d cluster create devcluster \
--api-port 127.0.0.1:6443 \
-p 80:80@loadbalancer \
-p 443:443@loadbalancer \
--k3s-arg "--disable=traefik@server:0"<fargate-profile-namespace>. Guidekube-system namespace, refer guide from previous step)Refer Helm Installation to install helm command
| { | |
| "guestFunctions": [ | |
| "erpnext.www.book_appointment.verify.index.get_context(context)", | |
| "erpnext.www.book_appointment.index.get_appointment_settings()", | |
| "erpnext.www.book_appointment.index.get_timezones()", | |
| "erpnext.www.book_appointment.index.get_appointment_slots(date, timezone)", | |
| "erpnext.www.book_appointment.index.create_appointment(date, time, tz, contact)", | |
| "erpnext.templates.utils.send_message(subject='Website Query', message='', sender='', status='Open')", | |
| "erpnext.templates.pages.search_help.get_help_results_sections(text)", | |
| "erpnext.templates.pages.product_search.get_product_list(search=None, start=0, limit=12)", |
loglevel=3 iommu=pt acpi_backlight=native
iommu=pt Solves sudden freeze of graphics Arch Forum Linkacpi_backlight=native Solves back light "failed" message during boot Arch Wikiloglevel=3 iommu=pt acpi_backlight=native apparmor=1 security=apparmor quiet| # Install these packages (use your favorite AUR tool here) | |
| yay -Syu minikube-bin kubectl docker-machine-driver-kvm2 libvirt qemu-headless docker-machine ebtables | |
| # Get libvirt going | |
| sudo systemctl enable libvirtd.service | |
| sudo usermod -a -G libvirt $(whoami) | |
| # This fix thanks to http://blog.programmableproduction.com/2018/03/08/Archlinux-Setup-Minikube-using-KVM/ | |
| sudo virsh net-autostart default |
| # | |
| # /etc/pacman.conf | |
| # | |
| # See the pacman.conf(5) manpage for option and repository directives | |
| # | |
| # GENERAL OPTIONS | |
| # | |
| [options] | |
| # The following paths are commented out with their default values listed. |
| // 2019 Revant Nandgaonkar | |
| // License: MIT | |
| import { CanActivate, ExecutionContext, Injectable } from '@nestjs/common'; | |
| import * as crypto from 'crypto'; | |
| import * as rawBody from 'raw-body'; | |
| @Injectable() | |
| export class GithubWebHookGuard implements CanActivate { | |
| async canActivate(context: ExecutionContext): Promise<boolean> { |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/arm64 3.18.60 Kernel Configuration | |
| # | |
| CONFIG_ARM64=y | |
| CONFIG_64BIT=y | |
| CONFIG_ARCH_PHYS_ADDR_T_64BIT=y | |
| CONFIG_MMU=y | |
| CONFIG_ARCH_MMAP_RND_BITS_MIN=18 | |
| CONFIG_ARCH_MMAP_RND_BITS_MAX=24 |
| # Generated by Powerlevel10k configuration wizard on 2019-11-13 at 05:50 IST. | |
| # Based on romkatv/powerlevel10k/config/p10k-rainbow.zsh, checksum 41729. | |
| # Wizard options: powerline, rainbow, time, vertical separators, sharp heads, | |
| # flat tails, 2 lines, solid, no frame, darkest, sparse, concise. | |
| # Type `p10k configure` to generate another config. | |
| # | |
| # Config for Powerlevel10k with powerline prompt style with colorful background. | |
| # Type `p10k configure` to generate your own config based on it. | |
| # | |
| # Tip: Looking for a nice color? Here's a one-liner to print colormap. |
| source ~/android/venv/bin/activate | |
| export LC_TIME=C | |
| export LC_ALL=C | |
| export ANDROID_JACK_VM_ARGS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx5G" | |
| export USE_CCACHE=1 | |
| export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4096m" | |
| export _JAVA_OPTIONS="-Xmx5g" |