netstat命令 netstat命令显示各种网络相关信息,例如网络连接、路由表、接口统计信息、伪装连接、多播成员身份等。 语法 netstat [address_family_options] [--tcp|-t] [--udp|-u] [--raw|-w] [--listening|-l] [- ...
                            
                            
                                分类:
Web程序   时间:
2021-02-15 12:35:29   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    centos6 yum install git yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm yum update git centos7 yum  ...
                            
                            
                                分类:
其他好文   时间:
2021-02-15 12:32:55   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                资料1: https://wladimir-tm4pda.github.io/source/git-repo.html sync命令: repo sync [project-list ] Downloads new changes and updates the working files in y ...
                            
                            
                                分类:
其他好文   时间:
2021-02-15 12:26:44   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                git checkout -b develop origin/develop: 以远程的origin/develop分支为蓝本,在本地新建一个分支develop,并切换到新建的分支develop,并且建立develop与远程分支origin/develop的跟踪关系(use git pull)。查看 ...
                            
                            
                                分类:
其他好文   时间:
2021-02-15 12:23:59   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                Git commit --amend 修改文件1.txt, 然后add, commit; 然后: case1: git commit --amend,可以修改上次commit信息(一般修改message说明信息); case2: 继续修改1.txt, 也可以增加新的文件等,然后,git add一下, ...
                            
                            
                                分类:
其他好文   时间:
2021-02-15 12:22:35   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                出现原因 finalshell意外终止,导致ssh连接意外终止 之后怎么都连不上虚拟机的ssh,一看是虚拟机的ssh已经被意外暂停,可能是跟finalshell的意外终止有关 解决 chmod 600 /etc/ssh/ssh_host_rsa_key chmod 600 /etc/ssh/ssh_ ...
                            
                            
                                分类:
其他好文   时间:
2021-02-15 12:17:03   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                dremio 是基于java 开发的,项目使用了maven进行包管理,以下是一个简单的源码构建 依赖 java8, maven (至少3.3.9) 构建 构建比较慢,需要等待 构建 git clone https://github.com/dremio/dremio-oss.git dremio c ...
                            
                            
                                分类:
其他好文   时间:
2021-02-15 12:12:31   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                项目地址 https://github.com/conwnet/github1s 使用方式 把浏览器里地址栏里github项目地址github后面加1s改为github1s即可。 以Sentinel项目为例: https://github.com/alibaba/Sentinel 改为 https: ...
                            
                            
                                分类:
其他好文   时间:
2021-02-15 12:11:40   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1.重命名 git branch -m oldBranchName newBranchName 2.删除远程分支:git push origin :oldBranchName 3.将重命名过的分支提交:git push origin newBranchName 4.新建分支 : git branch ...
                            
                            
                                分类:
其他好文   时间:
2021-02-15 12:07:38   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    假设A服务器要把文件复制到B服务器上 首先我们要在B服务器上生成密钥对 参考:https://www.cnblogs.com/pxblog/p/14396409.html 然后在把生成的密钥公钥id_rsa.pub 复制到A服务器上的 /root/.ssh文件夹下,名称改为 authorized_k ...
                            
                            
                                分类:
系统相关   时间:
2021-02-15 11:59:11   
                                阅读次数:
0