|
|
Line 7: |
Line 7: |
| [http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/System_Administration_Guide/Automated_Tasks.html RHEL crontab] | | [http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/System_Administration_Guide/Automated_Tasks.html RHEL crontab] |
|
| |
|
| [[Installation of OTRS 3.x on CentOS 5.5]]
| | == CLI commands == |
|
| |
|
| [http://dev.antoinesolutions.com/mysql Install mysql] on CentOS
| | Create user with sudo permissions |
|
| |
|
| [http://www.howtoforge.com/otrs_centos4.4 Install OTRS] on CentOS 4.4
| | <code># adduser username</code> |
|
| |
|
| [http://library.linode.com/web-servers/apache/installation/centos-5 Install Apache on CentOS]
| | Configure username's password |
|
| |
|
| Install Apache::DBI
| | <code># passwd username</code> |
| <pre>perl -MCPAN -e shell | |
| o conf prerequisites_policy ask
| |
| install Apache::DBI</pre>
| |
|
| |
|
| [http://wiki.centos.org/HowTos/Network/IPTables IPTables HowTo]
| | Add user to wheel group |
|
| |
|
| [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># usermod -aG wheel username</code> |
|
| |
|
| Install EPEL on CentOS:
| | == Installation == |
| <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
| | < removed old stuff > |
| | |
| [https://www.slothparadise.com/mount-usb-flash-drive-centos-7/ Mount USB Flash Drive CentOS 7]
| |
|
| |
|
| <center>[[Linux|To Linux]]</center> | | <center>[[Linux|To Linux]]</center> |
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