大飞_dafei

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

随笔分类 -  Ubuntu

ubuntu 命令窗口背景颜色 #300a24 _fei
摘要:ubuntu 命令窗口背景颜色 #300a24 HTML中常用颜色 01) HTML中常用颜色 #c0c0c0 silver(银) 02) HTML中常用颜色 #808080 gray[*](灰) 03) HTML中常用颜色 #eee8aa palegoldenrod(灰菊黄) 04) HTML中常 阅读全文

posted @ 2019-11-20 17:37 大飞_dafei 阅读(374) 评论(0) 推荐(0) 编辑

ubuntu centos搭建版本控制svn _fei
摘要:1) centos:系统搭建版本控制svn rpm -qa subversion //检查是否安装了低版本的SVN yum remove subversion //如果存储旧版本,卸载旧版本SVN 开始安装 yum -y install subversion svnserve --version / 阅读全文

posted @ 2018-12-28 16:53 大飞_dafei 阅读(124) 评论(0) 推荐(0) 编辑

vagrant box --ubuntu18 打包后,使用box 报错
摘要:vagrant box --ubuntu18 打包后,使用box 报错 解决方案: 修改vagrantfile config.vm.provider "virtualbox" do |v| #v.memory = 4096 #v.cpus = 4 # Basebox ubuntu/xenial64 阅读全文

posted @ 2018-12-03 15:43 大飞_dafei 阅读(112) 评论(0) 推荐(0) 编辑

Oracle VM VirtualBox 虚拟机中桥接模式一直不能用 ,需要安装 VBoxNetLwf.inf
摘要:Oracle VM VirtualBox 虚拟机中桥接模式一直不能用 ,需要安装 VBoxNetLwf.inf ............\VirtualBox\drivers\network\netlwf\VBoxNetLwf.inf 文件位置 阅读全文

posted @ 2018-11-28 01:23 大飞_dafei 阅读(657) 评论(0) 推荐(0) 编辑

ubuntu16 安装mysql5.7
摘要:ubuntu16 安装mysql5.7 温馨提示: MySQL一定要下载对版本; MySQL一定要下载对版本; MySQL一定要下载对版本; ubuntu16 编译安装mysql5.7 mysql下载地址:MySQL5.7下载 wget https://dev.mysql.com/get/Downl 阅读全文

posted @ 2018-03-29 14:18 大飞_dafei 阅读(113) 评论(0) 推荐(0) 编辑

ubuntu16 中chkconfig 命令不能使用
摘要:参考地址1: ubuntu16 中chkconfig 在里面看回答; 在Ubuntu中,/etc/init.d已被/ usr / lib / systemd所取代。脚本仍然可以通过“服务”启动和停用。但主要命令现在是'systemctl'。chkconfig命令被留下,现在你用systemctl来做 阅读全文

posted @ 2018-03-29 13:45 大飞_dafei 阅读(576) 评论(0) 推荐(0) 编辑

ubuntu16.04 root 初始密码
摘要:安装了新版的ubuntu16.04,root密码一直不对;1、默认root密码是随机的,即每次开机都有一个新的root密码。我们可以在终端输命令 sudo passwd,然后输入当前用户的密码,然后按enter键2、终端会提示我们输入新的密码并确认,此时的密码就是root新密码。修改成功后,输入命令 阅读全文

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

ubuntu15 安装nginx 报错:the HTTP rewrite module requires the PCRE library.
摘要:./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrite_module option 阅读全文

posted @ 2018-03-13 16:21 大飞_dafei 阅读(669) 评论(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 阅读(131) 评论(0) 推荐(0) 编辑

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 阅读(129) 评论(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 阅读(163) 评论(0) 推荐(0) 编辑

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

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

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

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

Ubuntu 安装redis
摘要:Ubuntu 安装redis 2种方式安装redis 第一种:apt-get方式 安装redis sudo apt-get update sudo apt-get install redis-server 启动 redis redis-server 检查redis进程 ps -aux|grep re 阅读全文

posted @ 2018-02-13 16:18 大飞_dafei 阅读(78) 评论(0) 推荐(0) 编辑

Ubuntu 15 安装docker docker-compose
摘要:Ubuntu 15 安装docker docker-compose 1、通过阿里镜像安装 curl -sSL http://acs-public-mirror.oss-cn-hangzhou.aliyuncs.com/docker-engine/internet | sh - 2、安装docker- 阅读全文

posted @ 2018-02-11 10:31 大飞_dafei 阅读(124) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示