note Linux笔记
- folder Levan update
- folder Linux
- label Linux笔记
常用命令
新建
1 | # 在当前目录下新建 test 文件夹 |
查找
简单查找
1 | $ls -l |
正则表达式搜索文件
1 | $egrep -i -a1 'loadWithdrawalacc[a-zA-Z -]+0324' 2goportal.log |
1 |
|
复制
1 | Linux命令,复制文件夹 |
复制 A Linux 到 B Linux
1 | linux 复制命令:scp -r user@remotehost:/home/backups /home/slynux |
1 | $rsync -chavzP --stats --exclude-from="./exclude_path.txt" tomcat@192.168.1.40:/home/tomcat/levana-test test2022 |
压缩/解压
ZIP
1 | zip all.zip *.jpg #将所有.jpg的文件压缩成一个zip包 |
编辑
1 | vi /test.txt |
note tomcat
- folder Levan update
- label tomcat
- label Nessus
Jul 26, 2018 11:01:02 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: One or more Filters failed to start. Full details will be found in the appropriate container log file
Jul 26, 2018 11:01:02 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [] startup failed due to previous errors
web exit …
note Android APK 反编译
- folder Levan update
- label Android Note
note 正则表达式笔记
- folder Levan update
- label RegExp
note Cypress 使用记录
- folder Levan update
- label App Test
Cypress 是自动化测试工具。
https://docs.cypress.io/guides/getting-started/testing-your-app.html
开发工具
VS Code:https://code.visualstudio.com/download