No products in the cart.
How to setup raspberry pi 4b

Go to the Raspberry Pi official website and download the Pi Imager. Download and install the Pi Imager on your computer and run the App.
Go to the Raspberry Pi official website and download the Pi Imager. Download and install the Pi Imager on your computer and run the App.
SSH into your Synology box Create a docker user group (sudo synogroup –add docker) Change the owner group of the docker.sock file (sudo chown root:docker ) Add your user to the new docker group (sudo synogroup –member docker $USER)
Download Ubuntu Server ARM edition Download VMWare for M1 MacOS Create the VM Install the server with SSH enable Install docker Generate keys Copy the id_rsa.pub key to the server Turn off Password Authentication Edit the following lines…
Repair Disk Errors or Corrupted File System to Fix The File or Directory Is Corrupted and Unreadable Error Checking disk errors and repairing corrupted file systems can solve the file directory is corrupted and unreadable error caused by bad sectors…
The hiberfil.sys getting too large and eating up your C drive space, here is a command to get rid of it and get your space back. Run command prompt as administrator key in the following command to disable hibernate mode.…
Run Command Prompt as Administrator Run the following command to show all your wifi profile Run the following command to show details about the profile Command to show WiFi profile on Ubuntu Run the following command to show WiFi profiles
To mount a network share folder, is easier using the GUI, but sometimes while using SSH terminal in to the box, is better to know the command line how to connect network share using commands. Install CIFS packages Create mounting…