Search found 30278 matches
- 2021/04/11 12:28:55
- Forum: CentOS 8 - General Support
- Topic: Identify CentOS releases
- Replies: 2
- Views: 30
Re: Identify CentOS releases
And CentOS 8 has one, possibly 2, more point releases left before it goes EOL entirely. RHEL 8.4 should be along fairly soon if they stick to the 6 month cadence of releases and 8.5 should be along shortly before CentOS 8 goes EOL but whether there will be time to build and release it before the EOL...
- 2021/04/11 01:15:39
- Forum: CentOS 7 - General Support
- Topic: Sdb would be removed with sda?
- Replies: 9
- Views: 106
Re: Sdb would be removed with sda?
But to go back to the original question: Where should sdb be mounted? The answer to that is : where do you need the space? It's quite unusual to mount a drive under /mnt at all and even more unusual to mount it on a directory named after the drive itself. So, for example, if this is a database serve...
- 2021/04/11 01:13:14
- Forum: CentOS 8 - Hardware Support
- Topic: i9 and E16575_ROG_MAXIMUS_XII_HERO_WI-FI_UM_V2_WEB
- Replies: 1
- Views: 35
Re: i9 and E16575_ROG_MAXIMUS_XII_HERO_WI-FI_UM_V2_WEB
Either do not use Rufus or read the long thread on here where the Rufus developer posts about how to make it work correctly with our iso images. Without the right options selected it will corrupt our iso and cause all sorts of errors. Or use a different program, like say dd under linux. The most lik...
- 2021/04/10 17:58:55
- Forum: CentOS 7 - General Support
- Topic: Sdb would be removed with sda?
- Replies: 9
- Views: 106
Re: Sdb would be removed with sda ?
An excellent guide for users that are new to Linux can be found at https://rute.gerdesas.com - while this is not official project documentation it is a well-regarded general introduction to Linux and may be of help. For an introduction to the bash shell take a look at http://linuxcommand.org/lc3_lea...
- 2021/04/10 17:58:12
- Forum: CentOS 8 - General Support
- Topic: automate commands at startup
- Replies: 1
- Views: 44
Re: automate commands at startup
There are alternate and preferred ways of doing those things. On CentOS 8 the default firewall is firewalld and you can add persistent rules to that using the firewall-cmd comand. Many of us think that firewalld is a huge bloated pig that has no place on a a server and prefer to use either nftables ...
- 2021/04/10 12:18:28
- Forum: CentOS 8 - General Support
- Topic: SAR: Centos7 vs Centos8
- Replies: 2
- Views: 64
Re: SAR: Centos7 vs Centos8
Check your locale/LANG settings. CentOS 8's sar says Average: for me.
- 2021/04/09 16:17:56
- Forum: CentOS 8 - General Support
- Topic: File sharing between Windows and CentOS8 through Samba
- Replies: 7
- Views: 102
Re: File sharing between Windows and CentOS8 through Samba
Ah, yes, non-standard paths like /share will need selinux action to be taken. Read /etc/samba/smb.conf.example for how to do so.
Some configurations of samba also require you to use the smbpasswd command to set up the user in question. In any case, it's not wise to attempt to use root for it.
Some configurations of samba also require you to use the smbpasswd command to set up the user in question. In any case, it's not wise to attempt to use root for it.
- 2021/04/09 15:25:53
- Forum: CentOS 7 - General Support
- Topic: no graphical login after update -/- Plymouth Boot Screen
- Replies: 5
- Views: 395
Re: no graphical login after update -/- Plymouth Boot Screen
I have merged your duplicate post into the original thread, please don't multipost. Interrupt your boot at the grub menu and edit the current kernel entry and remove the words 'rhgb' and 'quiet' from the kernel command line then press Ctrl-X to continue. That will enable verbose messages during boot...
- 2021/04/09 15:21:50
- Forum: CentOS 8 - General Support
- Topic: File sharing between Windows and CentOS8 through Samba
- Replies: 7
- Views: 102
Re: File sharing between Windows and CentOS8 through Samba
Not a wise idea to post passwords in plain text even if part of an image. I removed it.
- 2021/04/09 15:17:56
- Forum: CentOS 8 - General Support
- Topic: Which image shall I download
- Replies: 26
- Views: 336
Re: Which image shall I download
Cpanel is a web UI for managing systems. It runs on RHEL and on CentOS but not on Stream. It pollutes CentOS by excluding packages from the standard repos (adds exclude=long-lilst-of-stuff*) and replaces them with its own. We don't support cPanel or the systems it's installed on since any advice we ...