大飞_dafei

导航

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 49 下一页

2018年3月9日 #

Linux scp命令详述

摘要: 简介scp是secure copy的简写,用于在Linux下进行远程拷贝文件的命令,和它类似的命令有cp,不过cp只是在本机进行拷贝不能跨服务器,而且scp传输是加密的。可能会稍微影响一下速度。当你服务器硬盘变为只读 read only system时,用scp可以帮你把文件移出来。另外,scp还非 阅读全文

posted @ 2018-03-09 11:46 大飞_dafei 阅读(135) 评论(0) 推荐(0) 编辑

ssh: connect to host localhost port 22: Connection refused

摘要: 命令: ssh localhost 报错: ssh: connect to host localhost port 22: Connection refused 这是ssh没有按,快去安装ssh 阅读全文

posted @ 2018-03-09 11:15 大飞_dafei 阅读(129) 评论(0) 推荐(0) 编辑

scp 报错 not a regular file

摘要: scp 报错 not a regular file 两台 linux 服务器之间拷贝文件; 从 A 服务器(192.168.1.113) 拷贝到 B 服务器: 命令: scp test2 dafei@192.168.1.113:/data/www/test/ 报错: test2: not a reg 阅读全文

posted @ 2018-03-09 10:54 大飞_dafei 阅读(430) 评论(0) 推荐(0) 编辑

2018年3月7日 #

centos7中使用locate命令

摘要: centos7 中第一次使用 locate 命令;报错 -bash: locate: command not found 原因 centos7 默认没有安装 locate 这个命令; 安装 locate: yum install mlocate 安装完后测试一下: locate inittab 这是 阅读全文

posted @ 2018-03-07 15:51 大飞_dafei 阅读(272) 评论(0) 推荐(0) 编辑

Spring Boot学习笔记---Spring Boot 基础及使用idea搭建项目

摘要: spring boot 入门demo idea 使用 Spring Initializ 创建 Spring Boot 创建测试首页 自定义 logo: System.out.println("\033[35m 作者:大飞 \033[0m "); System.out.println("" + "\0 阅读全文

posted @ 2018-03-07 11:58 大飞_dafei 阅读(91) 评论(0) 推荐(0) 编辑

2018年3月6日 #

git push fatal: HttpRequestException encountered. An error occurred while sending the request

摘要: git push fatal: HttpRequestException encountered. An error occurred while sending the request 1、windows7 向github提交代码报错: $ git push fatal: HttpRequestE 阅读全文

posted @ 2018-03-06 16:55 大飞_dafei 阅读(1122) 评论(0) 推荐(0) 编辑

2018年3月5日 #

ubuntu15中tomcat开机自动启动

摘要: ubuntu15中tomcat开机自动启动 前提,系统中已经安装好tomcat、jdk,我的安装的是tomcat9,位置在: /data/server/tomcat/apache-tomcat-9.0.5 jdk是1.8,位置在: /usr/lib/jvm/jdk1.8.0_161 1、把catal 阅读全文

posted @ 2018-03-05 17:40 大飞_dafei 阅读(126) 评论(0) 推荐(0) 编辑

ubuntu15 设置静态ip && centos7设置静态ip

摘要: ubuntu15 设置静态ip && centos7设置静态ip 【温馨提示,重启网卡】 sudo /etc/init.d/networking restart #重启网卡 sudo service network-manager restart #或者用这个命令 sudo systemctl re 阅读全文

posted @ 2018-03-05 15:09 大飞_dafei 阅读(161) 评论(0) 推荐(0) 编辑

2018年3月2日 #

ubuntu15.10 下时间同步

摘要: ubuntu15.10 下时间同步 命令: dpkg-reconfigure tzdata 然后选择: Asia/Hong_Kong 查看时间: date 阅读全文

posted @ 2018-03-02 09:52 大飞_dafei 阅读(60) 评论(0) 推荐(0) 编辑

2018年3月1日 #

ubuntu16.04安装Tomact8

摘要: 废话不多说;直接上转载地址Ubuntu 16.04安装Tomcat 8 阅读全文

posted @ 2018-03-01 16:28 大飞_dafei 阅读(87) 评论(0) 推荐(0) 编辑

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 49 下一页