环境介绍: 操作系统:Debian系 应用程序:apache2 本文记录了debian系操作系统下对于apache2应用程序虚拟目录的添加以及指定监测port端口 1.修改位于apache2安装目录下的...ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined 2.修改位于apache2...安装目录下的ports.conf文件 nano ports.conf # If you just change the port or add more ports here, you witl tikely...also # have to change the VirtuatHost statement in # /etc/apache2/sites-enabled/00e-default.con Listen
1.需要设置 Docker 仓库,从仓库安装和更新 Docker #更新 apt 包索引。...software-properties-common #添加 Docker 的官方 GPG 密钥: curl -fsSL https://download.docker.com/linux/debian...0EBFCD88 #使用以下指令设置稳定版仓库 sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/debian...\ $(lsb_release -cs) \ stable" 2.安装 Docker Engine-Community sudo apt-get update #安装最新版本的 Docker...#在仓库中列出可用的 Docker Engine-Community版本(可不指定版本) apt-cache madison docker-ce 若需要指定安装安装相应的版本:sudo apt-get
1、 根据文档指引安装jdk 可参考文档: https://cloud.tencent.com/document/product/436/10865#linux 注意:debian需要声明jdk位置不然可能会...sudo update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk1.8.0_241/bin/java" 1 1、 安装Cos...https://cloud.tencent.com/document/product/436/15392 因为debian unzip无法直接使用需要安装命令, apt-get install -y zip...unzip 1、 根据文档:https://cloud.tencent.com/document/product/436/15392 配置即可成功,其中要注意的就两点一个是安装jdk的时候声明jdk位置...,一个是unzip需要单独安装。
0.8.15-1_all.deb 过程中会弹窗: Repo Request 选择最后一项继续,完成选择后再更新一把 apt-get 的源: sudo apt-get update 完成后可以开始正式的安装了...: 安装 sudo apt-get install mysql-server 中途会提示输入创建数据库 root 用户密码,创建后继续即可。
sudo tee /etc/apt/sources.list.d/mongodb.list Debain: $ echo "deb http://repo.mongodb.org/apt/debian..."$(lsb_release -sc)"/mongodb-org/3.2 main" | sudo tee /etc/apt/sources.list.d/mongodb.list 2.安装Mongodb...更新apt源,之后安装Mongodb $ sudo apt-get update $ sudo apt-get install mongodb-org 如果要安装指定版本,请使用如下方式...可以使用下面的脚本来控制启动和停止: $ sudo service mongod start $ sudo service mongod stop 4.验证Mongodb安装 查看有没有安装成功及对应的版本...如果想要自定义数据库路径,请按《Mongodb 3.4 二进制安装方法》进行安装。 如果有使用源的方法安装后能搞定自定义数据库路径的朋友,也请麻烦在评论中留言,告诉我下是怎样操作的,谢谢。
安装Apache2: apt-get install apache2 ?...Logo" class="floating_element"/> Apache2 Debian Default...Debian systems is as follows: /etc/apache2/ |-- apache2.conf |...package with Debian....` —————— 至此,Apache的简单安装运行介绍完毕! 如果需要关闭服务:service apache2 stop 如果需要重启服务:serivce apache2 restart
使用源代码安装一些程序,比如Zabbix及BIND9都需要openssl服务器组件的支持,另外在安装过程中还有可能会需要zlib的支持。...对于服务器安装系统及使用apt源的方式进行安装服务一般都是比较旧的,可以使用源码进行安装较新版本的服务。 ...卸载已安装的openssl服务: apt remove openssl 把已经下载好的openssl-1.0.2m.tar.gz,放置到系统中,我的文件存储位置是:/home/debian...1、安装编译环境: apt install -y build-essential gcc g++ libtool automake 2、进入/home/debian文件目录下,解压openssl...cd /home/debian tar -zxvf openssl-1.0.2m.tar.gz 3、对于已经解压缩的文件进行安装编译。使用./config或者.
Vmware7自带的tools,在debian5和centos5上都可以正常安装,在debian6上就不ok了, 下面是解决方案。 1....添加源 deb http://debian.uchicago.edu/debian/ squeeze main contrib deb-src http://debian.uchicago.edu/debian...安装open-vm-tools apt-get update apt-get install open-vm-tools open-vm-source 这时会报如下错误,属于正常情况 Loading open-vm-tools
一开始用的CentOS7安装的tomcat7,CentOS7自带了httpd服务,80端口是被占用的,卸载了httpd服务后,安装好了openjdk之后安装tomcat7,接着发现默认的端口是8080,...一怒之下装了Debian,在Debian上自带apache2,恼火,这玩意儿居然自带。 apt-get remove apache* 全给它卸掉,之后安装Java,为了省力。
本篇内容主要讲解“Ubuntu下如何安装apache2服务器”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。...下面就让小编来带大家学习“Ubuntu下如何安装apache2服务器”吧!...安装 sudo 修改端口 vim /etc/apache2/apache2.conf vim /etc/apache2/sites-enabled/000-default.conf 把默认的80 改成自己需要的端口.../usr/share/apache2/html (这里新创建了html文件夹 并且修改了一下权限: chmod 777 html 用户都可以读写 上传文件) 重启apache2服务 .d/apache2... restart 到此,相信大家对“Ubuntu下如何安装apache2服务器”有了更深的了解,不妨来实际操作一番吧!
作者:Canbus 转自:http://blog.csdn.net/canbus/article/details/8438089 Debian 6配置GNOME桌面环境 1.安装xorg root...@debian:~# apt-get install xorg 2.安装gdm(GNOME Display Manager) root@debian:~# apt-get install gdm...3.安装最小化的GNOME桌面环境 root@debian:~# apt-get install gnome-core 4.安装中文字体支持 root@debian:~# apt-get install...ttf-wqy-zenhei 备注: 1.Debian 6 GNOME桌面环境默认不允许root用户登录 2.没有安装中文字体之前,网页上的中文都是方框框 原文:http://godontop.com
这篇文章我会尽可能详细地说明如何快速安装纯净的Debian 8.2.0,需要懂一点vi编辑器的使用方法。 如果是新手,没用过 vim 编辑器也不用担心,我会尽量详细地说明使用方法。...首先在Debian官网上下载网络安装CD或者完整DVD镜像,DVD镜像只需DVD-1即可。如果你的网络环境不错,推荐下载 netinst 包,通过网络安装 Debian 系统。...deb http://ftp.cn.debian.org/debian jessie main non-free contrib deb http://ftp.cn.debian.org/debian...jessie-proposed-updates main contrib non-free deb http://ftp.cn.debian.org/debian-security jessie/updates...main contrib non-free deb-src http://ftp.cn.debian.org/debian/ jessie main contrib non-free 输入完成后按键盘左上角的
第一步:执行 wget www.baidu.com ,若没有,会提示:-bash: wget: command not found
Debian最小化安装是没有NetworkManager 1 安装: 2 [root@debian]apt install -y netwok-manager 1 启动(查看网卡): 2 [root@debian...]#systemctl restart NetworkManager 3 [root@debian]#nmcli conn show 到这就啦 不想使用 apt 安装的也可以使用 rpm 安装 下面是network-manager...的依赖,依赖下载连接:Debian -- 在 stretch 中的 network-manager 软件包详细信息
non-free contrib 添加数字证书 $wget archive.kali.org/archive-key.asc //下载签名 $apt-key add archive-key.asc //安装签名...更新包列表 $apt-get update 0x1 安装postgresql 添加postgresql源 deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg...main 安装postgresql $wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add...- //添加数字证书 $apt-get update $apt-get install postgresql 0x2 安装metasploit-framework $apt-get install metasploit-framework...#so easy 0x3 初始化metasploit-framework $msfdb init 0x4 完成安装,检查 msf启动 $msfconsole 检测数据库连接 msf>db_status
目前(2016),Debian的稳定源只能安装go1.3版本。如果需要最新的版本,只能自行从源码编译安装。...sudo apt-get autoremove 源码下载 git clone https://github.com/golang/go.git 如果没有Git,必须自行解决;如果没有gcc,也需要自行安装...我本来就是因为只有Go1.3,才要从源码安装新版本的。现在找我要Go1.4,这可如何是好? 自举 Go从1.5版本开始实现“自举”(Bootstrap),也就是用Go来实现Go、用Go来编译Go。...GOPATH是放置Go的第三方安装包的位置。(编译过程中并未使用。) GOROOT_BOOTSTRAP是用来自举的Go目录,是1.4版本。...export PATH=*是添加编译好的Go、以及以后通过go get安装的第三方库,进入可执行环境。这句,老鸟应该都很熟。
centos,本小节将通过vnc安装debian,也是满足Linux系统-ubuntu系统安装用户的留言。...准备iso #我是从这里下载的 https://mirror.lzu.edu.cn/debian-cd/12.7.0/amd64/iso-dvd/ 2....debian 接上图,就是选择安装模式,我们这里直接回车即可。...5.选择语言 6.选择位置 7.选择键盘 8.配置网络 9.设置root密码 10.设置普通用户和密码 11.配置磁盘 12.安装基本系统 13.配置软件包管理器 14.配置软件 15.安装软件 16....安装GRUB引导 17.结束安装&重启 18.进入系统 我们从centos到ubuntu再到debian安装,可以看出来,centos系列安装相对比较简单,但是debian系列则相对比较复杂。
在 Debian 系统中,我们可以通过 apt-get 安装系统自带的 nginx,这样安装的 nginx 版本略旧。...Nginx 官网提供了一些编辑绎好的 deb 安装包,我们只需更新安装源,就可以通过 apt-get 来安装最新的稳定版 Nginx 了。 ?...加载安装源并导入key $ echo deb http://nginx.org/packages/debian/ stretch nginx | sudo tee /etc/apt/sources.list.d...sudo apt-key add nginx_signing.key $ sudo apt update && apt install nginx -y 到这一部分就完成了最新稳定版的 Nginx 的安装...需要注意的是,这一步安装的 Nginx 和系统自带的 nginx 的配置目录略有区别,可以用一下几个简单的命令修正: sudo mkdir /etc/nginx/{sites-available,sites-enabled
Debian Oracle JDK开发环境配置 ---- Debian是一个非常规范且非常稳定的Linux操作系统,国内使用比较多的Ubutun是他的儿子。...x86_64架构的Debian兼容i386的软件系统 sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install...purge `dpkg --get-selections | grep i386 | awk '{print $1}'` sudo dpkg --remove-architecture i386 安装...Oracle JDK 9 去官网下载Oracle JDK,一定下载tar.gz的压缩文件 创建java目录并安装 sudo mkdir /opt/java/ tar zxvf jdk-8u91-...test@Debian:~$ java -version java version "1.8.0_91" Java(TM) SE Runtime Environment (build 1.8.0
方法1(未成功) 安装系统 因为omv只支持两种安装方式 官方ios安装 debian系统内安装 安装debian系统 https://gitee.com/openfans-community/Debian-Pi-Aarch64...(Do not change this line) # 一个WIFI的话一定注释下面这一行 # wpa_conf /etc/wpa_supplicant/wpa_supplicant.conf 安装OMV...deb http://mirrors.ustc.edu.cn/debian stable-proposed-updates main contrib non-free deb http://ftp.cn.debian.org...# Debian版本编号 查看版本号后,可安装不同版本omv 2021-10-30-raspios-bullseye-armhf-lite.img debian_11.2 omv6 2021-...05-07-raspios-buster-armhf-lite.img debian_10.9 omv5 om4 最后一个版本安装脚本 https://github.com/OpenMediaVault-Plugin-Developers
领取专属 10元无门槛券
手把手带您无忧上云