Raspberry Pi Linux LESSON 12: More on Linux Path Names
In More Info, Raspberry Pi | No commentThis lesson shows you some additional details on how path names work in Linux.
This lesson shows you some additional details on how path names work in Linux.
The standard boot configuration of the Raspberry Pi results in special characters not working correctly for many US keyboards. This lesson shows you a quick way to fix this.
In this lesson we learn about the importance of properly shutting down the Raspberry Pi and how to do it safely.
This is a quick lesson that shows you how to sort lists and files using the Linux sort command. We show how you can sort a file with output going to your terminal window, or how to send the output to a new file. We look at sorting alphabetically, numerically or by calendar month.
This lesson shows a cool trick where you can send the output from your Linux command line commands to a file instead of to the terminal window. This is very useful when we start scripting or automating commands.
This tutorial shows you how to use the Linux Command Line Wildcard. Using a wild card allows you to make easy work of what would otherwise be a difficult job.
This tutorial shows you how to move, copy, and delete files and folders (directories) in Linux on the Raspberry Pi.
This tutorial shows you best practices for naming files and folders (directories) in linux on the raspberry pi. The bottom line is that it is not a good practice to put spaces in file or folder names. This is a quick video, but the info is pretty important.
This lesson shows you how to create and edit text files in Linux using the nano command. This is important because when we start programming we will need a text editor in which to write the programs. We also show in this lesson how to make directories or folders in Linux.
This tutorial shows you how to make your way around the Raspberry Pi file structure using Linux. We will be operating from the command line. In this first lesson we want to become familiar with the linux path methodology. If you learn how the paths work, most everything else will be easy. This is an important lesson!
This lesson gives a tutorial on getting started with the Raspberry Pi. It shows how to properly format the SD card, how to download the operating system, install the operating system on the SD card, and then boot the Raspberry Pi. For these initial lessons we will focus on operating the Pi from the Linux command line. Our objective is to learn Linux, and control the Pi via Linux. In later lessons we will learn how to use the GUI interface.
This series of lessons will teach you how to use the Raspberry Pi. We start with an overview, and the gear you will need to complete these lessons.
In this tutorial, we take a look at working with LEDs to make a simple circuit on a breadboard. In Part 2, we setup a more advanced “Stop Light” configuration, as well as write a python script that makes the LEDs blink.
In this tutorial, we take a look at working with LEDs to make a simple circuit on a breadboard. In Part 1, we light up a single LED, and in Part 2, we setup a more advanced “Stop Light/Traffic Light” configuration, as well as write a python script that makes the LEDs blink.
This tutorial will show you how to configure a static IP address for your Pi as well as setup a usb wifi adapter from Adafruit.
In this tutorial, we’re going to install NGINX, as well as PHP and PERL support.
In this tutorial, I show you how to install Minecraft Pi Edition. If you’re using BerryBoot, you might want to adjust your settings to give your GPU more RAM, so Minecraft runs smoothly.
A continuation of tutorial part 9, covering partitioning and formatting.
In this tutorial I’ll show you how to partition and format drives on the command line.
This tutorial will show you how to mount and unmount drives on your Raspberry Pi under Raspbian. In the upcoming Tutorial Part 9, I’ll cover how to format new drives, but this should get you started with the drives you already have.