码迷,mamicode.com
首页 >  
搜索关键字:debian google authenticator ssh    ( 36981个结果
Tanzu Kubernetes集群节点SSH登录
SSH登录Tanzu Kubernetes集群节点进行日常运维排错 环境介绍: NameSpace: tkc-cluster https://img2020.cnblogs.com/blog/1048291/202006/1048291-20200630190840044-1058379559.pn ...
分类:Web程序   时间:2021-07-09 17:55:11    阅读次数:0
CentOS7升级openssh
升级版本的原因,是安全漏洞扫描出了高危漏洞; 漏洞的描述大概是这么个意思: 服务器本身运行的openssh服务版本低,并且开启了scp,需要升级最新版(最新版居然也解决不了scp的问题); 同时需要禁用scp,可以临时开启rsync来替代(其实就关闭scp就完事了rsync也不开了...,不过若有需 ...
分类:其他好文   时间:2021-07-05 18:49:06    阅读次数:0
苹果Mac FTP连接客户端工具:Viper FTP
Viper FTP 是Mac平台上的一款功能非常强大的FTP客户端,但它又不仅仅是一款普通的FTP管理工具,它还具备文件管理、压缩包解压、本地及远程文件预览、版本控制、webDav连接、SSH链接等等功能。 支持所有流行的文件传输协议 Viper FTP 允许您通过 FTP、FTps、SFTP、Go ...
分类:移动开发   时间:2021-07-05 18:33:08    阅读次数:0
Test Blog Use
Test I get 10 times more traffic from [Google] [1] than from [Yahoo] [2] or [MSN] [3]. ? [1]: http://google.com/ "Google" [2]: http://search.yahoo.com ...
分类:其他好文   时间:2021-07-05 18:14:09    阅读次数:0
Windows系统 安装git + 生成SSH key
最近想整一个小的开源项目,因此需要使用GitHub来存放代码。为了方便GitHub和本地之间进行代码的上传和下载,需要设置SSH key。 本文章主要包括 安装git 和生成 SSH key 并在GitHub上设置 SSH key。 前提:已经有GitHub账号。 安装 git 1. git 下载 ...
分类:Windows程序   时间:2021-07-05 17:45:19    阅读次数:0
修改tmux背景色
https://www.it1352.com/1873377.html #!/bin/sh if [ -n "$TMUX" ]; then case "$1" in prod_*) tmux selectp -P bg=red ;; esac fi ssh "$@" tmux selectp -P ...
分类:其他好文   时间:2021-07-05 17:23:38    阅读次数:0
Bilibili 爬取历史弹幕
查询历史弹幕 https://api.bilibili.com/x/v2/dm/history 时返回的是 ProtoBuf 格式的数据,需要用 protoc 和 google.protobuf 解析。 流程 首次使用,需要下载安装。https://github.com/protocolbuffer ...
分类:其他好文   时间:2021-07-05 17:06:05    阅读次数:0
github如何配置ssh
1.问题: Warning: Permanently added 'github.com' (RSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read f ...
分类:其他好文   时间:2021-07-05 16:56:22    阅读次数:0
gerrit commandline 修改label
我司gerrit 在gerrit review的流程上用js 定制了一堆precheck的checkbox,有时候遇上浏览器抽风,或者gerrit 流程顺序不对,导致label不能在gerrit界面上手动修改,时间紧急只好用命令行 修改gerrit label,记录下命令: ssh -p 29418 ...
分类:其他好文   时间:2021-07-02 16:42:29    阅读次数:0
树莓派 Zero W 安装 apache2 + php
※ 树莓派Zero W ,默认 hostname为 raspberrypi ,通过USB网络方式登陆时,修改hostname后,登录主机名要随之变化。 ① ssh pi@raspberrypi 更新系统: sudo apt update && sudo apt upgrade -y ② 安装apac ...
分类:Web程序   时间:2021-07-02 16:33:55    阅读次数:0
36981条   上一页 1 2 3 4 ... 3699 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!