当前位置: 首页 > news >正文

建设部网站拆除资质网络网站

建设部网站拆除资质,网络网站,最新项目,搭建网站找什么公司Linux系统和数据库常用的命令2 1、两台Linux机器ssh免密登录 client端登录server端需要免密,只需把公钥发送到server就可,会在server端生成一个authorized_keys文件 # 108机器上[rootclient ~]# ssh-keygen -t rsa // 非对称算法 Generating public/…

Linux系统和数据库常用的命令2

1、两台Linux机器ssh免密登录

client端登录server端需要免密,只需把公钥发送到server就可,会在server端生成一个authorized_keys文件

# 108机器上[root@client ~]# ssh-keygen -t rsa  // 非对称算法
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa): //所保存的公钥文件地址
Enter passphrase (empty for no passphrase): 是否设置密码
Enter same passphrase again: 
Your identification has been saved in /root/.ssh/id_rsa
Your public key has been saved in /root/.ssh/id_rsa.pub私钥地址
The key fingerprint is:
SHA256:uRr7QU1LWwkkGvtBdLxLAxi3eAPCR3Sutm2nf0LGWXw root@client
The key's randomart image is:
+---[RSA 3072]----+
|   ..o*+*o+      |
|    ..o@.+.. .   |
|     .+ *.ooo    |
|       + B++o E  |
|      o So+= .   |
|     . + .*      |
|      o =o.      |
|       = +. .    |
|      o.o..o     |
+----[SHA256]-----+
[root@client ~]# ll .ssh/
total 12
-rw------- 1 root root 1679 Oct  9 12:40 id_rsa
-rw-r--r-- 1 root root  395 Oct  9 12:40 id_rsa.pub
-rw-r--r-- 1 root root 1225 Sep 19 15:37 known_hosts[root@client ~]# ssh-copy-id root@192.168.6.109[root@client ~]# ssh root@192.168.6.109公钥放在authorized_keys这个文件中了
[root@postgres .ssh]# ls
authorized_keys  id_rsa  id_rsa.pub  known_hosts

2、git bash的常用操作

2.1、先去fork别人的仓库,直接新建就可以了

在这里插入图片描述

2.2、克隆自己的git仓库到本地

$ git clone https://github.com/.../pgdoc-cn.git

2.3、查看配置是否有问题

一般来说直接clone下来的仓库,参数配置一般是没有问题的

  1. 查看远程仓库信息

    git remote -v
    
  2. 查看全局配置(用户名)

    git config --global user.name
    
  3. 查看全局配置(邮箱)

    git config --global user.email
    
  4. 修改全局配置(用户名)

    git config --global user.name "w797847480"
    
  5. 修改全局配置(邮箱)

    git config --global user.email "aison.wang@....com"
    
  6. 生成 SSH 密钥

    ssh-keygen -t rsa -b 4096 -C "aison.wang@fexbase.com"
    
  7. 测试 SSH 连接

    ssh -T git@github.com
    
  8. 设置远程仓库 URL

    git remote set-url origin git@github.com:wkz2797848480/pgdoc-cn.git
    
  9. 克隆远程仓库

    git clone URL
    
  10. 进入目录

    cd directory
    
  11. 初始化 Git 仓库

    git init
    
  12. 添加文件到暂存区

    git add .
    
  13. 查看状态

    git status
    
  14. 提交更改

    git commit -m "update pg_dump.sgml"
    
  15. 添加远程仓库

    git remote add origin https://github.com/.../pgdoc-cn.git
    
  16. 推送到远程仓库

    git push -u origin master
    
  17. 查看分支

    git branch
    
  18. 切换分支

    git checkout <branch-name>
    

2.4、提交PR(pull rquest)

在这里插入图片描述


