Skip to content

Instantly share code, notes, and snippets.

View bagusnl's full-sized avatar
🅱️
Derp

Bagus Nur Listiyono bagusnl

🅱️
Derp
View GitHub Profile
@bagusnl
bagusnl / cm_autobench.bat
Created September 4, 2022 15:50
CPU CCX/Cache/Memory Benchmark Script
@echo off
:: CCX, Memory, and Cache benchmark automator by bagusnl
:: Requires CCXLatency.exe (can be found in Ryzen DRAM Calculator by 1usmus) and AIDA64 Engineer Edition
echo RUN THIS BATCH FILE AS ADMINISTRATOR TO PREVENT ERRORS/EXCESSIVE UAC REQUESTS
:: Set your AIDA64 Engineer and CCXLatency.exe path here
set aida=".\tools\AIDA64\aida64.exe"
set ccxlat=".\tools\CCXLatency.exe"

1.70.0: Name Pending

[Note]: This is a DRAFT release, which means that many of the changes are not final and are subject to change without notice. This version is being released to those who want to test Collapse, and may not be released to the general public for some time. Please report any issues by creating an issue here. Thanks!

Welcome to another release of Collapse! We know that we just released 1.69.0: Codename: Version Kiana, but we want to stick to a faster release schedule. That being said, expect less new features, and more maintenance releases in the near future, as we have big plans for Collapse! Let's jump right into this version \o/

What's New?

@bagusnl
bagusnl / readme.md
Created July 6, 2023 00:56
Setting up Cloudflare R2 as CDN with HTTP frontend also uploads files from GitHub repository to said CDN with Actions

Setting up Cloudflare R2 as CDN

This guide will set up a CDN with URL frontend and sync them up from GitHub Repo with Actions

Things needed:

  • A domain that is tied to Cloudflare (free CF account is probably enough, depends on the load to your CDN)

Steps:

  1. Make a Cloudflare R2 bucket > Take a note of its bucket name.