Raspberry Pi LX Terminal Commands
1. To shutdown Raspberry
sudo shutdown -h now
h->indicates halt
after this you can remove the power from the pi
2. To reboot the Raspberry
sudo reboot
3. To change the password of the raspberry
passwd
4. Running Configuration Window of RaspiBerry
sudo raspi-config
5. Check the IPAddress of the RaspberryPi
sudo ifconfig
6. Play Video via command-line.
omxplayer filename
Will be updated with more commands
Comments
Post a Comment