Skip to content

Instantly share code, notes, and snippets.

View gruberdev's full-sized avatar

Gruber gruberdev

View GitHub Profile
@gruberdev
gruberdev / answerfile
Created March 14, 2024 08:35 — forked from oofnikj/answerfile
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"
/graphql/30bHSx-YYMzaygsBwfhftA/AddRemoveUserFromList
/graphql/xIZJPQBK0Zz62_BDLNLHKw/AddSuperFollowPrivacy
/graphql/R1ks8NLVisD-416R3mAk_w/AllSubscribedListsTimeline
/graphql/nxtTgq_TxeEDm0gmsGqK_Q/ArticleTweetsTimeline
/graphql/zacmhLyVLzFAKvH-yia8OA/AudiospaceAddSharing
/graphql/IZ1drq74xph2Gym7gGgtRw/AudiospaceBrowseSpaceTopicsQuery
/graphql/N80MQ7fkrpuq1-kCWVSvzQ/AudiospaceByRestId
/graphql/PTAe3LYPhlCcPJtwpyyx-w/AudiospaceDeleteSharing
/graphql/NiYfwFZDe-90MSqpGEI16w/AudiospaceGiveawayTickets
/graphql/g1mB1D5y3z_NkFsN-FwZdA/AudiospaceIsSubscribedQuery
@gruberdev
gruberdev / README.md
Created September 4, 2022 14:56 — forked from lalyos/README.md
install golang to ubuntu/debian one-linet

Install latest golang

curl -Ls http://bit.ly/go_installer | bash

Overview

If you want to install golang, normally you are following the description on the official dowload page

@gruberdev
gruberdev / system.md
Last active November 30, 2021 14:15
System Entity
graph TD
subgraph Entities
   Group1[Group 1]
   Group2[Group 2]
   subgraph Groups
       user1[User 1] -- is a part of --> Group1
       user2[User 2] -- is a part of --> Group1
       user3[User 3] -- is a part of --> Group2
   end
@gruberdev
gruberdev / lima-on-m1-mac-installation-guide.md
Created October 11, 2021 19:49 — forked from toricls/lima-on-m1-mac-installation-guide.md
Using Lima to run containers with containerd and nerdctl (without Docker Desktop) on M1 Macs

Lima (Linux virtual machines, on macOS) installation guide for M1 Mac.

Sep. 27th 2021 UPDATED

Now we can install patched version of QEMU via Homebrew (thank you everyone for the info!). Here is the updated instruction with it:

Used M1 Mac mini 2020 with macOS Big Sur Version 11.6.

1. Install QEMU & Lima

@gruberdev
gruberdev / fix.sh
Created August 26, 2020 19:00
How to fix Fish terminal on SSH when connecting to GCP
export TERM=xterm-256color