Skip to main content

RHEL vs CentOS

 


Nowadays the are more than 300 Linux distros. There is no one better than the other, each distro is different and one of them can be perfect for one user or unusable for another one. But, inside these 300 there are the contintents distros, that they aquired most of users and developers of the society. The other distros we can see them as small islands, not too popular but they have their specifics fans users, perfectly suited for their needs or their cusiosity.




We are going to talk about two of the "continents" distros of Linux, their features, pros and conts, etc.

The first distribution I want to talk about is Red Hat Enterprise Linux (RHEL), the gold stantard for the commercial Linux distributions. It is a high quality distribution created by two young american guys in 1994, available for workstations, servers, mainframes and supercomputers. It has become the most deployed coomercial Linux distribution in the public cloud thanks to the support of software applications and hardware devices. The security is one the most important features for them using system-wide security policies so apps automatically use the appropiate cryptographic package and implementing a predictive IT analytics service that identifies potencial issues before they become a problems (kind of an IPS into the lifecycle of the distribution). Even that, RHEL recognizes that even his distributions aren't safe from potencially devastating cyberattacks. 

Seems really promising these distro but we can say as a disadvantage that you have to pay for the use of it. There is a free trial of 30 days but then you can see at the Red Hat Store that the prices starts at 299$ for RHEL Workstations, following the Server Edition 349$ and more. Even though, many of today's companies choose this distro for the high-quality and support that it provides.


We can move to the second "continent" distribution of Linux, and I chose to talk about CentOS (Community Enterprise Operating System). The comparisons between these two distributions are vey much in plain sigh as the major part of the goals between these two are almost the same. 

CentOS is a free server Linux distribution which curiously his upstream source is RHEL. Is not that difficult to get it up and run, newbies can do it without struggle. The beautiful feature about is that it costs nothing to use and can be a good learning path for developers and users who want to learn to manage servers and his features. Also it has a thriving community around that has created a wealth of learning resources. The downside of CentOS is that lacks enterprise level support and in general tends to be slightly behind RHEL, also it lacks certified cryptographic protection required on government networks.


There are many other interesting Linux distros such as Ubuntu, Debian, Fedora, Gentoo and so on. I talk about these two distros to see that even though they look very similar with almost the same goals, there are different with it upsides and downsides but they con suit to any user or developer, depending on the intentions.


Comments

Popular posts from this blog

CENSORSHIP AND PRIVACY

  Censorship and privacy are two very important concepts in our lives.  Nowadays censorship is mostly misused. Unfortunately, it has become very much linked to the politics of each country, and this leads to unfair censorship. Privacy is a feature that in theory we care a lot about, but then in practice most of society does whatever they want and they don't even care if they use their data for anything else. But sometimes there are cases where a person loses their privacy without consent, that is the problem. Let's look at two examples, one of censorship and the other of privacy. As censorship we can use one of the most current examples and one that has affected globally. The censorship of information about COVID 19. Maybe there are people who don't agree with this but in the end it has been a case of censorship and I put it as an example. Rajat Khosla, Amnesty International's Senior Director for Research, Advocacy and Policy, said: "Throughout the pandemic, govern...

Cybersecurity in Spain

  Currently, 93% of Spanish citizens use the Internet. This is why new projects are already appearing in order to increase cybersecurity as much as possible. In Spain there are two institutions created for cybersecurity under the name of INCIBE-CERT and CCN-CERT. The first one is focused on companies and citizens and the second one only for the government.  I think it is worth making a separation before analysing security in Spain: before and after the appearance of COVID.  Before the pandemic there was not so much concern about cybersecurity, which has affected us in the state of inferiority that we are currently in compared to the UK or Germany. There were a few projects going on but at the official conferences, most of the companies did not attend, they had their minds set on their own company's profit or other reasons. But what's the point of getting wealth when they can take it away from you in hours through malware. The key to Spain's focus on internet security was ...

COPYLEFT

  Impact of choosing different forms of copyleft Copyleft (the opposite of copyright) goes hand in hand with free software and open source licences. Basically, it impacts us secondarily when developing software derivatives. We can classify it into two types of copyleft: - Strong copyleft: the ideal copyleft for people who are only in the business of using the software, the end users. For developers, creators of software derivatives are bound by the rules imposed by the software licence itself, such as retaining the same licence as the original software and not being able to appropriate the derivative in its entirety. This makes it difficult to integrate these derivatives into different software, especially with proprietary softwares. The most significant example for this type of copyleft would be the GNU GPL licence, created in 1989 and with its other versions that came later, with their own freedoms and rules within the strong copyleft. - Weak copyleft: as the name indicates, it i...