Update broken links / use GitHub links. (#2830)

This commit is contained in:
FeedMyTummy
2021-12-23 08:57:38 -05:00
committed by GitHub
parent 44a4a4a95d
commit fbe2f0f2a6
3 changed files with 14 additions and 9 deletions

9
FAQ.md
View File

@@ -178,7 +178,7 @@ Of course, people should modify the system, add own scripts, etc ... but if you
### How can I update LND or bitcoind even before the next RaspiBlitz update?
Try updating before a official RaspiBlitz at your own risk - you can find some info about that here:
https://stadicus.github.io/RaspiBolt/raspibolt_faq.html#how-to-upgrade-bitcoin-core
https://raspibolt.org/bonus/raspberry-pi/odroid-setup.html#bitcoin-core-upgrade
@@ -569,7 +569,12 @@ You don't need a LAN port on your laptop as long as you can connect over WLAN to
### Is it possible to connect the Blitz over Wifi instead of using a LAN cable?
A LAN cable is recommended because it reduces a possible source of error on the network connection side. But how to setup WLAN when you don't have a LAN-Router/Switch available see here:
https://raspibolt.github.io/raspibolt/raspibolt_20_pi.html#prepare-wifi
Using [Raspberry Pi Imager: ](https://www.raspberrypi.com/software/)
https://raspibolt.org/operating-system.html#configure-boot-options
Manually
https://github.com/raspibolt/raspibolt/blob/a21788c0518618d17093e3f447f68a53e4efa6e7/raspibolt/raspibolt_20_pi.md#prepare-wifi
### Can I directly connect the RaspiBlitz to my laptop?

View File

@@ -296,7 +296,7 @@ For each password please choose unique, single strings, without spaces and speci
You can use this [RaspiBlitz Recovery Sheet (PDF)](https://github.com/rootzoll/raspiblitz/raw/v1.7/home.admin/assets/RaspiBlitzRecoverySheet.pdf) to write those passwords down for safe storage and also use it later on for your Seed Words.
*The password A,B,C idea is based on the [RaspiBolt Guide Preparations](https://raspibolt.github.io/raspibolt/raspibolt_10_preparations.html#write-down-your-passwords) - check out for more background.*
*The password A,B,C idea is based on the [RaspiBolt Guide Preparations](https://raspibolt.org/preparations.html#write-down-your-passwords) - check out for more background.*
First, password A is requested - this is the password which will be used for SSH login and it's also set for the existing users: admin, root, bitcoin & pi.
@@ -612,7 +612,7 @@ For details see: https://github.com/lightningequipment/circuitbreaker/blob/maste
The RaspiBlitz will automatically unlock the LND wallet upon every start.
This feature is based on [https://raspibolt.github.io/raspibolt/raspibolt_6A_auto-unlock.html].
This feature is based on [https://raspibolt.org/bonus/lightning/auto-unlock.html#bonus-guide-auto-unlock-lnd-on-startup].
It can be activated under "Services" -> "Auto-unlock LND".
We recommend that it be turned on when DynamicDNS is used.

View File

@@ -167,7 +167,7 @@ sudo apt update -y
sudo apt upgrade -f -y
echo -e "\n*** SOFTWARE UPDATE ***"
# based on https://stadicus.github.io/RaspiBolt/raspibolt_20_pi.html#software-update
# based on https://raspibolt.org/system-configuration.html#system-update
# htop git curl bash-completion vim jq dphys-swapfile bsdmainutils -> helpers
# autossh telnet vnstat -> network tools bandwidth monitoring for future statistics
# parted dosfstolls -> prepare for format data drive
@@ -395,7 +395,7 @@ sudo chown root:root /etc/logrotate.d/rsyslog
sudo service rsyslog restart
echo -e "\n*** ADDING MAIN USER admin ***"
# based on https://stadicus.github.io/RaspiBolt/raspibolt_20_pi.html#add-users
# based on https://raspibolt.org/system-configuration.html#add-users
# using the default password 'raspiblitz'
sudo adduser --disabled-password --gecos "" admin
echo "admin:raspiblitz" | sudo chpasswd
@@ -413,7 +413,7 @@ else
fi
echo -e "\n*** ADDING SERVICE USER bitcoin"
# based on https://stadicus.github.io/RaspiBolt/raspibolt_20_pi.html#add-users
# based on https://raspibolt.org/system-configuration.html#add-users
# create user and set default password for user
sudo adduser --disabled-password --gecos "" bitcoin
echo "bitcoin:raspiblitz" | sudo chpasswd
@@ -529,7 +529,7 @@ sudo dphys-swapfile swapoff
sudo dphys-swapfile uninstall
echo -e "\n*** INCREASE OPEN FILE LIMIT ***"
# based on https://stadicus.github.io/RaspiBolt/raspibolt_21_security.html#increase-your-open-files-limit
# based on https://raspibolt.org/security.html#increase-your-open-files-limit
sudo sed --in-place -i "56s/.*/* soft nofile 256000/" /etc/security/limits.conf
sudo bash -c "echo '* hard nofile 256000' >> /etc/security/limits.conf"
sudo bash -c "echo 'root soft nofile 256000' >> /etc/security/limits.conf"
@@ -540,7 +540,7 @@ sudo sed --in-place -i "25s/.*/session required pam_limits.so/" /etc/pam.d/commo
sudo bash -c "echo '# end of pam-auth-update config' >> /etc/pam.d/common-session-noninteractive"
# *** fail2ban ***
# based on https://raspibolt.github.io/raspibolt/raspibolt_21_security.html#fail2ban
# based on https://raspibolt.org/security.html#fail2ban
echo "*** HARDENING ***"
sudo apt install -y --no-install-recommends python3-systemd fail2ban