51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#CentOS
Hyper-v 安装CentOS 7 (其他虚拟机一样参考)
平台之大势何人能挡?带着你的Net飞奔吧!http://www.cnblogs.com/dunitian/p/4822808.htmlhyper-v安装很多人没弄过,我这里介绍一下。(其他虚拟机参考==>点我吧)右击,新建虚拟机网络这块也是可以设置自己配置的网络交换机的(配置也很简单,看最后的附录吧) ...
代码星球
·
2021-02-23
Hyper-v
安装
CentOS
其他
虚拟机
ifconfig: command not found(CentOS专版,其他的可以参考)
ifconfig:commandnotfound查看path配置(echo相当于c中的printf,C#中的Console.WriteLine)echo$PATH 解决方案1:先看看是不是root用户,如果不是就su切换到root用户/su解决方案2:(如果没看见/sbin)【我们这显然不是这个问题】这个一般...
代码星球
·
2021-02-23
ifconfig
command
not
found
CentOS
查看CentOS-rehat-ubuntu是哪个版本
uname命令#uname--helpUsage:uname[OPTION]...Printcertainsysteminformation.WithnoOPTION,sameas-s.-a,--allprintallinformation,inthefollowingorder,exceptomit-pand-iif...
代码星球
·
2021-02-22
查看
CentOS-rehat-ubuntu
哪个
版本
CentOS 7 yum方式配置LAMP环境
环境:CentOS7最小化安装采用Putty连接方法:采用YUM安装方法目的:搭建Apache+Mysql+PHP环境 yuminstallhttpd//默认情况下,选择Y,进行安装安装成功后,默认情况下,是禁止外部IP访问的,需要进行设置vi/etc/httpd/conf/httpd.conf//进入配置文...
代码星球
·
2021-02-21
CentOS
yum
方式
配置
LAMP
CentOS 7中防火墙 firewall-cmd命令
在CentOS7iptable防火墙已经被firewall替代1、暂时开放FTP服务firewall-cmd--add-service=ftp2、永久开放FTP服务firewall-cmd--add-service=ftp--permanent3、永久关闭FTP服务firewall-cmd--remove-servic...
代码星球
·
2021-02-21
CentOS
防火墙
firewall-cmd
命令
Linux CentOS 中安装 MySql
CentOS7的yum源中默认好像是没有mysql的。为了解决这个问题,我们要先下载mysql的repo源。1.下载mysql的repo源$wgethttp://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm2.安装mysql-community-rele...
代码星球
·
2021-02-21
Linux
CentOS
安装
MySql
在CentOS系统中使用yum安装指定版本软件的方法
yum默认都是安装最新版的软件,这样可能会出一些问题,或者我们希望yum安装指定(特定)版本(旧版本)软件包.安装软件查询prce可安装版本#yumlist|greppcre查询结果:pcre-7.8-6.el6.i686:Perl-compatibleregularexpressionlibrarypcre-7.8-...
代码星球
·
2021-02-21
CentOS
系统
使用
yum
安装
Linux(centOS6.5)下SVN的安装、配置及开机启动
作为一名“万能”的码农,这种活儿你迟早要干的。----ByJimi没有bond准备工作:yum1.检查是否已安装 rpm-qasubversion 如果要卸载旧版本:yumremovesubversion2.安装 yuminstallsubversion PS:yum...
代码星球
·
2021-02-21
Linux
centOS6.5
SVN
安装
配置
CentOS,Ubuntu,Gentoo,Freebsd,RedHat,Debian的区别及选择
转自:CentOS,Ubuntu,Gentoo,Freebsd,RedHat,Debian的区别及选择 Linux最早由LinusBenedictTorvalds在1991年开始编写。在这之前,RichardStallman创建了FreeSoftwareFoundation(FSF)组织以及GNU项目,并不断...
代码星球
·
2021-02-21
CentOS
Ubuntu
Gentoo
Freebsd
RedHat
Centos sudo添加用户
$su-#vi/etc/sudoers在rootALL=(ALL)ALL下添加usernameALL=(ALL)ALL 输入wq!强制保存。...
代码星球
·
2021-02-21
Centos
sudo
添加
用户
Centos更换yum源,安装ssh server
先连上网,然后更换yum源1.新建的用户没有sudo权限,所以首先切换到root用户su-输入密码2.备份之前的yum源mv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.backup3.下载yum源centos6wget-O/etc...
代码星球
·
2021-02-21
Centos
更换
yum
安装
ssh
centos7安装scrapyd并配置远程访问可视化
安装scrapydpip3installscrapy看看是否能够启动运行scrapyd如果报错 bash:scrapyd:commandnotfound找到python3安装位置查看是否已安装scrapyd 如果安装那么便配置软连接ln-s/usr/local/python3/bin/s...
代码星球
·
2021-02-21
centos7
安装
scrapyd
配置
远程
win10 docker 安装centos7镜像,并安装python环境
拉取centos镜像dockerpullcentos:centos7进入centosdockerrun-it--namecentoscentos:centos7下载wgetyum-yinstallwget修改yum源对系统yum源进行备份对系统yum源进行备份mv/etc/yum.repos.d/CentOS-Base...
代码星球
·
2021-02-21
安装
win10
docker
centos7
镜像
Oracle VM virtualBox -Centos6.4 安装后没有网解决方法
1、先修改OracleVMvirtualBox的网络配置2、然后启动centos输入: dhclienteth03、然后如果没报错的话 输入:ifconfig 就可以查看到ip地址了4、如果想每次打开centos自动获网络的话需要输入:vi /etc/sysconfig/netw...
代码星球
·
2021-02-21
Oracle
VM
virtualBox
-Centos6.4
安装
centos安装mysql(rpm)
今天安装mysql时候出现错误MySQLconflictswithmysql-4.1.20-2查看是否安装过mysqlrpm-qamysql发现安装了老版本的mysql使用rpm-emysql-4.1.20-2.RHEL4.1.i386卸载时候有出现错误后来查资料使用rpm-emysql-4.1.20-2.RHEL4....
代码星球
·
2021-02-21
centos
安装
mysql
rpm
首页
上一页
...
2
3
4
5
6
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他