Random stuff
1. sudo apt update && sudo apt full-upgrade
2. sudo apt-get clean
3. sudo shutdown -r now (system will reboot)
4. sudo apt-get install -y raspbian-nspawn-64
5. ds64-shell
6. sudo apt-get install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev
7. git clone https://github.com/xmrig/xmrig.git
8. cd xmrig
9. mkdir build
10. cd build
11. cmake ..
12. make
Update
sudo apt update && sudo apt upgrade -y
sudo apt full-upgrade -y
Change IP address
sudo nano /etc/dhcpcd.conf
* Add the following lines to the bottom of the file. If such lines already exist and are not commented out, remove them.
* Replace the comments in brackets in the box below with the correct information. Interface will be either wlan0 for Wi-Fi or eth0 for Ethernet.
interface wlan0
static_routers=192.168.7.1
static domain_name_servers=192.168.1.1
static ip_address=192.168.7.121/24
We need your consent to load the translations
We use a third-party service to translate the website content that may collect data about your activity. Please review the details in the privacy policy and accept the service to view the translations.