Tag Archives: Linux

Raspberry Pi Linux LESSON 6: Move, Copy, and Delete Files and Folders

In this tutorial we learn how to move, copy and delete files and folders in the Linux terminal window on the Raspberry Pi. These will allow you to start working with files and folders like a pro. Please watch the video above and follow along on your Raspberry Pi. It is really important that you become proficient at navigating the files from the terminal window and command line, and you know how to move, copy and delete files.

Raspberry Pi Linux LESSON 5: File Naming Convention for Files and Folders

Windows is pretty forgiving in how you name your files and folders. In Linux, you must remember that things are case sensitive, and you want to avoid using spaces in your file names and folder names. Also remember, that in linux folders are also called directories. This video shows three suitable naming conventions in Linux that allow the files names to be both descriptive and readable.

Raspberry Pi Linux LESSON 4: Creating and Editing Text Files Using Nano Command

As we learn more about the Raspberry Pi, we will get to the point that we will need to write programs. We have learned how to write python programs in our earlier tutorial series on the Arduino. Good news is that we can apply what we learned there to the Raspberry Pi. But, we will first have to learn how to create and edit text files. The text editor we will use on the Raspberry Pi is called “nano”. We will learn how to use nano by creating and editing simple text files. Also in this lesson we learn how to make new directories in Linux using the mkdir command. We also learn that we can view a file without opening it by using the “cat” command.

Watch the video above for all this information. These concepts are best taught and learned by watching and doing. So, watch the video and do the commands along with me. You will be an expert in no time!

Raspberry Pi Linux Lesson 3: Navigating the Folders and Files in Linux

The first thing we need to learn with Linux is how to navigate the file/folder structure in Linux. In windows we do this by just clicking on pictures of folders and files. The file structure in Linux operates the same way. We have a top level folder we call the root folder, and then we have folders and files inside of folders, and then those folders can have more folders and files. It is a tree type structure that you are already familiar with. What is different is we navigate through the files in Linux from the command lines, and not by clicking on pictures of windows and folders. Once you master the command line, you will prefer that to the clicking on pictures method of Windows.

In this lesson we will learn how to navigate through the files. In Linux, you first give the “waht”, that is what you want to do, or the command you want to do, and then you give the “where”, that is, where in the file structure you want to execute the command.

The first command we can learn is pwd. By typing pwd in the command line it will show you what folder you are presently in. That is useful as you are learning to navigate as it will always show you where you are.

The next command is ls. ls simply lists the files and folders in the present folder.

The final command covered in the video lesson above is cd, which stands for change directory.

After the command, you give the “where”, which is the path to where you want to do the command.

The method of navigating and understanding the file structure is easier to communicate by showing you, so please watch the video above. If you follow the video, you should clearly understand how the path methodology works in linux.

Raspberry Pi Linux Lesson 2: Getting Started and Installing Operating System

In LESSON 1 we described the gear you would need to work with the Raspberry Pi. At this point you should have the equipment in and be ready to go. In this lesson we will show you how to get your pi up and running. The first thing you are going to need to do is to format your SD card. Please note that you SHOULD NOT use the standard windows formatting routine. You need to download the SD association card formater. You can get the latest version HERE. At the bottom of the page accept the terms, and the download should begin.  After downloading, click the file and installation should begin. After installation, the program can be used to properly format your SD card.

After you have formatted your card, the next thing is to download the operating system for the pi. The easiest way to get started is to download the NOOBS system HERE.  You can select the Download Zip link. After downloading the file, open the zip folder and remover the contents from the zip folder. You can put the contents into another normal folder that you name “NOOBS”. After you have extracted the contents from the ZIP folder onto the NOOBS folder, you are ready to move it to the SD card. You want to copy the CONTENTS of the NOOBS folder to your SD card. Do not copy the NOOBS folder itself to the SD card, just the contents.

You are now ready to boot your Pi. First, plug the SD card into your Raspberry Pi. Now connect a keyboard to a USB port, and then connect a mouse to a USB port. You can also connect an Ethernet cable if you like. The last thing to connect is the power. Note that you must be careful to NEVER remove the SD card while the Pi is powered up. This will corrupt the card. You should always properly shutdown the pi with Linux command “sudo shutdown” before removing power from the Raspberry pi. It is fairly easy to corrupt the SD card if you are not careful.

When you see the pi come to life, you will be asked what to install. Choose the Raspbian operating system, and then click install. It will take about an hour for it to install the operating system.  After the installation is complete, it will offer you a menu of options on configuring the pi. For these lessons, we are going to use the Linux terminal to control the pi and learn Linux. We will go through the graphical user interface in later lessons, but for now we are going to learn Linux