Several ports (8005, 8080, 8009) required by Tomcat v5.5 Server at localhost are already in use. The server may already be running in ano...
Category : shell
一些常用的日志和其他操作
# 查看nginx日志 sudo tail -f /var/log/nginx/error.log # 查看服务的系统日志 journalctl -xeu gogs.service # 验证nginx配置文件正确性 sudo nginx -t ...
Linux的一些基础知识
1、创建了 nc-tor 这个别名alias nc-tor='nc -X 5 -x 127.0.0.1:9050'2、在 POSIX 系统(Linux & UNIX),所有的进程构成一个【单根树】的层次关系。进程之间的“父子关系”,体现在“进程树”就是树上的【父子节点】。 ...
Sqllite的一些基础操作
基本语法:CREATE TABLE database_name.table_name( column1 datatype PRIMARY KEY(one or more columns), column2 datatype, column3 datatype,...
rsync和scp 局域网拷贝文件命令
rsync -avcz /opt/kubernetes/* 192.168.52.162:/opt/kubernetes/scp /usr/lib/systemd/system/etcd.service root@192.168.52.162:/usr/lib/system...