Use SFTP to transfer files
Jun 15,91You can transfer files to and from your Raspberry Pi device by using a file-transfer protocol called SFTP. SFTP (Secure …
Read MoreEnable SSH in Raspbian
Jun 15,91You can use SSH to access the command line of your Raspberry Pi. SSH (Secure Shell) is a network protocol …
Read MoreAccess Raspbian remotely
Jun 15,91A Raspberry Pi device running Raspbian can be configured for remote desktop. This means that you don’t even need to …
Read MoreShow disk space
Jun 15,91The df command is used to display the available and used disk space in Raspbian. When invoked without any options, …
Read MoreDisplay IP address
Jun 15,91One of the ways to display the IP address in Raspbian is by running the ifconfig command. This command can also …
Read MoreCreate and extract archives
Jun 14,91The tar (short for tape archive) command is used to create an archive by combining files and directories into a single file. …
Read More