Skip to content

Instantly share code, notes, and snippets.

[env]
KUBECONFIG = "{{config_root}}/kubeconfig"
KIND_CLUSTER_NAME = "bucket-controller"
[vars]
container_tool = "docker"
image = "bucket-controller:latest"
ignore_not_found = "false"
[tools]
@IxDay
IxDay / SkipVerification.txt
Created December 20, 2024 14:41 — forked from ygit/SkipVerification.txt
Skip Verification of Mac Apps
xattr -d com.apple.quarantine /path/to/app/myMacApp.app
---
apiVersion: v1
kind: Service
metadata:
name: hello
spec:
selector:
app: hello
ports:
- name: http
@IxDay
IxDay / build.rb
Created October 27, 2023 06:08
MRuby custom build
=begin
# https://github.com/mruby/mruby.git
MRUBY_CONFIG=build.rb rake
=end
MRuby::Build.new do |conf|
# load specific toolchain settings
conf.toolchain
# Use mrbgems
“YOUR SEARCH TERM HERE” -inurl:(htm|html|php|pls|txt) intitle:index.of “last modified” (mkv|mp4|avi)
@IxDay
IxDay / replify
Created March 23, 2018 13:06 — forked from postpostscript/ replify
replify - Create a REPL for any command
#!/bin/sh
command="${*}"
printf "Initialized REPL for `%s`\n" "$command"
printf "%s> " "$command"
read -r input
while [ "$input" != "" ];
do
eval "$command $input"
printf "%s> " "$command"
@IxDay
IxDay / sshd.go
Created March 19, 2018 14:37 — forked from jpillora/sshd.go
Go SSH server complete example - Read more here https://blog.gopheracademy.com/go-and-ssh/
// A small SSH daemon providing bash sessions
//
// Server:
// cd my/new/dir/
// #generate server keypair
// ssh-keygen -t rsa
// go get -v .
// go run sshd.go
//
// Client:
@IxDay
IxDay / arch-linux-install
Created March 6, 2018 18:08 — forked from mattiaslundberg/arch-linux-install
Minimal instructions for installing arch linux on an UEFI system with full system encryption using dm-crypt and luks
# Install ARCH Linux with encrypted file-system and UEFI
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
# Download the archiso image from https://www.archlinux.org/
# Copy to a usb-drive
dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration.
# Set swedish keymap