From 309ec72a71b559daadb5d7b58d8ff2b0c1c46cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sat, 18 May 2024 22:22:47 +0200 Subject: b_stuff --- etc/portage/make.conf | 3 ++- etc/portage/package.accept_keywords/conf | 4 ++++ etc/sysctl.d/local.conf | 4 +++- root/.bash_aliases | 25 +++++++++++++++++++++++++ root/.config/i3/config | 2 +- root/.xinitrc | 3 ++- root/.xprofile | 1 + root/posodobi.sh | 8 ++++++-- 8 files changed, 44 insertions(+), 6 deletions(-) diff --git a/etc/portage/make.conf b/etc/portage/make.conf index dfc03eb..55deb88 100644 --- a/etc/portage/make.conf +++ b/etc/portage/make.conf @@ -75,6 +75,7 @@ USE="$USE hpijs" # za hplip USE="$USE jmol" # za sage math USE="$USE terminal" # za vim USE="$USE nano" # za newlib +USE="$USE -openpgl" # za blender UWSGI_PLUGINS="pam" NGINX_MODULES_HTTP="$NGINX_MODULES_HTTP addition auth_ldap auth_pam auth_request brotli dav dav_ext echo fancyindex flv gunzip gzip_static headers_more image_filter javascript memc metrics mp4 push_stream random_index realip secure_link sticky stub_status sub upload_progress vhost_traffic_status xslt gzip userid ssi uwsgi slice security rewrite referer proxy perl map limit_req limit_conn fastcgi empty_gif charset browser autoindex access auth_basic" NGINX_MODULES_STREAM="$NGINX_MODULES_STREAM map realip return ssl_preread limit_conn javascript access" @@ -82,7 +83,7 @@ NGINX_MODULES_STREAM="$NGINX_MODULES_STREAM map realip return ssl_preread limit_ CALLIGRA_FEATURES="stage words sheets" PALEMOON_ENABLE_UNSUPPORTED_COMPILERS=1 # uradno gcc 11 ni podprt -ACCEPT_LICENSE="-* @BINARY-REDISTRIBUTABLE Kermit MPEG-4 android GIMPS Coherent-Graphics BOSL-1.1 SSPL-1" +ACCEPT_LICENSE="-* @BINARY-REDISTRIBUTABLE Kermit MPEG-4 android GIMPS Coherent-Graphics BOSL-1.1 SSPL-1 Nyquist" # default je @FREE # L10N="sl" diff --git a/etc/portage/package.accept_keywords/conf b/etc/portage/package.accept_keywords/conf index 4fe6a74..b1e36fe 100644 --- a/etc/portage/package.accept_keywords/conf +++ b/etc/portage/package.accept_keywords/conf @@ -81,3 +81,7 @@ net-wireless/sigdigger ~* dev-python/snakemake ~* net-irc/thelounge ~* media-gfx/weasis-bin ~* +sci-biology/dcm2niix ~* +app-text/typst ~* +media-sound/tenacity ~* +app-misc/pup ~* diff --git a/etc/sysctl.d/local.conf b/etc/sysctl.d/local.conf index c43b2ce..f9f8434 100644 --- a/etc/sysctl.d/local.conf +++ b/etc/sysctl.d/local.conf @@ -1,2 +1,4 @@ -vm.swappiness = 60 +vm.swappiness = 0 net.ipv6.ip_nonlocal_bind = 1 +net.ipv6.conf.all.forwarding = 1 +net.ipv4.ip_forward = 1 diff --git a/root/.bash_aliases b/root/.bash_aliases index c95955c..5b74f6a 100644 --- a/root/.bash_aliases +++ b/root/.bash_aliases @@ -12,6 +12,22 @@ function register () { n=`curl -s https://www.register.si | grep nonce | head -n 1 | cut -d\" -f8` curl -s https://www.register.si/wp-admin/admin-ajax.php -X POST --data-raw "_ajax_nonce=$n&action=get_whois_data&domain=`sed s/.si\$//g <<<$1`.si" | grep "" | sed "s/^\s*//g" | cut -d\< -f2 | cut -d\> -f2 | grep "[[:print:]]" } +function eurid () { + domain=`sed 's/\.eu$//' <<<$1` + json=`curl -s https://eurid.eu/en/das/?domain=$domain` + status=`jq --raw-output .status <<<$json` + if [ $status = NOT_AVAILABLE ] + then + return 0 + fi + if [ $status = AVAILABLE ] + then + return 1 + fi + echo $json + return 2 + +} alias r=R alias R="R --quiet" alias jupyter-server="jupyter-server --allow-root" @@ -87,3 +103,12 @@ function j () { alias gl="git log --graph" export MPLBACKEND=gtk4agg alias dc="rlwrap dc" +alias vscodium="vscodium --no-sandbox --user-data-dir .local/state/vscodium" +function changedetection_diff_html() { + for i in `unzip -p $1 url-watches.json | jq --raw-output '.watching[] | (.url + "@" + .uuid)'` + do + url=`cut -d@ -f1 <<<$i` + uuid=`cut -d@ -f2 <<<$i` + echo "
  • $url" + done +} diff --git a/root/.config/i3/config b/root/.config/i3/config index 8770426..ee2ebfa 100644 --- a/root/.config/i3/config +++ b/root/.config/i3/config @@ -15,7 +15,7 @@ floating_modifier $mod bindsym $mod+Return exec xterm # bindsym $mod+q kill bindsym $mod+Shift+q kill -bindsym $mod+d exec dmenu_run -f -fn terminus +bindsym $mod+d exec dmenu_run -fn terminus # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu "dmenu -i -fn terminus" # bindsym $mod+Shift+zcaron exec /home/a/.screenlayout/fix-discord.sh bindsym $mod+ccaron focus left diff --git a/root/.xinitrc b/root/.xinitrc index 4d4c713..ab7d226 100755 --- a/root/.xinitrc +++ b/root/.xinitrc @@ -2,4 +2,5 @@ [ -f ~/.xprofile ] && . ~/.xprofile picom & hsetroot -solid black -exec dbus-run-session sh -c "dex -a && exec i3" +# dex -a dal stran +exec dbus-run-session sh -c "exec i3" diff --git a/root/.xprofile b/root/.xprofile index 15941d2..3f0a513 100755 --- a/root/.xprofile +++ b/root/.xprofile @@ -1,4 +1,5 @@ xrandr --output HDMI-1 --set "Broadcast RGB" "Full" +xrandr --output HDMI-1 --right-of DP-1 setxkbmap si xset r rate 150 60 # delay cps xset b off # zvonček diff --git a/root/posodobi.sh b/root/posodobi.sh index c150fb5..e490d84 100755 --- a/root/posodobi.sh +++ b/root/posodobi.sh @@ -26,8 +26,12 @@ a= grep "no-sync" <<<"$@" || /usr/sbin/emaint sync --auto grep "no-ask" <<<"$@" || a=--ask grep "colo" <<<"$@" && f="$f --color y" -[ `hostname` = varovalka ] && f="$f --exclude=media-libs/mesa" -emerge --tree --verbose --update $f $a --newuse --changed-use --backtrack 30 --deep --with-bdeps=y --rebuilt-binaries --autounmask --autounmask-write --autounmask-backtrack=y @world +[ `hostname` = varovalka ] && f="$f" # --exclude=media-libs/mesa +swap=/mnt/slu/a/tmp/swap +[ -f $swap ] && swapon $swap +trap "swapoff $swap" EXIT +emerge --tree --verbose --update $f $a --newuse --changed-use --backtrack 30 --deep --with-bdeps=y --rebuilt-binaries --autounmask --autounmask-write --autounmask-backtrack=y @world # --exclude=sci-electronics/kicad emerge --verbose $f --autounmask-write --autounmask @preserved-rebuild emerge --depclean $f /root/linux/dist.sh +dmenu_path > /dev/null # update cache -- cgit v1.2.3