Skip to content

Instantly share code, notes, and snippets.

View j0nl1's full-sized avatar
🌖
Ex nihilo nihil fit

Javier Aceña j0nl1

🌖
Ex nihilo nihil fit
View GitHub Profile
@j0nl1
j0nl1 / chains_icahost.json
Created December 14, 2023 11:38
icahost info + generator
[
{
"chainName": "8ball",
"info": {
"params": {
"host_enabled": true,
"allow_messages": []
}
}
},
@j0nl1
j0nl1 / index.ts
Last active May 17, 2023 16:18
Proposal for new types generation in cosmwasm/ts-codegen
export type Decimal = string;
export type Timestamp = Uint64;
export type Uint64 = string;
type ThresholdResponseAbsoluteCount = {
absolute_count: {
total_weight: number;
weight: number;
};
};
@j0nl1
j0nl1 / Fastfile
Created October 19, 2022 10:13
Firebase distribution using Fastlane
# This file contains the fastlane.tools configuration
# You can find the documentation at https://docs.fastlane.tools
#
# For a list of all available actions, check out
#
# https://docs.fastlane.tools/actions
#
# For a list of all available plugins, check out
#
# https://docs.fastlane.tools/plugins/available-plugins

K3S CONFIGUARTION

1. Raspberry Configuration

After flashing

cd /Volumes/boot/
touch ssh
nano cmdline.txt
cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory

Change default password