1、下载linux安装包:http://maven.apache.org/download.cgi 2、设置目录,把apache-maven-3.6.3-bin.tar.gz放在/usr/local目录下 3、解压 tar -zxvf apache-maven-3.6.3-bin.tar.gz 4、 ...
分类:
系统相关 时间:
2020-12-02 12:49:32
阅读次数:
15
安装依赖软件包:sudoaptinstall-ycurlgnupg2添加docker-ce源sudovim/etc/apt/sources.list.d/docker.list#deb-src[arch=amd64]https://mirrors.aliyun.com/docker-ce/linux/debianbusterstabledeb[arch=amd64]http://mirrors.u
分类:
其他好文 时间:
2020-12-01 11:46:00
阅读次数:
2
四句命令用mac电脑控制Android手机的屏幕前提:手机:系统-开发人员选项-USB调试已经打开,将android手机通过USB数据线连接Mac,弹框中选择传输文件。命令:终端输入system_profilerSPUSBDataType找到对应设备的ProductID终端输入:vim~/.android/adb_usb.ini,将设备的ProductID添加到该文件中,保存退出;终端输入:adb
分类:
移动开发 时间:
2020-11-30 15:59:45
阅读次数:
17
编辑用户级配置文件 vim ~/.bashrc 添加配置信息: export PATH=/usr/local/mongodb/mongodb-3.6.5/bin:$PATH (中间那部分就是你的安装目录下的bin) 保存退出,刷新:source ~/.bashrc 我们输入mongo,显示版本信息, ...
分类:
其他好文 时间:
2020-11-27 11:48:48
阅读次数:
36
一、Linux发行版本slackware:SUSELinuxEnterpriseServer(SLES),OpenSuse桌面debian:ubuntu,deepin(深度),mintredhat:RHEL:RedHatEnterpriseLinux,每18个月发行一个新版本CentOS:CommunityEnterpriseOperatingSystem兼容RHEL的格式中标麒麟:中标软件Fed
分类:
系统相关 时间:
2020-11-27 11:02:09
阅读次数:
11
Ubuntu系统是安装在开发板(NanoPi NEO3)上的,记录走过的坑 首先安装好samba,使用 dpkg -l 查看 首先备份好原有文件 cp /etc/samba/smb.conf /etc/samba/smb.conf.bak 编辑配置文件 vim /etc/samba/smb.conf ...
分类:
系统相关 时间:
2020-11-26 15:12:56
阅读次数:
10
golang编译后可以使用 nohup ./test & 进行后台启动,但却没有守护进程的功能 当然了,写shell脚本肯定是可以实现后台守护的功能的,奈何本人不会写啊 此时就想到了supervisor 首先安装 apt install supervisor 创建配置文件 vim /etc/supe ...
分类:
系统相关 时间:
2020-11-26 15:01:15
阅读次数:
10
一、ServiceAccount1.ServiceAccount介绍首先Kubernetes中账户区分为:UserAccounts(用户账户)和ServiceAccounts(服务账户)两种,它们的设计及用途如下:UserAccount是给kubernetes集群外部用户使用的,例如运维或者集群管理人员,使用kubectl命令时用的就是UserAccount账户;UserAccount是全局性。在
分类:
Web程序 时间:
2020-11-26 14:59:05
阅读次数:
9
1. 安装Nginx $ vim /etc/yum.repos.d/nginx.repo [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/7/$basearch/ gpgcheck=0 en ...
分类:
其他好文 时间:
2020-11-26 14:41:22
阅读次数:
5
一、vi 翻页, 行首,行末命令 整页翻页 ctrl-f ctrl-bf就是forword b就是backward 翻半页ctrl-d ctlr-ud=down u=up 滚一行ctrl-e ctrl-y zz 让光标所杂的行居屏幕中央zt 让光标所杂的行居屏幕最上一行 t=topzb 让光标所杂的 ...
分类:
系统相关 时间:
2020-11-25 12:22:30
阅读次数:
10