Difference between revisions of "CentOS"

From Got Opinion Wiki
Jump to navigation Jump to search
m
m (added cli commands section)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Installation of OTRS 3.x on CentOS 5.5]]
[[My RHEL Notes]]


[http://dev.antoinesolutions.com/mysql Install mysql] on CentOS
[http://www.redhat.com/support/resources/faqs/RH-apache-FAQ/book1.html Apache on RHEL] Knowledgebase


[http://www.howtoforge.com/otrs_centos4.4 Install OTRS] on CentOS 4.4
[http://www.redhat.com/support/resources/faqs/RH-apache-FAQ/c163.html Apache SSL on RHEL] Knowledgebase


[http://library.linode.com/web-servers/apache/installation/centos-5 Install Apache on CentOS]
[http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/System_Administration_Guide/Automated_Tasks.html RHEL  crontab]


Install Apache::DBI
== CLI commands ==
<pre>perl -MCPAN -e shell
o conf prerequisites_policy ask
install Apache::DBI</pre>


[http://wiki.centos.org/HowTos/Network/IPTables IPTables HowTo]
Create user with sudo permissions


[http://fedoraproject.org/wiki/EPEL EPEL] Extra Packages for Enterprise Linux is a volunteer-based community effort from the Fedora project to create a repository of high-quality add-on packages for [http://www.redhat.com/rhel/ Red Hat Enterprise Linux (RHEL)] and its compatible spinoffs such as CentOS or Scientific Linux. Fedora is the upstream of RHEL and add-on packages for EPEL are primarily sourced from the Fedora repository and built against RHEL.
<code># adduser username</code>


Install EPEL on CentOS:
Configure username's password
<pre>[root@orca epel]# yum localinstall --nogpgcheck /home/nobody/downloads/epel/epel-release-5-3.noarch.rpm</pre>


[http://www.cyberciti.biz/tips/rhel5-fedora-core-add-new-yum-repository.html Howto]: Add a new yum repository to install software under CentOS / Redhat Linux
<code># passwd username</code>
 
Add user to wheel group
 
<code># usermod -aG wheel username</code>
 
== Installation ==
 
< removed old stuff >


<center>[[Linux|To Linux]]</center>
<center>[[Linux|To Linux]]</center>

Latest revision as of 10:07, 25 March 2019

My RHEL Notes

Apache on RHEL Knowledgebase

Apache SSL on RHEL Knowledgebase

RHEL crontab

CLI commands

Create user with sudo permissions

# adduser username

Configure username's password

# passwd username

Add user to wheel group

# usermod -aG wheel username

Installation

< removed old stuff >

To Linux