How to log in into Raspberry remotely via SSH?
1. Note your Raspberry active IP address that is associated on either eth0 if you use LAN cable or wlan0 if you use wifi: ifconfig 2. Ensure your Raspberry opens its SSH port. Go to Raspi Config to set it up sudo raspi-config Enable SSH Restart 3. From your desktop / laptop / other remote…
How to shut down or restart Linux / Raspbian from command line?
To shut down: sudo halt now To restart: sudo reboot or sudo halt -r now
How to prepare and boot Raspberry Pi
Got Raspberry for the first time? This is what you need to have Ingredients Raspberry Pi board Nice Casing SD Card 8GB Class 10 5v 1000mA charger with MicroUSB port like old Huawei or Nokia charger HDMI cable or S-Video Audio cable Nice stereo speakers TV or monitor USB keyboard…
Run OMXPlayer from Raspberry Desktop Menu
Being able to double-click media files to run it somehow is so liberating. Raspberry Pi version of Debian (Raspbian) came up with OMXPlayer as its default media player. We might as well optimise it, so we can watch video or listen to our favourite MP3s while working on it. First,…
Raspberry PI – Remote desktop access using RDP
Some people want their Raspberry as headless server, that means no monitor necessary. Instead, we will install an RDP server to allow remote desktop connection from another computer. To install RDP, please follow these instruction: sudo apt-get update sudo apt-get install xrdp Check Raspberry Pi IP address buy running ifconfig…