How to use Nautilus to connect to a Raspberry Pi
Raspberry Pi and other single-board tablets have made headlines around the world. Originally designed to be a way of helping kids engage in low-cost software development, using the Raspberry Pi has in fact been astounding, leading to it being used in all. types of equipment.
If you use the Raspberry Pi with a screen, you can turn the Pi on and access it immediately, but many people use the Raspberry Pi in headless mode meaning there is no screen.
The easiest way to connect to the Raspberry Pi is to use SSH, which can be enabled by default by adding an empty file called "ssh" to the boot directory as soon as you install the operating system on the Pi.
This tutorial includes a graphical alternative that allows you to access your files on your Pi using the Nautilus file manager, and the same SSH connection you access forms the command line.
Things to prepare
The Nautilus file manager is very popular in the Linux world. It's the default file manager for the GNOME desktop, default choice on Ubuntu, Fedora, Debian, and so on.
If you do not have Nautilus installed, you can install it using one of the following terminal commands:
For Debian-based distributions (such as Debian, Ubuntu, Mint) use the apt command:
sudo apt install nautilus
For Fedora and CentOS, use the dnf command:
sudo dnf install nautilus
For openSUSE, use the zypper command:
sudo zypper -i nautilus
For Arch-based distributions (such as Arch, Antergos, Manjaro) use the pacman command:
sudo pacman -S nautilus
Run Nautilus
If you are using the GNOME desktop environment, you can run Nautilus by pressing the super key ( Windows key ) and typing "nautilus" into the search bar.
An icon will appear called Files . Choose it. If you are using Unity, you can do the same. Again, press the super key and enter "nautilus" in the search bar. Select the Files icon when it appears.
If you are using other desktop environments such as Cinnamon or XFCE, you can try using the search option in the menu or looking through the individual menu options.
If all else fails, you can open a terminal and enter the following:
nautilus &
Mark & allows you to run commands in the background, so move the cursor back to the terminal window.
Find the IP address for the Raspberry Pi
The easiest way to connect to the Pi is to use the hostname you gave your Raspberry Pi when you first setup.
If you leave the default hostname as it is then the hostname will be raspberrypi.
Use the hostname you gave to your Raspberry Pi when you first setup
You can also use the nmap command to try and find devices on the current network as follows:
nmap -sn 192.168.1.0/24
Connect to Raspberry Pi using Nautilus
To connect to the Raspberry Pi using nautilus, select Other Locations at the bottom of the menu on the left.
Now, use the Connect to Server field at the bottom of the window to enter the following information:
sftp://pi@raspberrypi
If your Raspberry Pi is not called raspberrypi then you can use the IP address found by nmap command like this:
sftp://pi@192.168.43.32
'pi' before the @ symbol is the username. If you do not leave pi as the default user, then you will need to specify a user with SSH access using SSH.
When you press the Return key , you will be asked to enter your password.
Enter the password and you should see your Raspberry Pi (your Pi's name or your IP address) appear as a mounted drive.
You can now navigate around all the folders on your Raspberry Pi, copy and paste between other folders on your computer or network.
Bookmark Raspberry Pi
To make connecting to Raspberry Pi easier in the future, you should bookmark the current connection.
To do this, select the pi on . tab at the top of the Nautilus window.
When the drop-down menu opens, select Add to Bookmarks .
A new drive named pi (or the username you used to connect to Pi) will appear on the left menu in Nautilus. You can connect automatically in the future by selecting it.
You should read it
- The best treadmill of 2020: NordicTrack, Nautilus, Peloton and more
- How to open admin and folder permissions in Nautilus
- Search for files and directories in Linux using the command line interface
- KDE Connect - Download the latest KDE Connect here
- How to Connect iPhone to Linux PC Using KDE Connect
- How to connect to the network for Android TV box
- How to connect laptop to TV? 5 ways to connect the TV to laptop
- 5 simple ways to connect microphone to PC
May be interested
- Raspberry Pi Zero vs Model A and B, how are they different?you want to buy a raspberry pi, but when you search, you have a problem: why are there so many raspberry pi models? although all of the different raspberry pi can do many similar tasks, there are tasks that specific boards will be more suitable for.
- How to open admin and folder permissions in Nautilusin nautilus on ubuntu, users can view all files and folders on their system. sometimes you may want to edit the basic file configuration like when installing for other programs. but there are some system files and folders that you cannot open and edit from nautilus unless you are open as administrator.
- How to use IFTTT with Raspberry Piin this article, you'll learn how to build a custom applet that you can use with the raspberry pi, including how to connect to ifttt, set up the internal webhook, and how to enable it.
- How to boot Raspberry Pi 4 from USB or over the networkthe raspberry pi is a wonderful, flexible piece of software, capable of a wide range of possibilities, from running a media center to using it as a radio.
- What is the Raspberry Pi and how is the Raspberry Pi used?you can use the raspberry pi as a computer because everything needed has been built in. its broadcom bcm2835 soc processor includes cpu, gpu, ram, microsd card slot, wi-fi, bluetooth and 4 usb 2.0 ports.
- How to start Raspberry Pi 3 from USBraspberry pi is a great, versatile software suite, with a variety of capabilities like running a media center or using as a radio.
- Why should people try Raspberry Pi 4?the new raspberry pi 4 has been released, but do you need to upgrade? is raspberry pi 4 really offering more features than the previous raspberry pi 3 b +?
- Raspberry Pi AI Kit: Bring AI to Raspberry Pithe raspberry pi ai kit is essentially raspberry pi's new m.2 hat+ board integrated with the hailo-8l acceleration module.
- Learn Pi Imager, How to Use Raspberry Pi Imagerthe raspberry pi foundation recently released a new application for recording sd cards for the raspberry pi. the new program, called raspberry pi imager, launches march 5, 2020.
- How to use Raspberry Pi Imager to install Raspberry Pi OSraspberry pi foundation recently released a new app for burning sd cards for raspberry pi. the new program, called raspberry pi imager, launched on march 5, 2020.