<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Quick question, is there a way to edit stuff on your pi without being on your pi?]]></title><description><![CDATA[<p dir="auto">I only have 1 keyboard and mouse, and its kind of annoying plugging and unplugging them into different devices while trying to play with the pi.</p>
]]></description><link>https://forum.magicmirror.builders/topic/15075/quick-question-is-there-a-way-to-edit-stuff-on-your-pi-without-being-on-your-pi</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 21:42:03 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15075.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 26 May 2021 17:29:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Thu, 03 Jun 2021 06:35:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/everalm" aria-label="Profile: everalm">@<bdi>everalm</bdi></a><br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/heiswinston" aria-label="Profile: HeisWinston">@<bdi>HeisWinston</bdi></a> asked a “quick question” and he got “quick answers”, so the request was fulfilled. Any additionally information how to use the tools are not direct related to MM.</p>
]]></description><link>https://forum.magicmirror.builders/post/91856</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91856</guid><dc:creator><![CDATA[thgmirror]]></dc:creator><pubDate>Thu, 03 Jun 2021 06:35:29 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Wed, 02 Jun 2021 09:09:18 GMT]]></title><description><![CDATA[<p dir="auto">These are the questions and answers I really don’t like.</p>
<p dir="auto">The question is vague, unbounded and without context<br />
The answers are equally the same and quickly develop into “my preference for X piece of software is best”</p>
<p dir="auto">"You want a way to “edit stuff on the pi”</p>
<ul>
<li>Do you want a command shell?</li>
<li>Do you want to copy files off, work off line and return to the Pi?</li>
<li>Do you want remote control of the Pi?</li>
<li>Do you have a PC/laptop/Mac/tablet etc  on the same network as the Pi to perform these actions?</li>
<li>Do you want to perform this work when away from home, or off the same network as the Pi?</li>
</ul>
<p dir="auto"><strong>First thing you need is the IP address of the Pi</strong></p>
<p dir="auto">Use the monitor, keyboard and mouse and determine the IP address of the PI, we will assume the IP address does not change<br />
Easiest is to open a command shell/terminal session and type “ifconfig” (without the quotes" ")</p>
<p dir="auto">The IP address, if on a home network will probably be something like a 10.x.x.x  or 192.x.x.x address, lets assume for the sake of argument its 192.168.0.11</p>
<p dir="auto"><strong>Check if you have SSH installed and running</strong></p>
<p dir="auto">Almost all your access will be via or through Secure Shell (SSH), unless you use a 3rd party remote control product, so you need to make sure it’s installed</p>
<p dir="auto">From the command line type</p>
<p dir="auto">ssh <a href="mailto:pi@127.0.0.1" target="_blank" rel="noopener noreferrer nofollow ugc">pi@127.0.0.1</a><br />
You should get something like this</p>
<p dir="auto">*pi@Pi4:~ $ ssh <a href="mailto:pi@127.0.0.1" target="_blank" rel="noopener noreferrer nofollow ugc">pi@127.0.0.1</a><br />
***pi@127.0.0.1’s password:<br />
Linux Pi4 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l</p>
<p dir="auto">The programs included with the Debian GNU/Linux system are free software;<br />
the exact distribution terms for each program are described in the<br />
individual files in /usr/share/doc/*/copyright.</p>
<p dir="auto">Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent<br />
permitted by applicable law.<br />
Last login: Sun May 30 09:38:45 2021 from 127.0.0.1<br />
-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)<br />
pi@Pi4:~ $*</p>
<p dir="auto"><strong>Two things to note,</strong></p>
<p dir="auto">If this is the first time you are running this you will be asked if you wish to proceed, say YES<br />
If successful, you will see that the machine name, in this case “pi@Pi4” is the same.</p>
<p dir="auto"><strong>SSH is working</strong></p>
<p dir="auto">If it does NOT work, install SSH, via the raspi-config application from the command line<br />
Type “sudo raspi-config”, return</p>
<p dir="auto">A window will open called “Raspberry Pi Software Configuration tool”<br />
Use the down arrow key on yiur keyboard and select option 3 “Interrface options”<br />
Select SSH<br />
Select Yes<br />
When completed you will see  “The SSH server is enabled”, hit return<br />
Use the TAB key to select “Finish”, return</p>
<p dir="auto">Retest as above with “ssh <a href="mailto:pi@127.0.0.1" target="_blank" rel="noopener noreferrer nofollow ugc">pi@127.0.0.1</a>”</p>
<p dir="auto">Congratulations you have SSH enabled, now you need to use it, disconnect your keyboard, mouse etc, no longer required</p>
<p dir="auto"><strong>Access to command shell</strong></p>
<p dir="auto">I will assume the machine you will be accessing the Pi from is a PC, for Mac IOS and Android devices use the equivalent applications from the app store of choice.</p>
<p dir="auto">Download an SSH client, there are a mass out there, as mentioned by another poster, my preference is Bitvise, Google it and download it from the source</p>
<p dir="auto">Install on your PC, open the app<br />
To connect, enter your PI’s IP address (such as 192.168.0.11) and the credentials in Username and Password, press “Log In” button<br />
If successful the default logon session settings will open up an SFTP, file manager screen and a command line screen.<br />
If not click on them…</p>
<p dir="auto">The File Manager window will allow you to copy files backwards and forwards to the  and from the Pi to and from the Pc and you can edit the files on your PC and then copy them back to the Pi</p>
<p dir="auto">The Command shell will allow you to run any command as if at the Pi</p>
<p dir="auto"><strong>Remote Control</strong></p>
<p dir="auto">If what you want is REMOTE CONTROL of the Pi, assuming you have have the full GUI enabled on the PI. I suggest you use VNC which again can be enabled from the command line, Raspi-Config, Option 3 (Interfaces), VNC. Others opinion may differ however this is the simplest option.</p>
<p dir="auto">Once installed, download a VNC application for your PC, my preference is “VNC Viewer”</p>
<p dir="auto">This will, assuming you have a full GUI enabled on the Pi full remote control of the PI through the screen, keyboard and mouse</p>
<p dir="auto"><strong>ASSUMPTIONS</strong></p>
<p dir="auto">You and your PC are on the same network as your Pi</p>
<p dir="auto"><strong>Want to work on these when away from the home network?</strong></p>
<p dir="auto">You can subscribe to any number or remote access products as mentioned in the earlier posts however if you want to use the Pi for it’s potential and keep it fully under your control I would suggest one or both of two options</p>
<p dir="auto"><strong>VPN</strong></p>
<p dir="auto">A VPN (Virtual Private Network) will allow you to securely connect to the Pi, from anywhere you are connected on the Internet (China and certain other countries that restrict use of VPN’s excepted). Once you are connected to the VPN it will be as if you are at the Pi’s home network and access to the shell and remote access will be securely available to you.</p>
<p dir="auto">To set this up on the Pi is remarkable easy, I recommend going to the <a href="http://PIVP.io" target="_blank" rel="noopener noreferrer nofollow ugc">PIVP.io</a> site and following the instructions there that will do all the heavy lifting for you. It will give you the option of installing either an OpenVPN or WireGuard VPN server, in general I would suggest the OpenVPN one for the new user.</p>
<p dir="auto">The two issues with this are</p>
<ol>
<li>It assumes you have access to the home router and it allows you set “open the UDP port 1194 to the IP address of your VPN machine”. This is usually in the web browser access tool to the home router, admin area or security area. usually called “Port forwarding” and you need to set up usually “Create a new rule” something like</li>
</ol>
<p dir="auto">IP address  	     Port range	     Port range	     Protocol	Enabled<br />
192.168.0.11	     1194-1194	     1194-1194	     UDP	 	X</p>
<ol start="2">
<li>It assumes that your ISP DOESN’T  change your routers internet IP address on a whim</li>
</ol>
<p dir="auto">If either of these are NOT available to you, then cheat…</p>
<p dir="auto"><strong>Use TOR to connect to your Pi</strong></p>
<p dir="auto">Oooooh spooky, we’re going to use “THE DARK WEBZZZZZ!!!”</p>
<p dir="auto">Specifically we are going to create a “hidden service” on the TOR network that means you don’t need to make any changes to your home router, don’t care if your ISP changes the IP address on a whim and provides encrypted. anonymous connectivity to your Pi from your remote PC.</p>
<p dir="auto"><strong>1.  Install tor on your Pi.</strong></p>
<p dir="auto">From the command line type</p>
<p dir="auto">“sudo apt update”   return<br />
“sudo apt upgrade” return, say yes<br />
(you have now updated your Pi’s software)<br />
“sudo apt install nano” (checks and if not there installs an easy to use command line text editor<br />
OPTIONAL “sudo apt install unattended-upgrades” (this sets your Pi to automatically apply and update security and critical patches without user intervention</p>
<p dir="auto">“sudo apt install tor” return (accept any other linked packages if it asks you<br />
“sudo apt reboot”…wait about 30 seconds then re-open the command shell</p>
<p dir="auto"><strong>2.  Check it’s installed and configure Tor</strong></p>
<p dir="auto">“cd /etc/tor”  (changes to the directory where the tor configuration files is)<br />
ls  (list, check there is a file there named “torrc”<br />
“sudo nano torrc” return (edit the file)<br />
Arrow down to the section marked  “This section is just for location-hidden services”</p>
<p dir="auto">Type in this section (no #'s as this comments out the line and makes it inactive)</p>
<p dir="auto">HiddenServiceDir /var/lib/tor/hidden_service/<br />
HiddenServicePort 22 127.0.0.1:22<br />
HiddenServicePort 5900 127.0.0.1:5900</p>
<p dir="auto">Type “Ctrl X” (Do you want to save?)<br />
“y” (this will immediately save the changed file)<br />
“File name to Write : torrc”<br />
Press enter</p>
<p dir="auto">You have now created as “Hidden Service” that allows you (with the right key and credentials) to connect to the SSH service on the Pi and VNC in all via the “Dark Web”…</p>
<p dir="auto"><strong>3. Restart the service and get the key</strong></p>
<p dir="auto">Type “sudo service tor restart” (the Tor service restarts and picks up the changes you have just made)</p>
<p dir="auto">“sudo su”  (you need to be root to see the details"<br />
“cd /var/lib/tor” (change to the tor secret squirrel directory)<br />
ls (list the contents of the directory, look for a directory called “hidden_service”<br />
“cd hidden_service”<br />
“ls” look for a file called hostname"<br />
“cat hostname” (types out the contents of the file</p>
<p dir="auto">You should see a long random alphanumeric string ending  in “.onion”<br />
Highlight and copy that string and paste it somewhere you can keep it</p>
<p dir="auto">Right, you now have the key…what next…?</p>
<p dir="auto"><strong>4.  Install the Tor browser on the PC</strong></p>
<p dir="auto">The Tor browser does two things, its gives you an anonymized, secure browser that uses the Tor network over the internet. Second, when it’s running it runs a proxy server you can use to connect to hidden services.</p>
<p dir="auto">Google for Tor Browser, and go to the OFFICIAL site, download and install.<br />
Once installed start the browser and when, on first use it asks “Connect or Configure” pick connect unless you are in countries that think governments controlling your access is a good thing.</p>
<p dir="auto">After about 30 seconds, as it sets up, you will have a secure browser, based on Firefox.</p>
<p dir="auto">Minimise it, DO NOT CLOSE IT until you are finished</p>
<p dir="auto">Go to your Bitvise SSH console (see I recommended it), click on new profile, and name it whatever you want, lets say…“testie”</p>
<p dir="auto">Where it says “hostname” paste in the long text string ending in .onion<br />
Where its says “port” enter “22”<br />
Username…whatever your Pi’s username is…probably pi…<br />
Initial method … “password”<br />
Click “Store encrypted password in profile”, enter your Pi’s password<br />
Click on “Proxy Settings”, “use Proxy”<br />
Proxy Type “Socks 5”<br />
Server “127.0.0.1”<br />
Port 5190<br />
Click “OK”<br />
Click on “Options” tab and if not filled in select "On login Open Terminal and Open SFTP<br />
Click “Save Profile”</p>
<p dir="auto"><strong>5.  Connection time</strong></p>
<p dir="auto">So, you have the Tor browser open…don’t you…? You’ve opened the “testie” profile…?</p>
<p dir="auto">Click on login…now, since the Tor network bounces around from location to exit point etc to obscure where it’s coming from and going to it can be a little slow sometimes to connect.</p>
<p dir="auto">You should see, in the Bitvise log screen stuff like “Connecting to SSH server”…“Connection established”…“First key exchange started” etc then a screen popping up asking if you want to accept the Host Key. This is the encryption key from your Pi SSH server. I would usually say “accept and save”</p>
<p dir="auto">Your session will, once connected open up a command shell and the SFTP client</p>
<p dir="auto"><strong>What about VNC and remote control…?</strong></p>
<p dir="auto">First option, you have already set up the Hidden Service to accept the VNC port, so</p>
<p dir="auto">Open up VNC Viewer<br />
Paste the long .onion address into the top address bar of the application<br />
Click on “File”, “Preferences”, “Proxy”, Use these proxy settings"</p>
<p dir="auto">Server    127.0.0.1:9150<br />
Type         Socks 5<br />
User name      Whatever your Pi user name is<br />
Password      Whatever your Pi user password is<br />
Click on “Apply”<br />
Start the connection</p>
<p dir="auto">A screen will pop up asking to authenticate to the VNC server, enter your Pi username and password. You can save these if you want.</p>
<p dir="auto">Done…</p>
<p dir="auto">(if the VNC screen is a strangely sized  kill the session, right click on the session settings in the VNC window, click on “Properties”, Options" and play around with scaling and aspect ratio</p>
<p dir="auto"><strong>Extra crunchy goodness</strong></p>
<p dir="auto">One of the extra useful pieces of SSH is the miracle of port re-direction. Basically it means you get to tunnel any IP port you want through the secured SSH port 22. So…want to access a random application on your Pi that uses port XXXX, no need to add that port to your Hidden_Service list.</p>
<p dir="auto">On your Bitvise application, click on the tab labelled C2S, (Client to Server), click on add and fill in list and destination ports. so for example for VNC it would be 5900.</p>
<p dir="auto">When added, stop and start the session on Bitvise and when successfully connected open up VNC, makes sure to turn OFF the Proxy settings as above and now enter the address as 127.0.0.1</p>
<p dir="auto">Your VNC connection is now automatically tunneled through the SSH connection, which is in turn is tunneled over the TOR network…</p>
<p dir="auto">Lots of useful stuff to assist in managing your Pi…</p>
]]></description><link>https://forum.magicmirror.builders/post/91847</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91847</guid><dc:creator><![CDATA[everalm]]></dc:creator><pubDate>Wed, 02 Jun 2021 09:09:18 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Sun, 30 May 2021 04:21:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heiswinston" aria-label="Profile: heiswinston">@<bdi>heiswinston</bdi></a><br />
Bitvise has already been mentioned and if you have an Android SmartPhone or tablet, then the RaspController is a great tool<br />
<a href="https://play.google.com/store/apps/details?id=it.Ettore.raspcontroller" target="_blank" rel="noopener noreferrer nofollow ugc">https://play.google.com/store/apps/details?id=it.Ettore.raspcontroller</a><br />
Beside file explorer, editor etc. also some GPIO ports are controllable or queryable. A camera (PiCamera or USB camera) can be queried and displayed directly. And a few sensors (e.g. climate) are already integrated and can be queried. And some more</p>
]]></description><link>https://forum.magicmirror.builders/post/91810</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91810</guid><dc:creator><![CDATA[spitzlbergerj]]></dc:creator><pubDate>Sun, 30 May 2021 04:21:19 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Thu, 27 May 2021 19:00:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: mymirror">@<bdi>mymirror</bdi></a> That’s another idea, too - on my mirrors I do samba as well - one for direct editing of files from Windows programs, the other because I’m accessing a common directory for the slideshow it’s running.</p>
]]></description><link>https://forum.magicmirror.builders/post/91747</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91747</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Thu, 27 May 2021 19:00:34 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Thu, 27 May 2021 04:26:15 GMT]]></title><description><![CDATA[<p dir="auto">… or he can share a directory and mount it on the PC. I also do this with the MMM-MyWastePickup to edit the new entries in the “schedule_custom.csv” with Excel.</p>
]]></description><link>https://forum.magicmirror.builders/post/91721</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91721</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Thu, 27 May 2021 04:26:15 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Thu, 27 May 2021 01:36:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heiswinston" aria-label="Profile: heiswinston">@<bdi>heiswinston</bdi></a> Hook up a keyboard and mouse to the pi so you can access config, turn on SSH and VNC. Then move keyboard and mouse back to main computer.</p>
<p dir="auto">Then you can use VNC and a SSH client to access your pi completely.</p>
<p dir="auto"><a href="https://www.raspberrypistarterkits.com/how-to/enable-ssh-raspberry-pi/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.raspberrypistarterkits.com/how-to/enable-ssh-raspberry-pi/</a></p>
]]></description><link>https://forum.magicmirror.builders/post/91702</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91702</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Thu, 27 May 2021 01:36:08 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Wed, 26 May 2021 18:40:37 GMT]]></title><description><![CDATA[<p dir="auto">WinSCP/Notepad++ to see and maintain all the files<br />
KITTY to use SSH<br />
Remote Desktop to see the GUI</p>
]]></description><link>https://forum.magicmirror.builders/post/91696</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91696</guid><dc:creator><![CDATA[thgmirror]]></dc:creator><pubDate>Wed, 26 May 2021 18:40:37 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Wed, 26 May 2021 18:18:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: bugsounet">@<bdi>bugsounet</bdi></a> said in <a href="/post/91690">Quick question, is there a way to edit stuff on your pi without being on your pi?</a>:</p>
<blockquote>
<p dir="auto">sample with VNC:</p>
<p dir="auto"><img src="/assets/uploads/files/1622052698130-a95d0a50-7cd9-4a99-9762-1cb450f759b8-image.png" alt="a95d0a50-7cd9-4a99-9762-1cb450f759b8-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">and keybord / mouse / copy / past works :)</p>
</blockquote>
<p dir="auto">it’s from my pc :)</p>
]]></description><link>https://forum.magicmirror.builders/post/91694</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91694</guid><dc:creator><![CDATA[bugsounet]]></dc:creator><pubDate>Wed, 26 May 2021 18:18:13 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Wed, 26 May 2021 18:16:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: bugsounet">@<bdi>bugsounet</bdi></a> and the poster asked FROM HIS PC</p>
<p dir="auto">anyhow, to each their own…</p>
<p dir="auto">i use one keyboard, mouse and editor for everything at the same time…</p>
]]></description><link>https://forum.magicmirror.builders/post/91693</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91693</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 26 May 2021 18:16:20 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Wed, 26 May 2021 18:14:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> I says VNC because it’s embed on the pi</p>
]]></description><link>https://forum.magicmirror.builders/post/91692</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91692</guid><dc:creator><![CDATA[bugsounet]]></dc:creator><pubDate>Wed, 26 May 2021 18:14:14 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Wed, 26 May 2021 18:12:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: bugsounet">@<bdi>bugsounet</bdi></a> i use bitvise, hate VNC</p>
]]></description><link>https://forum.magicmirror.builders/post/91691</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91691</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 26 May 2021 18:12:56 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Wed, 26 May 2021 18:12:44 GMT]]></title><description><![CDATA[<p dir="auto">sample with VNC:</p>
<p dir="auto"><img src="/assets/uploads/files/1622052698130-a95d0a50-7cd9-4a99-9762-1cb450f759b8-image.png" alt="a95d0a50-7cd9-4a99-9762-1cb450f759b8-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">and keybord / mouse / copy / past works :)</p>
]]></description><link>https://forum.magicmirror.builders/post/91690</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91690</guid><dc:creator><![CDATA[bugsounet]]></dc:creator><pubDate>Wed, 26 May 2021 18:12:44 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Wed, 26 May 2021 18:08:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> use VNC ;)</p>
]]></description><link>https://forum.magicmirror.builders/post/91689</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91689</guid><dc:creator><![CDATA[bugsounet]]></dc:creator><pubDate>Wed, 26 May 2021 18:08:24 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Wed, 26 May 2021 18:07:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: bugsounet">@<bdi>bugsounet</bdi></a> i don’t have keyboard or mouse on my pi…</p>
]]></description><link>https://forum.magicmirror.builders/post/91688</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91688</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 26 May 2021 18:07:56 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Wed, 26 May 2021 18:01:06 GMT]]></title><description><![CDATA[<p dir="auto">or use Geany on your pi</p>
<p dir="auto"><img src="/assets/uploads/files/1622052064091-edcea233-9d60-4ac0-99c6-fd042eba5e20-image.png" alt="edcea233-9d60-4ac0-99c6-fd042eba5e20-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/91687</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91687</guid><dc:creator><![CDATA[bugsounet]]></dc:creator><pubDate>Wed, 26 May 2021 18:01:06 GMT</pubDate></item><item><title><![CDATA[Reply to Quick question, is there a way to edit stuff on your pi without being on your pi? on Wed, 26 May 2021 17:38:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heiswinston" aria-label="Profile: heiswinston">@<bdi>heiswinston</bdi></a> sure, use the bisvise ssh client, (free) it will give you a file manager  view of the pi files, on your pc, and then you can double click to edit like always…</p>
<p dir="auto">i use notepad++ as my windows text editor</p>
]]></description><link>https://forum.magicmirror.builders/post/91685</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/91685</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 26 May 2021 17:38:11 GMT</pubDate></item></channel></rss>