Skip to content

Instantly share code, notes, and snippets.

View Guppy16's full-sized avatar

Akash Gupta Guppy16

View GitHub Profile
@ricog
ricog / AMD_NPU_INSTALL_UBUNTU_25.04.md
Created October 28, 2025 22:00
AMD NPU Driver and XRT Tools Installation Guide for Ubuntu 25.04

AMD NPU Setup Guide for Ubuntu 25.04

Quick installation guide for enabling AMD Ryzen AI NPU on Ubuntu 25.04 with Secure Boot.

System Requirements

  • Processor: AMD Ryzen AI processor (Strix/Phoenix series)
  • OS: Ubuntu 25.04
  • Kernel: 6.14+ (included in Ubuntu 25.04)
  • Secure Boot: Can remain enabled (requires MOK enrollment)
@DianaEromosele
DianaEromosele / Change "origin" of your GIT repository
Created August 7, 2016 00:31
Change "origin" of your GIT repository
$ git remote rm origin
$ git remote add origin git@github.com:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master