All posts by Tuna Peyo

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

List processes in real-time

Jun 14,91

Like the ps command, the top command is used to list processes currently running on your system. But top has …

Read More

List running processes

Jun 11,91

A process is an instance of a running program. When you run a command in the terminal, a program is run …

Read More

Display last lines of a text file

Jun 11,91

The tail command is used to display (by default) the last 10 lines of a text file. It is useful …

Read More

Search for files

Jun 11,91

The find command is used to search for files in the directory tree starting from the specified location. It is …

Read More
Geek University 2022