Skip to content

Instantly share code, notes, and snippets.

@SinSquare
SinSquare / chrome_gpu
Created March 15, 2018 10:31
lunux chrome enable gpu
https://camratus.com/2017/09/18/chrome-on-ubuntu-fix-some-gpu-problem/

apt-get install ssh-askpass ssh-askpass-gnome

export GIT_ASKPASS=which ssh-askpass

git config --global credential.helper 'cache --timeout=3600'

@SinSquare
SinSquare / pyproject.toml
Last active September 1, 2021 08:42
poetry export wrong requirement conditions
[tool.poetry]
name = "req-test"
version = "0.1.0"
description = ""
authors = ["Abel Katona <abelkatona@flywheel.io>"]
[tool.poetry.dependencies]
python = "^3.8"
crayons = "^0.4.0"
ipython = "^7.24.0"
@SinSquare
SinSquare / disabel_dpm.txt
Last active October 27, 2021 05:26
Fedora amdgpu disable DPM
https://bugzilla.redhat.com/show_bug.cgi?id=1478219
1) download radcard script:
https://raw.githubusercontent.com/superjamie/snippets/master/radcard
2) chmod +x radcard
3) sudo cp radcard /usr/local/bin/radcard