Linux
CentOS 7.0, the first version of the new era, is here
CentOS 7.0 is now available to everyone. This is the first version released since it was integrated with Red Hat, and with the new policy, the release was one month apart from Red Hat 7.0. This release, formally named CentOS-7.0-1406, will have a support period of 10 years (until ...
Basic commands for SSH
The simplest ... What is SSH? You will find a very clear explanation and something else by following this link. But in summary, it is a way in which you manage your remote server in a fast and secure way, although… it is not as easy to use as an FTP. The difficulty is that this is a non-visual system, ...
How to install RVSiteBuilder from command line (Linux)
1 ssh to the server as root and run # / Usr / local / cpanel / scripts / makecpphp (Don't fill this if your server doesn't have makecpphp) run 2. download the installer using the following command: #cd / usr / local / cpanel / whostmgr / docroot / cgi / #rm-rf / usr /…
Backup Mysql Databases on Linux
Bueno aqui esta un ejemplo practico de como respaldar todas sus bases de datos de forma rapido Explicacion de comando “USUARIO” == Usuario dado de alta en mysql puede ser root o aquel que tenga permisos “CONTRASEÑA” == Contraseña del usuario “–all-databases” == Le indicamos las bases de datos a respaldar (con esto respalda …
How to configure and use Sudo on Linux
Introduction. Sudo is a system tool that allows users to execute commands as superuser or another user according to how it is specified in the / etc / sudoers file, where it is determined who is authorized. The actual and effective user and group identity numbers (UID and GID) are set to equal ...
How to configure a DHCP server on a LAN in Linux
Introduction. DHCP (acronym for Dynamic Host Configuration Protocol which translates to Dynamic Server Configuration Protocol) is a protocol that allows individual devices on a network of IP addresses to obtain their own network configuration information (IP address; subnet mask, gateway, etc.) from a DHCP server. Its main purpose is to do ...