1 cd /etc/apt/
2 ls
3 rm sources.list
4 vim sources.list
5 apt update
6 cd ../netplan/
7 ls
8 vim 00-installer-config.yaml
9 apt update
10 vim 00-installer-config.yaml
11 netplan apply
12 ping www.baidu.com
13 ping 114.114.114.114
14 ping 172.16.3.21
15 ping 114.114.114.114
16 reboot now
17 ping 114.114.114.114
18 ifconfig
19 vim /etc/netplan/00-installer-config.yaml
20 netplan apply
21 ping 114.114.114.114
22 apt update
23 apt update -y
24 apt upgrade -y
25 curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
26 sudo mkdir -p /etc/docker
27 sudo tee /etc/docker/daemon.json <<-'EOF'
28 {
29 "registry-mirrors": ["https://jdea37qa.mirror.aliyuncs.com"]
30 }
31 EOF
32 sudo systemctl daemon-reload
33 sudo systemctl restart docker
34 vim /etc/sysctl.conf
35 sysctl -p
36 mkdir /data
37 reboot now
38 cd /data/
39 ls
40 mkdir elk
41 cd elk/
42 ls
43 docker run -v $PWD/elasticsearch:/var/lib/elasticsearch -d --restart=always -p 5601:5601 -p 9200:9200 -p 5044:5044 -it --name elk sebp/elk:793
44 docker ps -a
45 docker exec -it elk /bin/bash
46 docker restart elk
47 ls
48 vim dellogs.sh
49 crontab -e
50 docker ps -a
51 ls
52 vim dellogs.sh
53 chrom -x dellogs.sh
54 chmod -x dellogs.sh
55 ls -l
56 chmod +x dellogs.sh
57 ls -l
58 df -h
相关文章
- 12-31无法从命令行或调试器启动服务,必须首先安装Windows服务(使用installutil.exe),然后用ServerExplorer、Windows服务器管理工具或NET START命令启动它
- 12-31虚拟化管理服务器(手动安装虚拟机,写脚本利用命令安装虚拟机,虚拟机管理+复制+快照)
- 12-31新服务器安装kinbana命令
- 12-31无法从命令行或调试器启动服务,必须首先安装Windows服务(使用installutil.exe),然后用ServerExplorer、Windows服务器管理工具或NET START命令启动它
- 12-31Windows服务安装,解决问题:无法从命令行或调试器启动服务,必须首先安装Windows服务(使用installutil.exe),然后用ServerExplorer、Windows服务器管理工具或
- 12-31linux下mongodb安装、服务器、客户端、备份、账户命令
- 12-31Linux服务器性能指标查询命令安装
- 12-31在已经安装好的Nginx上增加新模块nginx-rtmp-module,搭建RTMP媒流体服务器
- 12-31linux安装nvm node版本管理器 nvm常用命令 部署node服务器环境
- 12-312-Ubuntu命令安装mysql服务器和客户端及安装后的简单验证操作