This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dnf update -y | |
dnf install -y epel-release | |
dnf --enablerepo=powertools -y install \ | |
automake bison boost-devel ca-certificates cmake \ | |
cronie curl dejavu-sans-fonts diffutils dirmngr \ | |
eigen3-devel file-devel gcc gdbm-devel git \ | |
gmp-devel google-crosextra-caladea-fonts \ | |
google-crosextra-carlito-fonts google-noto-fonts-common \ | |
ImageMagick ImageMagick-devel inkscape liberation-fonts \ | |
libffi libffi-devel libreoffice-opensymbol-fonts \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
db: | |
image: 'postgres:latest' | |
restart: unless-stopped | |
environment: | |
- POSTGRES_HOST_AUTH_METHOD=trust | |
volumes: | |
- ./db-data:/var/lib/postgresql/data/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
LOCKFILE=/tmp/.xrandrlock | |
[ -e $LOCKFILE ] && exit | |
touch $LOCKFILE | |
xrandr --auto | |
rm $LOCKFILE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile b/Makefile | |
index 533ea7c..9fb31d5 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -189,11 +189,14 @@ CROSS_COMPILE = mips-wrs-linux-gnu- | |
endif | |
ifeq ($(PLATFORM),PC) | |
+ifndef KERN_VER | |
+KERN_VER = $(shell uname -r) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile b/Makefile | |
index 533ea7c..9fb31d5 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -189,11 +189,14 @@ CROSS_COMPILE = mips-wrs-linux-gnu- | |
endif | |
ifeq ($(PLATFORM),PC) | |
+ifndef KERN_VER | |
+KERN_VER = $(shell uname -r) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am ptrxyz on github. | |
* I am ptrxyz (https://keybase.io/ptrxyz) on keybase. | |
* I have a public key whose fingerprint is A86C C796 6412 E279 C1AF DAE8 3A7B 2B13 8949 CFCB | |
To claim this, I am signing this object: |
NewerOlder