Skip to content

Instantly share code, notes, and snippets.

@danglduy
danglduy / install-linux-amd-ryzen-pc.md
Created December 21, 2024 08:33
Install Linux on a Ryzen PC

Install Linux on a Ryzen PC

Recently I've purchased a PC after using my Mac for 5 years. At first, I thought it would be easy since I had no troubles installing Ubuntu on my previous PC using a Ryzen 1700. However, with this new PC, I am having so much troubles that I think I need to take down some notes.

My new computer hardware configuration is:

  • CPU: AMD Ryzen 9800X3D
  • Mainboard: Gigabyte B650 Aorus Elite AX rev1.2
  • GPU: Nvidia RTX4060TI 16GB VRAM

Ubuntu

@danglduy
danglduy / git-branching-diagram.md
Created November 11, 2020 05:52 — forked from bryanbraun/git-branching-diagram.md
Example Git Branching Diagram

Example Git Branching Diagram

You can use this diagram as a template to create your own git branching diagrams. Here's how:

  1. Create a new diagram with diagrams.net (formerly draw.io)
  2. Go to File > Open From > URL
  3. Insert this url (it points to the xml data below): https://gist.github.com/bryanbraun/8c93e154a93a08794291df1fcdce6918/raw/0378fda86483def0a9680270c02907a9cbaf7615/template-data.xml
  4. Customize as needed for your team.

@danglduy
danglduy / install-alacritty-ubuntu.sh
Created September 30, 2020 11:45 — forked from ales-tsurko/install-alacritty-ubuntu.sh
Install Alacritty on Ubuntu
#!/bin/bash
# This installs alacritty terminal on ubuntu (https://github.com/jwilm/alacritty)
# You have to have rust/cargo installed for this to work
# Install required tools
sudo apt-get install -y cmake libfreetype6-dev libfontconfig1-dev xclip
# Download, compile and install Alacritty
git clone https://github.com/jwilm/alacritty