Iwconfig is similar to ifconfig(8), but is dedicated to the wireless interfaces. It is used to set the parameters of the network interface which are…
قراءة المزيدapt-cache is a low-level tool used to query information from APT's binary cache files. You can search available package with" $ apt-cache s…
قراءة المزيدIn linux, the command " $ cat /proc/uptime " shows how long the system has been on since it was last restarted. ~ http://en.wikipedia.org/…
قراءة المزيدTo list all available Linux command can be run: $ compgen -c To list all command start with "ls" $ compgen -c ls To list all command contai…
قراءة المزيدdpkg-query is a tool to show information about packages listed in the dpkg database. Examples:
قراءة المزيدTo know the current Overclock setting on Raspbian, enter the command: $ cat /boot/config.txt For more options and information see http://www.raspberr…
قراءة المزيدThere are 4 cpu core on Raspberry Pi 2. ls /sys/devices/system/cpu show 4 cpu, cpu0~cpu3. The files hold the scaling current frequency of each cpu. /…
قراءة المزيد/proc The proc filesystem is a pseudo-filesystem which provides an interface to kernel data structures. It is commonly mounted at /proc. Most of it…
قراءة المزيد$ top The top program provides a dynamic real-time view of a running system. It can display system summary information as well as a list of processes…
قراءة المزيدThe Linux command blkid is used to display information about available block devices.
قراءة المزيدLinux command scp option -r recursively copy entire directories. Note that scp follows sym‐bolic links encountered in the tree traversal. To copy …
قراءة المزيدTo run last command with sudo right, enter: $ sudo !!
قراءة المزيدThe Linux command tree list contents of directories in a tree-like format. To install trr on Raspberry Pi, enter the command: $ sudo apt-get install…
قراءة المزيدThe Linux command free - Display amount of free and used memory in the system
قراءة المزيدTo find the board revision of your Raspberry Pi, enter the following command: $ cat /proc/cpuinfo The number in Revision identify the board revision…
قراءة المزيدOn host pc running Linux, we can scan network using nmap command to determine the IP of connected Raspberry Pi. $ sudo nmap -sP 192.168.1.1-254
قراءة المزيدTo play mp3 on Raspberry Pi, using omxplayer command: example: $ omxplayer HelloWorld.mp3
قراءة المزيدExample: $ scp HelloWorld.mp3 pi@192.168.1.105:~/
قراءة المزيدThe following command print the Raspberry Pi CPU temperature: $ cat /sys/class/thermal/thermal_zone0/temp Shell script, chktemp.sh, with the followin…
قراءة المزيدThe following command show the CPU current frequency: $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq Create a shell script, chkspeed.sh,…
قراءة المزيد
Social Plugin