systems:raspberrypi
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| systems:raspberrypi [2021/11/13 00:06] – [Raspberry Pi General Commands] superwizard | systems:raspberrypi [2025/01/10 21:42] (current) – [Remote Desktop Connection to Raspberry Pi] superwizard | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Raspberry Pi ====== | ||
| + | |||
| + | ------------------------------------------------------------------------------------------------------------------------------------------------\\ | ||
| + | |||
| + | ====== Remote Desktop Connection to Raspberry Pi ====== | ||
| + | |||
| + | <WRAP center round box > | ||
| + | 2023-10-24 | ||
| + | |||
| + | Installing the Remote Desktop Server on the Raspberry Pi | ||
| + | |||
| + | 4. However, we are required to make a user in which you will use for your remote desktop connection to your Raspberry Pi. The default user you create does not work with XRDP. | ||
| + | |||
| + | sudo adduser USERNAME | ||
| + | |||
| + | |||
| + | From < | ||
| + | |||
| + | sudo apt install xrdp | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | Overview | ||
| + | xrdp provides a graphical login to remote machines using RDP (Microsoft Remote Desktop Protocol). xrdp accepts connections from variety of RDP clients: FreeRDP, rdesktop, NeutrinoRDP and Microsoft Remote Desktop Client (for Windows, macOS, iOS and Android). | ||
| + | |||
| + | From < | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| ====== Raspberry Pi General Commands ====== | ====== Raspberry Pi General Commands ====== | ||
| Line 6: | Line 37: | ||
| There are certain Pi commands which can be used whenever you boot up your Raspberry Pi or between some of the codings. That does not mean you have to write them in the Raspberry Pi terminal every single time though. | There are certain Pi commands which can be used whenever you boot up your Raspberry Pi or between some of the codings. That does not mean you have to write them in the Raspberry Pi terminal every single time though. | ||
| - | apt-get update | + | apt update |
| - | apt-get upgrade | + | apt upgrade |
| date (shows the current date of your system) | date (shows the current date of your system) | ||
| Line 20: | Line 51: | ||
| <WRAP center round box > | <WRAP center round box > | ||
| - | sudo apt-get update | + | sudo apt update |
| - | sudo apt-get install xscreensaver | + | sudo apt install xscreensaver |
| When installed open from menu [Preferences] --> [Screensaver] | When installed open from menu [Preferences] --> [Screensaver] | ||
| Line 54: | Line 85: | ||
| ====== MagicMirror ====== | ====== MagicMirror ====== | ||
| <WRAP center round box > | <WRAP center round box > | ||
| + | |||
| + | 2024-11-14 | ||
| + | |||
| + | Start | ||
| + | |||
| + | Installing NodeJS on the Raspberry Pi | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | Manual Installation | ||
| + | 1. Download and install a required (opens new window)Node.js version, see the official documentation: | ||
| + | • Linux based distributions(opens new window) | ||
| + | • Others(opens new window) | ||
| + | 2. check if git is installed on your machine by executing git (should show usage), otherwise install it | ||
| + | 3. Clone the repository: git clone https:// | ||
| + | 4. Enter the repository: cd MagicMirror/ | ||
| + | 5. Install the application: | ||
| + | 6. Make a copy of the config sample file: cp config/ | ||
| + | 7. Start the application: | ||
| + | |||
| + | You can check your configuration running | ||
| + | |||
| + | npm run config: | ||
| + | |||
| + | in ~/ | ||
| + | |||
| + | |||
| + | For Server Only use: npm run server | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | chown -R pi:pi MagicMirror | ||
| + | |||
| + | |||
| 2018-12-03 | 2018-12-03 | ||
| Line 67: | Line 134: | ||
| Commands | Commands | ||
| - | Ctrl+M To stop the minimize | + | Ctrl+M To stop the Mirror |
| - | Ctrl+T to Stop | + | Ctrl+C to Stop |
| + | |||
| + | |||
| + | MMM-Thingiverse | ||
| + | |||
| + | From < | ||
| + | |||
| + | MMM-SmartWebDisplay | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | 3rd Party Modules | ||
| + | Ronald Record edited this page 9 days ago · 844 revisions | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | **Configure displayed stuff ** | ||
| + | |||
| + | To use this module, add the following configuration block to the modules array in the config/ | ||
| + | |||
| + | From < | ||
| + | |||
| </ | </ | ||
| | | ||
| + | ====== Raspberry Pi Kiosk using Chromium ====== | ||
| + | <WRAP center round box > | ||
| + | 2021-07-11 | ||
| + | |||
| + | |||
| + | by Gus | ||
| + | Updated May 15, 2021 | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | nano / | ||
| + | |||
| + | |||
| + | < | ||
| + | # | ||
| + | xset s noblank | ||
| + | xset s off | ||
| + | xset -dpms | ||
| + | unclutter -idle 0.5 -root & | ||
| + | sed -i ' | ||
| + | sed -i ' | ||
| + | |||
| + | / | ||
| + | |||
| + | while true; do | ||
| + | xdotool keydown ctrl+Tab; xdotool keyup ctrl+Tab; | ||
| + | sleep 10 | ||
| + | done | ||
| + | </ | ||
| + | From < | ||
| + | |||
| + | |||
| + | Also: | ||
| + | |||
| + | Setting up the Raspberry Pi Kiosk to start at boot | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | |||
| + | </ | ||
| ====== Screen Saver On the Raspberry Pi Desktop ====== | ====== Screen Saver On the Raspberry Pi Desktop ====== | ||
systems/raspberrypi.1636761962.txt.gz · Last modified: by superwizard
