Search found 4224 matches
- 2023/02/03 08:51:52
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: Install Mysql on Centos 8
- Replies: 5
- Views: 436
Re: Install Mysql on Centos 8
To install MySQL on CentOS Linux 8 ... CentOS Linux 8 is dead and buried There is no "CentOS Linux 8" any more. There is "CentOS Stream 8", but you don't want that on production system. sudo rpm -Uvh mysql80-community-release-el7-3.noarch.rpm sudo yum install mysql-server The first command installs...
- 2023/02/02 11:36:38
- Forum: CentOS 7 - General Support
- Topic: X11 access to remote hosts
- Replies: 2
- Views: 63
Re: X11 access to remote hosts
"To see remote desktop ..." VNC and X2Go do something like that https://linuxconfig.org/how-to-share-your-desktop-in-linux-using-x11vnc https://wiki.x2go.org/doku.php Both tunnel via SSH, which is way stronger security. The basics of X11 is that "X client" runs somewhere and sends data (the window) ...
- 2023/02/01 13:33:26
- Forum: User Comments
- Topic: Future of CentOS???
- Replies: 9
- Views: 2592
Re: Future of CentOS???
most percentage of the internet hosted on centos+nginx I do hope that your statistics is about CentOS Linux 7 + nginx. That is the only "stable centos" now (and will EOL next year). I think it will evolve as any other usual "stable" distributives like Debian "It" has already done so. "It" is now ca...
- 2023/01/30 11:46:42
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: YUM UPDATE
- Replies: 10
- Views: 275
Re: YUM UPDATE
The 407 is "Proxy Authentication Required", so yes, your proxy config is not ok.jgutie2022 wrote: ↑2023/01/30 11:21:19curl: (56) Received HTTP code 407 from proxy after CONNECT
Is the proxy wrong configurated?
- 2023/01/27 08:33:44
- Forum: CentOS Social
- Topic: CentOS 5.8 VNC monitor
- Replies: 5
- Views: 163
Re: CentOS 5.8 VNC monitor
Honestly, your best course of action is to find out what these systems do and set up a brand new system running something that's still in support, set up teh same services on that, copy over the data and then switch off the old ones. Quite possibly equivalent , rather than same services. But yes, t...
- 2023/01/20 13:03:00
- Forum: CentOS 7 - General Support
- Topic: CentOS7 won't type in Korean
- Replies: 4
- Views: 113
Re: CentOS7 won't type in Korean
Is fcitx available on CentOS-7? Apparently, in EPEL: $ yum -q --enablerepo=epel list \*fcitx\* Available Packages fcitx.x86_64 4.2.9.6-1.el7 epel fcitx-anthy.x86_64 0.2.2-4.el7 epel fcitx-cloudpinyin.x86_64 0.3.5-1.el7 epel fcitx-configtool.x86_64 0.4.10-1.el7 epel fcitx-data.noarch 4.2.9.6-1.el7 e...
- 2023/01/20 12:53:06
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: I broke yum by fiddling with python
- Replies: 6
- Views: 202
Re: I broke yum by fiddling with python
And I'd got another problem, I would like to install the updates when i reboot the PC but it doesn't work. That is not an another problem. That is the same problem; you don't have the dnf. The dnf requires 'python3-dnf' which in turn requires multiple python packages: [root@el8 ~]# which yum /usr/b...
- 2023/01/16 20:49:21
- Forum: 8 /8-Stream / 9-Stream - Hardware Support
- Topic: Cloning a NAS hard drive with OS
- Replies: 16
- Views: 685
Re: Cloning a NAS hard drive with OS
The kernel does read partition tables to memory during boot. Partition tools (fdisk, gdisk, parted) occasionally do note that "kernel is still using old values" when you save changes to partition table. The partition tools at least attempt to notify the kernel. The dd does not. Therefore, the 'lsblk...
- 2023/01/16 20:45:22
- Forum: 8 /8-Stream / 9-Stream - Networking Support
- Topic: OpenVPN client cant ping computers on OpenVPN server lan
- Replies: 2
- Views: 322
Re: OpenVPN client cant ping computers on OpenVPN server lan
Then i read that iptables is used as its backend, but when i printed out the iptables rules currently on the system there are some missing that are implemented within firewalld - so i'm not sure if my system uses a different backend. Starting RHEL 8 the backend is nftables and the command to see al...
- 2023/01/16 20:30:34
- Forum: 8 /8-Stream / 9-Stream - Security Support
- Topic: Upgrade BIND DNS Version - ISC BIND Domain Name System (DNS) forwarders - cache poisoning Vulnerability
- Replies: 7
- Views: 230
Re: Upgrade BIND DNS Version - ISC BIND Domain Name System (DNS) forwarders - cache poisoning Vulnerability
The issue still exists even after executing the command. The command: rpm -qp --changelog https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/bind-9.16.23-7.el9.x86_64.rpm | grep -2 -i cve-2021-25220 lists the part of changelog from bind package (that is in CentOS Stream 9 reposi...