Archivo de la categoría: RHEL 4.3

How To Install Linux, Nginx, Mariadb 10.x, PHP (LEMP) stack On RHEL/CentOS 8

dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm on RHEL 8 it is required to also enable the codeready-builder-for-rhel-8-*-rpms repository since EPEL packages may depend on packages from it: subscription-manager repos –enable «codeready-builder-for-rhel-8-$(arch)-rpms» Installing MariaDB Server 10.4 o deploy MariaDB Community Server 10.4 on RHEL 8 or CentOS 8, first download and use the mariadb_repo_setup script to configure the MariaDB repositories for… Leer más: How To Install Linux, Nginx, Mariadb 10.x, PHP (LEMP) stack… »

Run Shoutcast server on boot

This works , unless you have the wrong binary ./sc_serv sc_serv.conf & (enter) From the directory where shoutcast sc_serv is located. You can have this binary anywhere on your OS and the configuration can also be anywhere. If these commands below do not work for you, there is something WRONG. Plain and simple. e.g. ./sc_serv_freebsd… Leer más: Run Shoutcast server on boot »

How do I change the system to boot into text mode (runlevel 3) instead of the graphical login (runlevel 5)?

Resolution:In order to change what runlevel the system boots to, modify the /etc/inittab file. This is a sample from the inittab file: # Default runlevel. The runlevels used by RHS are:#   0 – halt (Do NOT set initdefault to this)#   1 – Single user mode#   2 – Multiuser, without NFS (The same as 3, if… Leer más: How do I change the system to boot into text… »

Uso de Cron

para configurar cron desde una terminal ejecutas: crontab -e por default te abrira el crontab del usuario con vi para modificar el archivo con vi primero presiona a y despues escribe las ordenes que quieres ejecutar cuando termines presiona esc y luego ZZ (si zeta mayuscula dos veces para grabar el nuevo crontab) el crontab… Leer más: Uso de Cron »

Java y Azureus

Para instalar java lo bajamos de aquí se siguen las instrucciones lo único que hay que agregar es: 1ero Borrar el anterior java de /usr/bin/java rm /usr/bin/java Luego crear un enlace a java cd /usr/bin/java ln -s /usr/java/jre1.5.x_x/bin/java Despues en .bash_profile agregamos lo siguiente # .bash_profile # Get the aliases and functions if [ -f… Leer más: Java y Azureus »