Raspberry Pi

Use SFTP to transfer files

Jun 15,91

You can transfer files to and from your Raspberry Pi device by using a file-transfer protocol called SFTP. SFTP (Secure …

Read More

Enable SSH in Raspbian

Jun 15,91

You can use SSH to access the command line of your Raspberry Pi. SSH (Secure Shell) is a network protocol …

Read More

Access Raspbian remotely

Jun 15,91

A Raspberry Pi device running Raspbian can be configured for remote desktop. This means that you don’t even need to …

Read More

Show disk space

Jun 15,91

The df command is used to display the available and used disk space in Raspbian. When invoked without any options, …

Read More

Display IP address

Jun 15,91

One of the ways to display the IP address in Raspbian is by running the ifconfig command. This command can also …

Read More

Create and extract archives

Jun 14,91

The tar (short for tape archive) command is used to create an archive by combining files and directories into a single file. …

Read More
Geek University 2022