随笔分类 -  linux command

linux command example
摘要:【Purpose】 Learning linux command xxd , convert files to array 【Eevironment】 Ubuntu 16.04 terminal 【Produce】 xxd -i 1.bmp bmp.c 阅读全文
posted @ 2020-11-16 18:46 嵌入式实操 阅读(118) 评论(0) 推荐(0)
摘要:【Purpose】 Learning linux command lsusb 【Eevironment】 Ubuntu 16.04 terminal 【Produce】 vmuser@vmuser-VirtualBox:~$ lsusb -D /dev/bus/usb/001/003 Device: 阅读全文
posted @ 2020-09-10 14:26 嵌入式实操 阅读(163) 评论(0) 推荐(0)
摘要:【Purpose】 Learning linux command tar , package and depackage 【Eevironment】 Ubuntu 16.04 terminal 【Produce】 sudo apt install pigz package: tar --use-co 阅读全文
posted @ 2020-05-06 17:03 嵌入式实操 阅读(187) 评论(0) 推荐(0)
摘要:【Purpose】 Learning linux command tee, read from standard input and write to standard output and files 【Eevironment】 Ubuntu 16.04 terminal 【Produce】 vm 阅读全文
posted @ 2020-04-21 13:29 嵌入式实操 阅读(263) 评论(0) 推荐(0)
摘要:【Purpose】 Learning linux command lynx 【Eevironment】 Ubuntu 16.04 terminal apt-get install lynxusage assic to strage web contentexample: root@vmuer-Vir 阅读全文
posted @ 2019-12-09 20:50 嵌入式实操 阅读(248) 评论(0) 推荐(0)
摘要:Linux command pushd popd 【Purpose】 Learning linux command pushd popd 【Eevironment】 Ubuntu 16.04 terminal 【Procdeure】 阅读全文
posted @ 2019-05-28 13:20 嵌入式实操 阅读(131) 评论(0) 推荐(0)
摘要:Linux command find 【Purpose】 Learning linux command nmon 【Eevironment】 Ubuntu 16.04 terminal 【Procdeure】 example1: find file size bigger than 50M 阅读全文
posted @ 2019-05-27 11:43 嵌入式实操 阅读(236) 评论(0) 推荐(0)
摘要:Linux command nmon 【Purpose】 Learning linux command nmon 【Eevironment】 Ubuntu 16.04 terminal 【Procdeure】 阅读全文
posted @ 2019-04-09 15:30 嵌入式实操 阅读(129) 评论(0) 推荐(0)
摘要:Linux command stty reference: https://blog.csdn.net/lqxandroid2012/article/details/78929506 【Purpose】 Learning linux command stty for get/set serial u 阅读全文
posted @ 2019-03-12 17:43 嵌入式实操 阅读(322) 评论(0) 推荐(0)
摘要:Linux command automake 【Purpose】 Learning linux command automake for generate Makefile.in for configure from Makefile.am 【Eevironment】 Ubuntu 16.04 te 阅读全文
posted @ 2019-03-12 17:32 嵌入式实操 阅读(152) 评论(0) 推荐(0)
摘要:Linux command parted 【Purpose】 Learning linux command parted to manipulate disk partitions 【Eevironment】 Ubuntu 16.04 terminal 【Procdeure】 example: an 阅读全文
posted @ 2019-03-12 17:25 嵌入式实操 阅读(355) 评论(0) 推荐(0)
摘要:Linux command useradd 【Purpose】 Learning linux command useradd to create a new user or update default new user information 【Eevironment】 Ubuntu 16.04 阅读全文
posted @ 2019-02-27 15:45 嵌入式实操 阅读(219) 评论(0) 推荐(0)
摘要:Linux command mktemp 【Purpose】 Learning linux command mktemp to create a temporary file or directory 【Eevironment】 Ubuntu 16.04 terminal 【Procdeure】 S 阅读全文
posted @ 2019-02-18 13:45 嵌入式实操 阅读(176) 评论(0) 推荐(0)
摘要:Linux command dialog 【Purpose】 Learning how to use dialog commad, do man-machine interaction. 【Eevironment】 Ubuntu 16.04 terminal 【Procdeure】 Source c 阅读全文
posted @ 2019-01-24 16:08 嵌入式实操 阅读(246) 评论(0) 推荐(0)
摘要:Linux command grep 【Purpose】 Learning how to use grep commad, we will introduce three methods. 【Eevironment】 Ubuntu 16.04 terminal 【Procdeure】 example 阅读全文
posted @ 2019-01-24 13:55 嵌入式实操 阅读(332) 评论(0) 推荐(0)
摘要:Linux command wc 【Purpose】 Learning how to statistics line numbers in file 【Eevironment】 Ubuntu 16.04 terminal 【Procdeure】 $ cat test.sh #!/bin/bash e 阅读全文
posted @ 2019-01-24 13:52 嵌入式实操 阅读(251) 评论(0) 推荐(0)