git merge 和 git rebase,如何选择?
git 应该是当下代码管理最流行的工具,关于其两个重要的指令 `git merge` 和 `git rebase` 该如何使用也是争议颇多,这篇文章我们一起来聊一聊。 什么是 merge? {#什么是-merge} ======================= `git merge`(合并)是一种将分叉的历史记录重新组合在一起的方法,在使用 `git merge` 时,当...
git 应该是当下代码管理最流行的工具,关于其两个重要的指令 `git merge` 和 `git rebase` 该如何使用也是争议颇多,这篇文章我们一起来聊一聊。 什么是 merge? {#什么是-merge} ======================= `git merge`(合并)是一种将分叉的历史记录重新组合在一起的方法,在使用 `git merge` 时,当...
我以windows 为例: 首先下载 一个 工具 nginx , 我用的 是小皮 https://www.xp.cn/ (官网下载地址) 安装教程: 1. 先准备两个域名,一个做前台用一个做后台用的,二级域名也可以,例如:前台用 tool.baidu.com 后台用 admin.baidu.com 2. 无需数据库安装环境 Nginx+php7.4 3. 下载源码解...
[nginx](https://51tbox.com/ "View all posts in nginx") 快速安装 ----------------------------------------------------------- 2种安装方式: (1)编译安装 (2) yum安装: epel仓库安装: 版本比较低,配置不易读 官方仓库:版...
![](http://static.51tbox.com/static/2024-08-29/col/ce5d019e51c95059b10cd3819aa7643b/90058253bd1641739a81d1ae6010eccd.png.jpg)
`#!/bin/bash` `APP_NAME="${0##*[\\/]}"` `APP_VERSION="1.0"` `#颜色定义` `cBleak=1` `cGreen=2` `cYellow=3` `cBlue=4` `cFuchsia=5` `cCyan=6` `cWhite=7` `co...
namp 获取本机开放端口 ![](http://static.51tbox.com/static/2024-08-29/col/b89d36b4449c9c995fde040c33917c6a/3d4573de49af48cbbed79e66f92220e4.png.jpg) **NMap 使用技巧总结** --------------- ![](http://stat...
1.安装expect [root@m01 ~]# yum install -y expect 2.编写expect脚本 #!/usr/bin/expect set ip 10.0.0.51 set pass 123456 set timeout 30 spawn https://51tbox.com/ root@$i...
1.安装[sshpass](https://51tbox.com/ "View all posts in sshpass") [root@m01 ~]# yum install -y sshpass 2.使用sshpass命令 [root@m01 ~]# sshpass -p 123456 ssh root@10.0.0.51 ...
![](http://static.51tbox.com/static/2024-08-29/col/3fe1c10fe33f083c18799dfad025efc9/69a7eeee6c9241a19c0da228bcc405ea.png.jpg) ![](http://static.51tbox.com/static/2024-08-29/col/3fe1c10fe33f...
\*SSH作为远程连接服务,通常我们需要考虑到该服务的安全,所以需要对该服务进行安全方面的配置。 1.更改远程连接登陆的端口 2.禁止ROOT管理员直接登录 3.密码认证方式改为密钥认证 4.重要服务不使用公网IP地址 5.使用防火墙限制来源IP地址\* ![](http://static.51tbox.com/static/2024-08-29/col/...