Questions tagged «centos»

有关CentOS Linux发行版的问题。如果您的问题与CentOS发行版如何影响您的问题有关,请使用此标签。如果您恰好正在使用CentOS,并且您的问题是关于特定的配置详细信息或语法,请不要使用它。


10
“不允许符号链接或无法访问链接目标” / CentOS 6上的Apache
我安装了全新的CentOS 6,在文档根目录中有一个指向我的开发文件的符号链接: [root@localhost html]# ls -l total 4 -rwxrwxrwx. 1 root root 0 Sep 18 20:16 index.html -rwxrwxrwx. 1 root root 17 Sep 18 20:16 index.php lrwxrwxrwx. 1 root root 24 Sep 18 20:19 refresh-app -> /home/billy/refresh-app/ 我的httpd.conf具有: <Directory "/"> Options All AllowOverride None Order allow,deny Allow from all </directory> …

5
如何使用Linux命令获得已使用的内存(已使用RAM)?
我正在尝试使用Linux命令按百分比检索已用内存(RAM)。我的面板显示“已用内存”,需要在特定网页上显示。 从论坛中,我发现可以从以下位置找到正确的内存: free -m 结果: -/+ buffers/cache: 492 1555 -/ +缓冲区/高速缓存:包含正确的内存使用情况。我不知道如何解析此信息,或者是否有任何其他命令来获取百分比使用的内存。
30 centos  memory  cpanel 

4
在我的postgresql安装中找不到postgresql.conf和pg_hba.conf文件
从之后的所有指令UNIXMEN,安装postgresql-9.4在CentOS 6.4。一切进展顺利,启动了服务并可以访问pgsql屏幕。但是当我尝试配置时phpPgAdmin,我找不到文件 postgresql.conf pg_hba.conf config.inc.php phpPgAdmin.conf 指令说,postgresql主目录位于其中/etc/../,有人说它将位于中/var/lib/。在哪里创建目录(在CentOS中)? 在centos,redhat(RHEL7)和ubuntu中安装目录路径是否不同? 更新: 我跑了快速查找命令* ** postgresql.conf中和* hba.conf **,我发现示例文件postgresql.conf.sample和pg_hba.conf.sample(在/usr/pgsql-9.4/share/)


2
如何通过编辑文件而不是通过命令行交互来修改iptables规则?
在历史记录中,我只需要编辑一个文件,然后 重新启动整个服务器即可。 我将克隆端口22打开的行, 将其更改为80,然后保存文件..并重新启动 整个系统,以便iptables从端口80打开开始。 但是在最近的时候..那个文件不再存在 于我的centos 6.5 OS中 Google上的大多数答案都建议我必须与iptables 进行交互才能启用和禁用端口。 是否可以不与iptables进行交互,而 只是将您面前的所有内容视为一个可编辑文件?
27 centos  iptables 

