Skip to content

Instantly share code, notes, and snippets.

View tikg's full-sized avatar
🎯
Focusing

tikg tikg

🎯
Focusing
View GitHub Profile
@tikg
tikg / localdeployment-container.md
Last active January 20, 2023 04:35
Local Deployment of Containers

Local Deployment of Containers

k0s/minikube/k3s/microk8s all are viable options for local deployment.
Or even kind/k3d if you want to run kubernetes on top of docker.

@tikg
tikg / podman.md
Last active February 9, 2023 00:15

podman quick deploy

sudo apt-get -y update  
sudo apt-get -y install podman  
podman run --name tuliao-wordpress -p 8080:80 -d wordpress  
podman generate kube tuliao-wordpress  
@tikg
tikg / docker.md
Last active January 20, 2023 07:04
Everything Docker

Everything Docker

Removing docker from wsl

kubectl on Docker users cmd

setup docker on ubuntu wsl

@tikg
tikg / python.md
Last active January 20, 2023 07:20

Python with nexfil

sudo git clone https://github.com/thewhiteh4t/nexfil.git  
cd nexfil  
sudo apt install python3-pip  
sudo pip3 install -r requirements.txt    
@tikg
tikg / go-lang.md
Last active October 31, 2023 17:29

Go Lang Setup (the easiest way)

Clone update-golang by @udhos

git clone https://github.com/udhos/update-golang  
cd update-golang  
sudo ./update-golang.sh  
source /etc/profile.d/golang_path.sh
@tikg
tikg / wsl.md
Last active February 16, 2023 03:21

WSL

Checking WSL distros

PS C:\Users\tik> wsl --list --online
The following is a list of valid distributions that can be installed.
Install using 'wsl.exe --install <Distro>'.

NAME               FRIENDLY NAME
Ubuntu             Ubuntu
@tikg
tikg / powershell.md
Last active February 16, 2023 00:49

Microsoft Powertoys

winget install Microsoft.PowerToys --source winget

Powershell Latest Release

Here

Allowing Scripts to be run

To solve: Solution for “cannot be loaded because running scripts is disabled on this system“:

@tikg
tikg / ssh.md
Last active January 20, 2023 07:33

Homeserver Setup with CapRover, VM and Docker

Derived from Elitsur All credit goes to him

All below are notes from my experience with setting it up

Setting up Host VirtualBox environment

Buy domain from cloudflare
Download VirtualBox
Install Virtualbox
Download Ubuntu Server
Setup New VM in VirtualBox

@tikg
tikg / openstack.md
Last active January 20, 2023 07:34
OpenStack CheatSheet