Skip to content

Instantly share code, notes, and snippets.

View volcanoauthors's full-sized avatar

Volcano Authors volcanoauthors

View GitHub Profile
@volcanoauthors
volcanoauthors / Install-Linux-on-Acer-Spin-1-SP111-32N.md
Last active January 6, 2024 13:54
How to install Ubuntu Linux on an Acer Spin 1 SP111-32N

How to install Ubuntu Linux on an Acer Spin 1 SP111-32N

BIOS Key

The first thing you encounter is how to get into the BIOS. Hold down the little blue Fn key, and press F2. If you do this as soon as you press the power button, then keep pressing F2 a lot, it gets into the BIOS reliably.

In the BIOS, you don’t need to change the Secure Boot settings (yet). Just remember that you have to hold down the little blue Fn key to change the boot order with F5 and F6.

The live USB should boot up just fine. Do not select “Install ubuntu” from the GRUB menu. Let the default option start up, “Try ubuntu without installing.”

Live USB

@volcanoauthors
volcanoauthors / add-triangle-to-BUILD.patch
Last active December 22, 2018 20:05
Cheat sheet: triangle.cpp and BUILD.gn patch
diff --git a/BUILD.gn b/BUILD.gn
index a095b4c..102246d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1,6 +1,22 @@
# Copyright (c) 2017-2018 the Volcano Authors. Licensed under GPLv3.
import("//src/gn/vendor/glslangValidator.gni")
+glslangVulkanToHeader("triangle_shaders") {
+ sources = [

Volcano Contributor License Agreement

This Contributor Agreement applies to any contribution that you make to the product or project managed by the Volcano Authors (the "project"), and sets out the intellectual property rights you grant to the Volcano Authors in the contributed materials. The term "Volcano Authors" shall refer to the https://github.com/volcanoauthors Github account. The term "you" shall mean the person or entity who submits this agreement to the Contributor License Agreement Assistant, https://cla-assistant.io.