7
在Centos的VirtualBox实例上增加屏幕大小/分辨率
我有Centos 5的VirtualBox实例。屏幕尺寸很小(800 * 600),我想将其增加到1280 * 1080。在“屏幕分辨率”的Gnome首选项下,我仅获得600 * 800或640 * 480的选项。 我尝试编辑xorg.conf(基于本教程http://paulsiu.wordpress.com/2008/09/08/creating-and-managing-centos-virtual-machine-under-virtualbox/),但它没有似乎没有什么不同。这是编辑部分的摘录: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" EndSubSection EndSection 有谁知道如何做到这一点?

5
OpenSSH的默认空闲超时是多少?
对于这个简单的问题,我似乎找不到答案,我需要一些合规性文档。 在默认安装的CentOS 6.5(OpenSSH 5.3p1-94.el6)上,闲置多长时间后,用户的SSH会话将被终止?我相信可以设置以下选项来增加空闲超时时间,但是默认情况下会注释掉它们。 $ grep -i alive /etc/ssh/sshd_config #TCPKeepAlive yes #ClientAliveInterval 0 #ClientAliveCountMax 3 另外,是否有命令转储当前sshd设置的列表?我什么都看不到man sshd。
25 ssh  centos  openssh 

6
CentOS 7-重命名网络接口而无需重启
我通过修改中的文件来重命名网络接口/etc/sysconfig/network-scripts。 eth0-> nic0 eth1-> nic1 修改后,网络脚本的内容如下所示: # cat /etc/sysconfig/network-scripts/ifcfg-nic0 DEVICE=nic0 BOOTPROTO=static ONBOOT=yes HWADDR=xx:xx:xx:xx:xx:xx USERCTL=no IPV6INIT=no MASTER=bond0 SLAVE=yes 重新启动会激活新配置。但是,如何在不重新启动的情况下激活此配置? A systemctl restart network不能解决问题。 我可以通过旧名称(ifdown eth0)关闭一个接口,但是ifup无论提供旧名称还是新名称,都会导致显示以下消息: 错误:[/ etc / sysconfig / network-scripts / ifup-eth]设备nic0似乎不存在,延迟了初始化。 /etc/init.d/network status 显示此输出: Configured devices: lo bond0 nic0 nic1 Currently active devices: lo eth0 eth1 bond0 两者,ifconfig并ip a显示旧的接口名称。

2
CentOS 5.6上的Yum更新错误
我的笔记本电脑上装有CentOS 5.6。 输入时yum update,出现以下错误: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/ removing mirrorlist with no valid mirrors: /var/cache/yum/base/mirrorlist.txt Error: Cannot find a valid baseurl for repo: base 以下是我的/etc/yum.repos.d/CentOS-Base.repo文件(我没有对其进行任何更改): [base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os …
22 centos  yum 

8
CentOS 7安装失败
听到有关CentOS 7已发布的消息后,我决定将其安装在计算机上。我从CentOS官方网站(名为CentOS-7.0-1406-x86_64-DVD.iso)下载了ISO映像,然后使用名为UltraISO的工具将其刻录到USB驱动器上。 之后,我重新启动了计算机并按下F12以选择启动设备。(我的技嘉主板采用F12选择引导设备。)我选择了这个:UEFI: hp v245o 1100,其中hp v245o 1100是USB的名字,我想这就是所谓的从USB EFI启动。之后,出现三个菜单选择: 安装CentOS 7, 测试此媒体并安装CentOS 7, 和疑难解答->。 最初,我决定选择选项1以使其显示所有正在运行的消息,因此我输入了以下内容e: set params 'Install CentOS 7' linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet initrdefi /images/pxeboot/initrd.img 所以我删除了quiet参数并按下CTRLx开始,然后我得到了: 我不知道什么是fb,安装过程就在那里停止了。 因此,我决定尝试第三个选项(第Troubleshooting -->一个),但没有运气。我仍然无法安装此CentOS 7,并且得到如下信息: > [7.471771] scsi 0:0:0:0: alua: not attached > [7.474665] sd 0:0:0:0: [sda] no Caching mode page found > [7.474682] …

4
CentOS中的启动分区几乎已满
我收到了/ boot分区快满(85%)的警告。我该怎么办?我可以删除其中一个备份内核吗?如何安全地做? 我现在的分区 Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda2 10321208 719856 9077064 8% / tmpfs 4015460 0 4015460 0% /dev/shm /dev/sda1 101133 80781 15130 85% /boot /dev/sda8 253782660 47668764 193222404 20% /home /dev/sda7 1032088 535840 443820 55% /tmp /dev/sda3 10321208 4823740 4973180 50% /usr /dev/sda5 10321208 1807284 7989636 …
22 centos  boot  partition 

2
如何在“应用程序”菜单中添加项目?
这个问题是从Server Fault 迁移过来的,因为可以在Unix&Linux Stack Exchange上回答。 迁移 6年前。 如何在CentOS 6.4上运行的Gnome Desktop 中将应用程序添加到“ 应用程序”>“ Internet”? 根据这个旧的Docs链接,它建议进行编辑/etc/xdg/menus/applications.menu。 如何添加/home/danny/some/path/myprog/prog(可执行)我的Gnome应用程序菜单?
22 centos  gnome 


5
如何为Shell脚本创建服务,以便可以像守护程序一样启动和停止它?
我使用CentOS 7的目的是每五秒钟创建一个cron,但正如我研究的那样,我们只能使用一分钟的cron,所以我现在要做的是创建一个shell文件。 hit.sh while sleep 5; do curl http://localhost/test.php; done 但是我已经通过右键单击来手动点击它。 我想要的是为该文件创建服务,以便我可以自动启动和停止它。 我找到了创建服务的脚本 #!/bin/bash # chkconfig: 2345 20 80 # description: Description comes here.... # Source function library. . /etc/init.d/functions start() { # code to start app comes here # example: daemon program_name & } stop() { # code to …

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.