X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-end;h=c2aeec3ac4e67c772eb8b41f70c4c46e5105ba9f;hb=18add5cd24c17a314eb671714ce251c3374f7d60;hp=6b49f9b3fb3c0f9a4965b2d0ad0c994cb44e214c;hpb=63e3670ab59869f5f74904edbe64daa943fad15f;p=distro-setup diff --git a/distro-end b/distro-end index 6b49f9b..c2aeec3 100755 --- a/distro-end +++ b/distro-end @@ -90,7 +90,6 @@ EOF ########### begin section including vps ################ pi ${p2[@]} - conflink sudo rm -fv @@ -883,6 +882,16 @@ EOF end ;; esac + +case $HOSTNAME in + bk) + pi icecast2 + # todo, save the config + /etc/cron.daily/stream-cert + web-conf -c /etc/cert-live.fsf.org -p 443 -f 8000 apache2 live.fsf.org + ;; +esac + ###### end website setup ########### end section including li/lj ############### @@ -1687,7 +1696,8 @@ sudo gpasswd -a $USER lpadmin # based on ubuntu wiki # general known for debian/ubuntu, not for fedora m /a/bin/buildscripts/go -m /a/bin/buildscripts/rust +# only needed for rg. cargo takes up 11 gigs, filled up the disk on je. +#m /a/bin/buildscripts/rust m /a/bin/buildscripts/misc m /a/bin/buildscripts/pithosfly #m /a/bin/buildscripts/alacritty @@ -1948,6 +1958,10 @@ sgo dynamicipupdate if grep -xFq $HOSTNAME /a/bin/ds/machine_specific/btrbk.hosts; then sgo btrbk.timer fi +if [[ $HOSTNAME == kd ]]; then + sgo btrbk-spread.timer +fi + # note: to see when it was last run, # ser list-timers @@ -2166,7 +2180,10 @@ case $HOSTNAME in sudo install -m 0755 -o root -g root -t /usr/bin /a/opt/bitcoin-23.0/bin/* sgo bitcoind sudo usermod -a -G bitcoin iank - sudo ln -s /q/wallets /var/lib/bitcoind + if [[ ! $(readlink -f /var/lib/bitcoind/wallets) == /q/wallets ]]; then + sudo lnf /q/wallets /var/lib/bitcoind + sudo chown -h bitcoin:bitcoin /var/lib/bitcoind/wallets + fi # note, there exists # /a/bin/ds/disabled/bitcoin ;; @@ -2174,6 +2191,14 @@ esac ### end bitcoin +case $HOSTNAME in + kw|x3) + sd /etc/cups/client.conf <<'EOF' +ServerName printserver0.office.fsf.org +EOF + ;; +esac + end_msg <<'EOF' In mate settings settings, change scrolling to two-finger,