码迷,mamicode.com
首页 >  
搜索关键字:SSH CentOS REMOTE HO    ( 52052个结果
CentOs 8 软件源更新 镜像 中科大
对于 CentOS 8,使用以下命令替换默认的配置 sudo sed -e 's|^mirrorlist=|#mirrorlist=|g' \ -e 's|^#baseurl=http://mirror.centos.org/$contentdir|baseurl=https://mirrors.u ...
分类:其他好文   时间:2021-04-27 15:10:23    阅读次数:0
Centos 7建立本地内网源
原文地址: https://blog.csdn.net/oToyix/article/details/106170701 repo的路径不要放到root下,放到/usr/share/nginx/下,要不没权限 Centos 7建立本地内网源一、环境二、先配置163base源及阿里epel源三、建立本 ...
分类:其他好文   时间:2021-04-27 14:52:02    阅读次数:0
Mac配置IDEA的项目使用Git
1、查看Mac系统中的Git版本,默认系统已安装Git: git --version 2、查看是否已创建过SSH KEY: cd ~/.ssh/ ls -al 3、如果没有创建过SSH KEY,通过以下命令创建: ssh-keygen -t rsa 4、查看生成的公钥: cat ~/.ssh/id_ ...
分类:系统相关   时间:2021-04-27 14:40:48    阅读次数:0
CentOS中部署jar包时提示:org.quartz.SchedulerException: Couldn't get host name
场景 jar包在本地Windows系统上运行不报错,在CentOS服务器上运行时提示: org.quartz.SchedulerException: Couldn't get host name 注: 博客: https://blog.csdn.net/badao_liumang_qizhi 关注公 ...
分类:编程语言   时间:2021-04-27 14:23:18    阅读次数:0
git 的日常操作及问题的解决 fatal: remote origin already exists.解决方法
参考: https://www.cnblogs.com/delav/p/11118555.html fatal: remote origin already exists.解决方法 https://blog.csdn.net/u014712086/article/details/107005216/ ...
分类:其他好文   时间:2021-04-26 13:43:48    阅读次数:0
iTOP-i.MX6ULL开发板-Busybox移植DHCP-烧写测试
1烧写文件系统1.烧写前,我们先来修改 mfgtools 烧写工具的一些配置。如果您的板子是 EMMC 的,修改 cfg.init 如图 89.5.1 所示: 如果您的板子是 NAND 的,修改 cfg.init 如图 89.5.2 所示:2.将 rootfs.tar.bz2 通过 ssh 软件放入 ...
分类:其他好文   时间:2021-04-26 13:42:36    阅读次数:0
remote for Mac 苹果远程桌面设置
用惯Windows系统再用Mac大多数人总是少不了的按错键盘…习惯性的按着fn+c去复制等等。远程桌面更是一个大问题,使用appstore里面的软件的话,更是几十块甚至上百块让人心疼,今天就给大家带来这个Mac里面的一款远程桌面,话不多说,下载地址:http://www.pc6.com/mac/11 ...
分类:移动开发   时间:2021-04-26 13:37:39    阅读次数:0
CentOs6 无法正常使用yum命令
安装CentOS 6.8使用yum命令报错 使用四条命令,就可以正常使用yum了 sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf curl -o /etc/yum.repos.d/CentOS-Bas ...
分类:其他好文   时间:2021-04-26 13:13:52    阅读次数:0
docker 安装部署 jenkins
cd /data/docker-data/jenkins mkdir jenkins_home chmod 777 jenkins_home docker run -d -p 10240:8080 -p 10241:50000 -v $PWD/jenkins_home:/var/jenkins_ho ...
分类:其他好文   时间:2021-04-26 13:06:43    阅读次数:0
Centos7 yum命令异常报错Could not retrieve mirrorlist http://mirrorlist.centos.org
Loaded plugins: fastestmirror, langpacks Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error w ...
分类:Web程序   时间:2021-04-24 13:53:03    阅读次数:0
52052条   上一页 1 ... 28 29 30 31 32 ... 5206 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!