Linux Basics

Software

Here's some software you can use to manage the PiCar, and any linux server or device.

         Demo Screenshots:

            image.pngimage.png

         Demo Screenshots

image.pngimage.pngimage.png

Commands

These PiCars primarily run Linux. The specific distribution of Linux being Raspbian, which is based on Debian

These are some basic Linux commands that will help you get through setup. These are very basic, and I can't even touch on the thousands of possible commands and their combinations. This will just allow you to get through setup, and start driving.

Navigation

To list all files in a folder, execute:

ls

To enter a folder, execute: 

cd (folder)

To leave a folder, execute:

cd ..

To go to your home directory, execute:

cd ~

File Editing

To edit or create a text file, execute:

nano <filename>
Permissions

If you ever do not have sufficient access or permissions to a file, type:

sudo <your command>
Power Controls

To turn on the pi after a shutdown, plug it in.

To turn off the pi, execute:

sudo shutdown now

To reboot the pi, execute: 

sudo reboot now

If you have any other questions, google and stack overflow are your friends. Don't be afraid to look things up... I needed to a lot. :)

If you want to contact me (Liev) you can E-Mail liev@dorfman.net 


Revision #7
Created 23 February 2024 01:37:43 by Liev Dorfman
Updated 9 April 2024 01:07:38 by Liev Dorfman