I hereby claim:
- I am alkindix on github.
- I am alkindix (https://keybase.io/alkindix) on keybase.
- I have a public key ASBKA4TIlaQnVUGAn_fVdIbF5QWjeiiwY77MubZ-OYgHpQo
To claim this, I am signing this object:
| Requirements:- | |
| 1. Ubuntu 22.04 | |
| 2. 7900XT or 7900XTX | |
| Pre-requests before making any installation. | |
| Follow step 1-3 if you installed amdgpu. | |
| 1. If you already installed redeon graphic card driver from AMD using amdgpu-install. Completely remove the driver | |
| and connect your HDMI to motherboard. Then restart your PC |
| service: | |
| redis: | |
| container_name: redis | |
| image: redis/redis-stack-server:6.2.6-v4 | |
| restart: always | |
| ports: | |
| - '6379:6379' | |
| command: > | |
| redis-server | |
| --save 60 1 |
I hereby claim:
To claim this, I am signing this object:
| all: alfa.pdf | |
| alfa.pdf: alfa.latex | |
| latexmk -pdf $< | |
| alfa.png: alfa.pdf | |
| convert -density 150 -flatten $< $@ | |
| clean: alfa.latex | |
| latexmk -CA $< |