While using a Raspberry Pi (RPi) connected to a monitor or TV over HDMI, you may notice that the screen will be automatically put to sleep after a certain amount of time of inactivity. To wake the RPi it is usually enough just to move a mouse or press some key button. But if are […]
raspberry pi
Raspberry Pi: VLC – Failed To Allocate CMA Buffer
Recently i got an issue on my RPi4 with a VLC media player that was crashing if i was trying to switch between a fullscreen and a windowed mode and scroll a video. Also i couldn’t play some movies as the VLC was playing the audio track only but not the video one. In the […]
Raspberry Pi: Force HDMI – Hotplug
By default, the HDMI output of the Raspberry Pi is only activated if a monitor or a TV is connected and powered up before the Raspberry Pi is started up. Fortunately, there is an easy fix which will force the Raspberry Pi to turn on the HDMI output, no matter whether a display is connected […]
Raspberry Pi: Docker – Install Docker on Raspberry Pi
To build and run Docker containers on Raspberry Pi it is required to install Docker itself. To install the latest version of Docker on Raspberry Pi and to be able to upgrade it easily in future – it is recommended to install Docker from the official repository. In this guide i will show how to […]
Raspberry Pi: Samba File Server Setup
A Samba file server enables file sharing across different operating systems over a network. It lets you access your files on a Raspberry Pi and share them with Windows, Linux and macOS clients. In this note i will show how to turn your Raspberry Pi into a file server by installing Samba and creating a […]
Raspberry Pi: DNS Server Settings
The DNS servers in Raspberry Pi are listed in /etc/resolv.conf file. If you want to change the Raspberry Pi’s DNS server settings you shouldn’t update this file manually, because all changes will be overwritten after reboot by data that your local DHCP server provides. In this note i will show how to change DNS servers […]
Raspberry Pi 4: RetroPie Install – Windows, MacOS, Linux
RetroPie, starting from the version 4.6, can be installed on Raspberry Pi 4. In this note i will show how to download the latest image of RetroPie and how to install it on Raspberry Pi 4 using Raspberry Pi’s Imager in Windows, MacOS and Linux. Additionally, i will show how to burn the RetroPie’s image […]
Raspberry Pi: Enable SSH Headless (Without Monitor)
If you are going to use a Raspberry Pi headless (without a monitor), you should know that for security reasons the SSH server in Raspbian is disabled by default. In order to connect to the headless Raspberry Pi, you should enable SSH in advance and this can be done even before the first boot. In […]
Raspberry Pi: Default Password & How To Change
Most of the operating systems for Raspberry Pi have default password for accessing RPi using SSH or VNC. In Raspberry Pi OS (formerly Raspbian), for example, the default username is pi and the default password is raspberry, but this is not a standard for the most of the other distributions. Below you will find a […]
Find Raspberry Pi’s IP on Network – Windows, MacOS, Linux
To connect to a Raspberry Pi using SSH or VNC, you need to know the Pi’s IP address. If you use the Raspberry Pi with a monitor, you can check the Pi’s IP from the command line (terminal) by executing the hostname -I command. Without a monitor and keyboard (headless) you can find the Raspberry […]