Skip to content

Instantly share code, notes, and snippets.

View MkDierz's full-sized avatar
🏠
Working from home

Syibbran Mulaesyi MkDierz

🏠
Working from home
View GitHub Profile
@MkDierz
MkDierz / install_ta_lib_collab.ipynb
Last active September 19, 2025 03:48
Script to install ta lib in google colab
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MkDierz
MkDierz / userdata.sh
Created September 24, 2025 15:31
user data script for amazon linux 2023
#!/bin/bash
# Update system packages
sudo dnf update -y
# Install Docker
sudo dnf install -y docker
# Start and enable the Docker service
sudo systemctl start docker