Difference between revisions of "CentOS"

From Got Opinion Wiki
Jump to navigation Jump to search
m
m (added cli commands section)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
[http://www.howtoforge.com/otrs_centos4.4 Install OTRS on CentOS]
[[My RHEL Notes]]


[http://library.linode.com/web-servers/apache/installation/centos-5 Install Apache on CentOS]
[http://www.redhat.com/support/resources/faqs/RH-apache-FAQ/book1.html Apache on RHEL] Knowledgebase


Install Apache::DBI
[http://www.redhat.com/support/resources/faqs/RH-apache-FAQ/c163.html Apache SSL on RHEL] Knowledgebase


<pre>perl -MCPAN -e shell
[http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/System_Administration_Guide/Automated_Tasks.html RHEL  crontab]
o conf prerequisites_policy ask
install Apache::DBI</pre>


[http://wiki.centos.org/HowTos/Network/IPTables IPTables HowTo]
== CLI commands ==
 
Create user with sudo permissions
 
<code># adduser username</code>
 
Configure username's password
 
<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