-
用于软件包管理的21个Linux YUM命令 转载
所属栏目:[Linux] 日期:2021-01-19 热度:70
http://flycars001.iteye.com/blog/1949085 ol class="dp-xml" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 1px !important; margin-left: 55px; padding: 5px 0px; color: #5c5c5c; border: none; background-color:[详细]
-
centos nfs配置--转载
所属栏目:[Linux] 日期:2021-01-19 热度:152
h2 class="title"http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-nfs-client-config.html h2 class="title"18.6.?NFS Server Configuration There are three ways to configure an NFS server under Red Hat Enterprise Linux: using the ( )[详细]
-
Device eth0 does not seem to be present, delaying initializa
所属栏目:[Linux] 日期:2021-01-19 热度:107
昨天在vm里面克隆了个虚拟机,克隆之后,启动了网卡起不来,已启动就报Device eth0 does not seem to be present,delaying initialization.[FAILED]经过各种google,最终要是找到了答案使用克隆后的虚拟机时发现原来在基本系统中的网卡eth0到了新系统却没有[详细]
-
Mount NAS Storage in Linux Overview 转载
所属栏目:[Linux] 日期:2021-01-19 热度:167
h1 class="title"Mount NAS Storage in Linux OverviewMounting your NAS Storage to a device that runs on a Linux-based Operating System can be done using a series of simple commands in the shell or terminal within the OS.? This procedure outl[详细]
-
启动weblogic的错误:Could not obtain an exclusive lock to th
所属栏目:[Linux] 日期:2021-01-19 热度:137
http://hi.baidu.com/kaisep/item/0e4bf6ee5da001d1ea34c986 源地址 启动weblogic时报以下错误: 问题的原因: 在 domain/server/ldap/ldapfiles 文件夹下创建了一个名为 embeddedldap.lok 的文件。 如果该文件存在,则服务器不能启动,并将看到下列错误:??[详细]
-
linux下如何修改weblogic console登陆的用户名和密码
所属栏目:[Linux] 日期:2021-01-19 热度:128
1. 执行安装目录下config.sh ./config.sh 2.选择 ?2|Extend an existing WebLogic configuration 3. 别的一路跳过,到修改security,选择yes,即可修改weblogic console登录的用户名和密码。[详细]
-
Apache禁止访问目录
所属栏目:[Linux] 日期:2021-01-18 热度:120
设置Apache禁止访问目录 本文将详细介绍如何操作禁止显示apache网站根目录 进入apache的配置文件 httpd.conf 找到: vim?/etc/httpd/conf/httpd.confOptions?Indexes?FollowSymLinks Options?FollowSymLinks 。[详细]
-
linux安装redis redis注册服务
所属栏目:[Linux] 日期:2021-01-18 热度:171
安装redis 这一般安装在/uer/local/ mkdir?/usr/local/redis wget?http://download.redis.io/releases/redis-4.0.1.tar.gz tar?xzf?redis-4.0.1.tar.gz cd?redis-4.0.1 make进入redis-4.0.1目录里?启动?src/redis-server 讲redis加入服务 cp?/usr/local/redi[详细]
-
linux iptables: No config file
所属栏目:[Linux] 日期:2021-01-18 热度:78
启动 service iptables start报错误:iptables: No config file. 1、输入以下命令 iptables?-P?OUTPUT?ACCEPT service?iptables?save service?iptables?start[详细]
-
在linux外部无法访问,centos7修改防火墙配置
所属栏目:[Linux] 日期:2021-01-18 热度:91
centos7外部无法访问网页,linux外部无法访问网页 ?主要原因在于防火墙的存在,导致的端口无法访问。 ?CentOS7使用firewall而不是iptables。所以解决这类问题可以通过添加firewall的端口,使其对我们需要用的端口开放 1.使用命令??firewall-cmd?--state查看防[详细]
-
centos6 yum安装 mysql5.5,mysql5.5 yum源
所属栏目:[Linux] 日期:2021-01-18 热度:96
通过Yum,CentOS 安装MySQL 5.5 rpm?-Uvh?https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm?rpm?-Uvh?https://mirror.webtatic.com/yum/el6/latest.rpm?yum?install?mysql55w?mysql55w-server 如果出现错误 Finished?Dependency?Res[详细]
-
centos7.3 yum 安装php7.1
所属栏目:[Linux] 日期:2021-01-18 热度:121
centos7.3 yum php7.1 rpm?-Uvh?https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpmrpm?-Uvh?https://mirror.webtatic.com/yum/el7/webtatic-release.rpm yum?install?mod_php71w?php71w-opcache yum?install?php71w-mysql?php71w-bcm[详细]
-
centos6 yum 安装php7.1
所属栏目:[Linux] 日期:2021-01-18 热度:147
rpm?-Uvh?https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm?rpm?-Uvh?https://mirror.webtatic.com/yum/el6/latest.rpm yum?install?mod_php71w?php71w-opcache yum?install?php71w-cli?php71w-mysql?php71w-bcmath?php71w-gd?php71[详细]
-
解决两台centos虚拟机Telnet服务无法联机的问题
所属栏目:[Linux] 日期:2021-01-18 热度:105
关闭防火墙 [root@localhost ~]# service iptables stopiptables: Flushing firewall rules:???????????????????????? [? OK? ]iptables: Setting chains to policy ACCEPT: filter????????? [? OK? ]iptables: Unloading modules:?????????????????????????[详细]
-
linux主机间复制文件
所属栏目:[Linux] 日期:2021-01-18 热度:191
命令基本格式: 1、从 本地 复制到 远程? ? * 复制文件:? ? ? ? ? * 命令格式:? ? ? ? ? ? ? ? ? scp local_file remote_username@remote_ip:remote_folder? ? ? ? ? ? ? ? ? 或者? ? ? ? ? ? ? ? ? scp local_file remote_username@remote_ip:remote_file[详细]
-
RPM安装命令总结--转载
所属栏目:[Linux] 日期:2021-01-18 热度:190
div id="cnblogs_post_body" 安装、卸载、升级、查询和验证 。 #rpm - #rpm - #rpm -ivh example.rpm 安装 example.rpm 包并在安装过程中显示正在安装的文件信息及安装进度 # rpm -e example # rpm -Uvh example.rpm saving /etc/example.conf as /etc/examp[详细]
-
Another app is currently holding the yum lock
所属栏目:[Linux] 日期:2021-01-17 热度:186
解决yum进程 Existing?lock?/var/run/yum.pid:?another?copy?is?running?as?pid?2503.Another?app?is?currently?holding?the?yum?lock;?waiting?for?it?to?exit...??The?other?application?is:?yum????Memory?:??19?M?RSS?(306?MB?VSZ)????Started:?Thu?Oct?[详细]
-
linux 卸载php
所属栏目:[Linux] 日期:2021-01-17 热度:172
linux卸载php rpm?-qa?|?grep?php?出现php安装包php71w-fpm-7.1.7-1.w7.x86_64php71w-common-7.1.7-1.w7.x86_64php71w-opcache-7.1.7-1.w7.x86_64.....卸载:?rpm?-e?包名rpm?-e?php71w-opcache-7.1.7-1.w7.x86_64如果出现错误请按照提示的包来卸载[详细]
-
cenos7.3启动apache,cenos7.3启动mysql
所属栏目:[Linux] 日期:2021-01-17 热度:107
1.cenos7.3启动apache systemctl?start?httpd systemctl?start?mariadb systemctl?stop?httpd systemctl?stop?mariadb systemctl?restart?httpd systemctl?restart?mariadb[详细]
-
在另一个目录中运行(python)脚本
所属栏目:[Linux] 日期:2021-01-17 热度:62
参见英文答案 Temporarily change current working directory in bash to run a command 3个 我有一个生成文件的python脚本.我想要的是强制它写入特定文件夹中的文件.现在我必须做3个步骤: cdfoopython../awesome_script.pycd.. 有没有什么好的解决方案,我[详细]
-
c – CLion IDE:在Windows上使用ssh作为环境工具链而不是MinG
所属栏目:[Linux] 日期:2021-01-17 热度:144
我目前正在使用CLion 2016.2,我会在Windows上使用ssh作为环境工具链而不是MinGW / Cygwin.例如,Pycharm已经支持环境using a ssh location(或使用docker容器)的远程位置,并且它运行良好.我想知道这个功能是否可以用于CLion或者更高版本? 到目前为止,我发现尝[详细]
-
SBCL错误:在Linux机器上运行Maxima时“绑定堆栈耗
所属栏目:[Linux] 日期:2021-01-17 热度:62
我知道有很多地方可以问这个问题,但我想我会在这里试试.我已经看起来已经从Maxima的好人那里得到了尽可能多的帮助. 我用SBCL运行Maxima并且一直出错; INFO: Binding stack guard page unprotectedBinding stack guard page temporarily disabled: proceed wi[详细]
-
linux – 如何在shell脚本中操作数组
所属栏目:[Linux] 日期:2021-01-17 热度:99
我希望我的脚本定义一个空数组.如果预定义条件为真,则应添加数组值.为此,我所做的就是 declare -a FILESfile_count=0if [ "$file_ext" != "$SUPPORTED_FILE_TYPE" ] ; then echo "$file_ext is not supported for this task."else $FILES[$file_count] = $fi[详细]
-
如何将linux可执行文件(二进制)转换为Windows exe文件?
所属栏目:[Linux] 日期:2021-01-17 热度:152
有没有办法将Linux二进制文件转换为Windows exe文件?例如,如果在Linux中创建一个非常简单的二进制文件,如下所示: echo "main(){int i; i=i+1;}" main.cgcc main.c -o main 有没有办法将主二进制文件转换为Windows exe文件? 最佳答案 您无法将linux可执行[详细]
-
如何在Linux机器上编写Flash Action Scripts?
所属栏目:[Linux] 日期:2021-01-17 热度:87
我想知道如何在Linux中开发Flash应用程序? 是否可能,那么哪些是应用程序? 最佳答案 您有几种编译Flash应用程序的选项: Flex SDK,可从Adobe网站免费下载. haXe,一种类似Actionscript的语言,可以编译为SWF(以及Javascript和PHP). MTASC,Actionscript 2的编[详细]
