当前位置:网站首页>Common commands of raspberry pie
Common commands of raspberry pie
2022-07-25 08:02:00 【K.L.Zous】
Search package
apt-cache search softname1 softname2 softname3
Uninstall and clear configuration
apt-get remove –purge softname
Restart the network
sudo service networking restart
Show CPU Information
lscpu
Show CPU temperature
vcgencmd measure_temp
Display memory information
free -h
Show SD Card information
sudo fdisk -l
Print system information
uname -a
voltage
vcgencmd measure_volts core
GPIO Information
gpio readall
lookup
# Find the file in the root directory httpd.conf, It means to search the whole hard disk
find / -name httpd.conf
# stay /etc Files under directory httpd.conf
find /etc -name httpd.conf
# Use wildcards *(0 Or any number of ). It means that /etc Directory to find the file name contains string ‘srm’ The file of
find /etc -name ‘srm’
# It means to search the file name in the current directory. The beginning of the file name is a string ‘srm’ The file of
find . -name ‘srm*’
# Find last in system 10 Files accessed in minutes (access time)
find / -amin -10
# Find last in system 48 Files accessed in hours
find / -atime -2
# Find files or folders that are empty in the system
find / -empty
# Find in system belongs to group by cat The file of
find / -group cat
# Find last in system 5 Files modified in minutes (modify time)
find / -mmin -5
# Find last in system 24 Documents modified in hours
find / -mtime -1
# Find in system belongs to fred This user's file
find / -user fred
# Find out the value greater than 10000000 Byte file (c: byte ,w: Two words ,k:KB,M:MB,G:GB)
find / -size +10000c
# Find out less than 1000KB The file of
find / -size -1000k
边栏推荐
- 机器学习理论及案例分析(part2)--回归
- Niuke dynamic planning training
- app耗电量测试
- Surpassing transformer, Tsinghua, byte significantly refresh parallel text generation SOTA performance | ICML 2022
- MathWorks has been in China for 15 years. What are the secrets of continuous innovation?
- Check the computer restart times and reasons
- Acnet: asymmetric convolution for image hypersegmentation (with implementation code)
- Leetcode (Sword finger offer) - 04. search in two-dimensional array
- App power consumption test
- 轮询、中断、DMA和通道
猜你喜欢

app耗电量测试

Science: listening to music can really relieve pain. Chinese scientists reveal the neural mechanism behind it

Open source, innovators win, 2022 "science and innovation China" open source innovation list selection is fully open!

People who lose weight should cry: it's no good not eating food, because your brain will be inflamed
![[paper notes] next vit: next generation vision transformer for efficient deployment in real industry](/img/ea/56881999a90f9c65f5f8768f9574bd.png)
[paper notes] next vit: next generation vision transformer for efficient deployment in real industry
![[unity introduction program] basic concepts - 2D collider collider 2D](/img/cf/a546238a5eaf4707006ecf1b7f19c6.png)
[unity introduction program] basic concepts - 2D collider collider 2D
![[unity introduction program] basic concepts GameObject & components](/img/fc/7e0a6f057394a6fd4409a7bf518ba5.png)
[unity introduction program] basic concepts GameObject & components

Practical operation: elegant downtime under large-scale micro service architecture

Niuke dynamic planning training
![[paper notes] progressive layered extraction (PLE): a novel multi task learning (MTL) model for personalized](/img/a8/c5d14ec5f4a22f7925c6d7454b5a58.png)
[paper notes] progressive layered extraction (PLE): a novel multi task learning (MTL) model for personalized
随机推荐
P1049 [noip2001 popularization group t4] packing problem
Acnet: asymmetric convolution for image hypersegmentation (with implementation code)
[audio and video] picture YUV data format
Redis core principles
【ES6】函数的参数、Symbol数据类型、迭代器与生成器
Supplementary notes on Relevant Issues of complete model group
Tunnel broadcasting and wireless trunking communication broadcasting system - the case of Tiantaishan tunnel
纳米数据足球数据,足球赛事比分,体育数据api,卡塔尔世界杯
P1086 [noip2004 popularization group question 2] peanut picking
Competition path design of beacon group
redis客户端工具redis-insight推荐
File details
[unity entry plan] interface Introduction (1) -scene view
Hikaricp connection pool does not operate for a period of time, and the data is automatically disconnected
设计一个有getMin功能的栈
ACNet:用于图像超分的非对称卷积(附实现code)
CAS操作
enq: HW – contention等待引起的故障分析
Niuke dynamic planning training
app耗电量测试