Raspberry Pi Linux LESSON 19: Adding New Users
In More Info, Raspberry Pi | No commentThis lesson shows you how you can add new users to the Raspberry Pi. We also show how to delete users.
This lesson shows you how you can add new users to the Raspberry Pi. We also show how to delete users.
This lesson shows you how to remotely connect to your Raspberry Pi from a windows machine. We show how to install the Putty SSH Telnet client on Windows, and then how to connect to the Pi. You end up with a terminal window on your Desktop that is connected to the Raspberry Pi.
This lesson shows you how to figure out what the IP address is of your Raspberry PI.
The grep command is a powerful Linux commands that lets you search inside files.
This tutorial shows you how to use the Linux find command, and how use of wildcards with find is a powerful combination.
This lesson shows you how to use Linux pipes and tees. A tee allows you to take the output from one linux command or program and then send it to multiple places.
This lesson shows how to use Linux pipes. A pipe takes the output from one command and sends it as the input to another command. Pipes are one of the really powerful tools 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.