Skip to content

Instantly share code, notes, and snippets.

@xyxu
xyxu / git-cheat-list.md
Created February 27, 2017 02:15
Git cheat list

Git cheat list

  • name of the current banch and nothing else (for automation)

    git rev-parse --abbrev-ref HEAD
    
  • all commits that your branch have that are not yet in master

    git log master..<HERE_COMES_YOUR_BRANCH_NAME>
    
@xyxu
xyxu / proxmox_nvidia.md
Created October 10, 2024 02:29 — forked from egg82/proxmox_nvidia.md
NVidia Proxmox + LXC

Proxmox

Find the proper driver at the NVidia website.

Note: Make sure to select "Linux 64-bit" as your OS

Hit the "Search" button.