From 166ae07a0c2c0c420fabf27c09014e4aab276997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 3 Jul 2023 15:03:03 +0200 Subject: c --- etc/portage/package.accept_keywords/conf | 6 ++++++ etc/resolv.conf.head | 2 +- root/.bash_aliases | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/etc/portage/package.accept_keywords/conf b/etc/portage/package.accept_keywords/conf index 90a44a7..5136aac 100644 --- a/etc/portage/package.accept_keywords/conf +++ b/etc/portage/package.accept_keywords/conf @@ -38,3 +38,9 @@ app-crypt/fcrackzip ~* games-util/lutris ~* net-im/abaddon ~* media-video/avidemux ~* +games-action/supertuxkart ~* +games-fps/xonotic ~* +net-wireless/cubicsdr ~* +sci-electronics/pulseview ** +sys-firmware/sigrok-firmware-fx2lafw ~* +media-sound/sndpeek ~* diff --git a/etc/resolv.conf.head b/etc/resolv.conf.head index aeabcb9..508bd6a 100644 --- a/etc/resolv.conf.head +++ b/etc/resolv.conf.head @@ -1,3 +1,3 @@ search sijanec.eu nameserver 188.230.215.50 -nameserver 2a01:261:eca:f349:5036:4034:412e:5349 +nameserver 2a01:261:e77:5544:4e53:3634:4249:4e44 diff --git a/root/.bash_aliases b/root/.bash_aliases index eefa6c3..1e766a8 100644 --- a/root/.bash_aliases +++ b/root/.bash_aliases @@ -25,7 +25,7 @@ HISTFILESIZE=1000000000 function upload () { chmod 0644 "$1" d=`[ '$2'x = x ] && echo $1 || echo $2` - sftp -b- upload@upload <<< "put '$1' www/$d" + sftp -b- upload@upload.sijanec.eu <<< "put '$1' www/$d" echo https://upload.sijanec.eu./$d | xclip } function mcd () { @@ -47,3 +47,4 @@ if [ `id -u` -eq 0 ] then alias binwalk="binwalk --run-as=root" fi +PATH=$PATH:~/.local/bin -- cgit v1.2.3