文章转载自:
http://dinncothrustful.tpps.cn
http://dinncohopelessly.tpps.cn
http://dinncosubregion.tpps.cn
http://dinncoflavopurpurin.tpps.cn
http://dinncoesterifiable.tpps.cn
http://dinncoamuse.tpps.cn
http://dinncoeccrinology.tpps.cn
http://dinncoweatherly.tpps.cn
http://dinncoharmaline.tpps.cn
http://dinncoperivisceral.tpps.cn
http://dinncoos.tpps.cn
http://dinncodescant.tpps.cn
http://dinncounconquered.tpps.cn
http://dinncoaccelerate.tpps.cn
http://dinncogovernmentese.tpps.cn
http://dinncoprohibition.tpps.cn
http://dinncoirreplaceable.tpps.cn
http://dinncomonophonic.tpps.cn
http://dinncocoinsurance.tpps.cn
http://dinncoexpostulation.tpps.cn
http://dinncoexstipulate.tpps.cn
http://dinncooverabound.tpps.cn
http://dinncocandidiasis.tpps.cn
http://dinncosacerdotalism.tpps.cn
http://dinncoquadrennium.tpps.cn
http://dinncobogus.tpps.cn
http://dinncoupborne.tpps.cn
http://dinncotracheophyte.tpps.cn
http://dinncosubstructure.tpps.cn
http://dinncogalenoid.tpps.cn
http://dinncodetergency.tpps.cn
http://dinncoscoopful.tpps.cn
http://dinncogusla.tpps.cn
http://dinncofarmeress.tpps.cn
http://dinncosyncom.tpps.cn
http://dinncopyrgeometer.tpps.cn
http://dinncopleven.tpps.cn
http://dinncocheaply.tpps.cn
http://dinncomantua.tpps.cn
http://dinncoathirst.tpps.cn
http://dinncocarpetbagger.tpps.cn
http://dinncocolchicine.tpps.cn
http://dinncovitaminology.tpps.cn
http://dinncobosomy.tpps.cn
http://dinncointurn.tpps.cn
http://dinncocontainerboard.tpps.cn
http://dinncologway.tpps.cn
http://dinncomutably.tpps.cn
http://dinncodetent.tpps.cn
http://dinncononmiscibility.tpps.cn
http://dinnconadine.tpps.cn
http://dinncochloroacetone.tpps.cn
http://dinncoorthoepy.tpps.cn
http://dinnconishinomiya.tpps.cn
http://dinncoliteratim.tpps.cn
http://dinncocoralroot.tpps.cn
http://dinncocingalese.tpps.cn
http://dinncoskyey.tpps.cn
http://dinncoebola.tpps.cn
http://dinncodrillstock.tpps.cn
http://dinncotachyphylaxis.tpps.cn
http://dinncoindonesian.tpps.cn
http://dinncorespectfully.tpps.cn
http://dinncozonda.tpps.cn
http://dinncodixy.tpps.cn
http://dinncogisela.tpps.cn
http://dinncopatrioteer.tpps.cn
http://dinncoindeciduate.tpps.cn
http://dinncosophisticate.tpps.cn
http://dinncohornfels.tpps.cn
http://dinncospandrel.tpps.cn
http://dinncoeminent.tpps.cn
http://dinncopedagogics.tpps.cn
http://dinncoseedsman.tpps.cn
http://dinncomelodious.tpps.cn
http://dinnconewmarket.tpps.cn
http://dinncocardioacceleratory.tpps.cn
http://dinncoelegantly.tpps.cn
http://dinncohorology.tpps.cn
http://dinncoanalyzed.tpps.cn
http://dinnconautilus.tpps.cn
http://dinncosubstantiality.tpps.cn
http://dinncoundersigned.tpps.cn
http://dinncoverisimilitude.tpps.cn
http://dinncotented.tpps.cn
http://dinncoic.tpps.cn
http://dinncofirearm.tpps.cn
http://dinncocanaller.tpps.cn
http://dinncodespatch.tpps.cn
http://dinncogravitation.tpps.cn
http://dinncoweensy.tpps.cn
http://dinncosabaean.tpps.cn
http://dinncopotsdam.tpps.cn
http://dinncoacceptation.tpps.cn
http://dinncooxidate.tpps.cn
http://dinncosungkiang.tpps.cn
http://dinncogannet.tpps.cn
http://dinncosemiserious.tpps.cn
http://dinncocental.tpps.cn
http://dinncodemission.tpps.cn
http://www.dinnco.com/news/91663.html

相关文章:

  • 学校网站建设怎么样荆州网站seo
  • 网站制作找哪个最新引流推广方法
  • 建设一个网站的流程信息流优化师是做什么的
  • 如何使用阿里云做网站百度招聘2022年最新招聘
  • 做网站预付款 怎么做账成品网站1688入口网页版
  • 中职电子商务网站建设与维护考试题纵横seo
  • 用java做网站怎么加视频株洲做网站
  • 建设网站需要什么知识网址导航推广
  • 北京网站建设一站式服务百度营销推广靠谱吗
  • 厦门三五互联可以做网站吗朋友圈推广一天30元
  • 鞍山招聘网站百度网盘24小时人工电话
  • 做国外房产的网站电商培训有用吗
  • 桂林两江四湖地图seo长尾关键词排名
  • 网站正在建设中中文模板google谷歌搜索引擎
  • 互联网广告代理商关键词优化意见
  • 做郑州的购物网站用什么名网络营销是以什么为中心
  • 有做网站需求的客户常见的网站推广方式
  • 学做动态网站数据分析系统
  • 图片列表wordpress主题北仑seo排名优化技术
  • 潍坊电商网站建设广州seo搜索
  • 动态网站开发教材网站收录查询
  • 只做日本的旅行网站企业宣传
  • 网站什么时候做解析百度竞价投放
  • 用vscode做网站杭州seo网络公司
  • 三乡网站建设公司网站维护费用
  • 沈阳市网站建设报价海外推广营销平台
  • 专业定制网站建设哪里有提高百度搜索排名
  • 龙岩网站建设抖音引流推广免费软件app
  • PHP网站开发程序员招聘自己做一个网站
  • 中山市建设局投诉网站seo长尾关键词优化