All Questions
8,369 questions
0 votes
0 answers
79 views
CentOS NFS mount disappeared; commands freeze
I have 19 CentOS Linux virtual servers for a specific solution. These servers are distributed in three network areas, C, D, S. The NFS server is located in zone S and is configured to exposie a share, ...
0 votes
0 answers
121 views
"mnt": Numerical result out of range and wrong fs type issue while connecting shared folder from local system
I have a mac M4 chip and running my ubuntu and centos stream 10 on UTM and when it try to connect the shared folder from my mac i keep getting this issue as "wrong fs type" After so many ...
0 votes
1 answer
153 views
Effective Tools for Enhancing CentOS Server Security [closed]
I’m seeking practical recommendations and tools to improve the security of my Linux server (CentOS) and minimize unauthorized access. I’m interested in both fundamental and advanced solutions that can ...
0 votes
1 answer
484 views
how to troubleshoot and get audio (sound) working in linux
This is my motherboard: https://www.asrock.com/mb/Intel/Z170A-X13.1/ has Realtek ALC892 motherboard audio, single 3.5mm green plug to two speakers. when i install cleanly from rhel-8.10-x86_64-dvd....
0 votes
1 answer
86 views
The shell script run by crond keeps stopping after five minutes
As titled, I am using CentOS 6.10 Here is part of my shell script, it runs find manually. #!/bin/sh backup_dir="/mnt/backup/website" all_web="$(</mnt/backup/list.txt)" for web ...
1 vote
0 answers
392 views
yum/dnf Curl(56) Error but raw curl works
I am running a WSL RedHat 9.4 instance. Running e.g. dnf update appears to sporadically update repos. For instance, from one output: BaseOS-9 ...
0 votes
0 answers
27 views
Centos 7 snapshot and unfolding it to new OS
We wanna update an old Centos 7 at a Linux VPS to either Centos Stream 9 or AlmaLinux 9. For that we think first to make snapshot of the whole VPS content. Is it possible to make the snapshot and ...
0 votes
0 answers
172 views
PHP Rebuild Using Updated OpenSSL
My current setup uses a very old OS (CentOS7.9). I just installed PHP8.2.26 using CWP's PHP Version Switcher module. CentOS yum only updates to OpenSSL to v1.0.2k which is what I had installed. I ...