Deleting iptables rule is erroring with illegal operation
BT643 asked: I’m new to iptables but I’m trying to remove a rule based on posts I’ve seen online using the following command: # /sbin/iptables -D INPUT 1 –protocol tcp …
Freedom through Communications
Browsing Tag
BT643 asked: I’m new to iptables but I’m trying to remove a rule based on posts I’ve seen online using the following command: # /sbin/iptables -D INPUT 1 –protocol tcp …
ConstantFun asked: Similar conflict issues The files that are experiencing conflict issues are almost all the same as the ones in the link above. However, I am not trying to …
FabricioG asked: I realize this is frowned upon. Many will suggest they don’t recommend doing a server restart from cron because it’s not being monitored. In my case I would …
drumheller asked: I am having issues installing mysqli on our centos 6.1 server after upgrading mysql. Here is what I get after running yum list installed | grep -i mysql …
Farrukh Sadykov asked: Currently I am changing the port for remote machine. I also have to allow the firewall rules on Centos 6.9. The folling is my command to open …
Roy Hinkley asked: I have a Centos 6 server that I accidentally added a RHEL 7 package to it’s rpm database. Added wrong package sudo rpm -ivh http://repo.zabbix.com/zabbix/3.0/rhel/7/x86_64/zabbix-release-3.0-1.el7.noarch.rpm So when …
Mher Harutyunyan asked: I am trying to run node_exporter for prometheus on centos 6.8. Here is the init.d script I was able to create: #!/bin/sh ### BEGIN INIT INFO # …
Boying asked: RHEL7/CentOS7 has a dedicated folder: $XDG_RUNTIME_DIR (e.g. /run/user/1000) for pid files, that folder is a tmpfs. However RHEL6/CentOS6 does not have $XDG_RUNTIME_DIR. RHEL6(also RHEL7) has a folder using …
NetworkNewbie asked: I have PHP 7.0 on my VPS with CentOS 6.10 and there is an application that needs PHP 7.1 and above. Also, there’s a separate application that uses …
keeg asked: Versions: centos-release-6-7.el6.centos.12.3.x86_64 PHP 5.4.45 Installed GD using yum: $ yum install php54w-gd Installed: php54w-gd.x86_64 0:5.4.45-2.w6 Restarted: $ service httpd restart Checked Running: $ rpm -qa | grep php …