CentOS 6 Invalid release/repo/arch combination
When i run yum update on a CentOS 6 server, i get error “Invalid release/repo/arch combination/”. This error is due to CentOS…
When i run yum update on a CentOS 6 server, i get error “Invalid release/repo/arch combination/”. This error is due to CentOS…
firewall-cmd is used to manage firewall (iptables). It is used by default on latest version of CentOS, RHEL. Check firewall status To…
To list all open ports in firealld, run firewall-cmd –list-ports You may need to also use [root@oc1 ~]# firewall-cmd –list-services http https…
Xfce is a lightweight linux desktop environment. You can install Xfce on a remote server or virtual machine, connect to it using…
To list rules use command firewall-cmd –list-all –zone=public To list all open ports firewall-cmd –list-ports Example [root@centos7 zones]# firewall-cmd –zone=public –add-rich-rule=’rule family=”ipv4″…
Monit allow you to monitor process. It can restart failed process or alert when server is overloaded. On CentOS server, you need…
ls command is used to list files in linux. It is same as dir on windows. List all files in long format…
On Ubuntu 20.04/22.04 settings won’t open. This may be caused by some software install/update. I tried to run From the terminal, I…
After running a scan, maldet will give you command to see result like maldet –report SCAN_ID If you need this email sent…
To enable preview for files in nextcloud, you need to install “Preview Generator” from next cloud app store https://apps.nextcloud.com/apps/previewgenerator To install login…
To enable SEO url in next cloud, first make sure your web server have mod_rewrite module enabled. Edit config.php file vi config/config.php…