Skip to content
View Nisamov's full-sized avatar
/usr/nisamov/documents/github/LinuxCommands
/usr/nisamov/documents/github/LinuxCommands

Organizations

@nisaorg @nisadir

Block or report Nisamov

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Nisamov/README.md

Imagen Titulo

Pinned Loading

  1. LinuxCommands LinuxCommands Public

    🔵 Linux Commands es un repositorio creado para servir como guía y apoyo a usuarios o administradores de sistemas Linux

    Shell 29 9

  2. RouterSwitchCommands RouterSwitchCommands Public

    🟢 RouterCommands es un repositorio creado para servir como guía y apoyo a administradores de redes

    20

  3. azazel azazel Public

    🔴Distribución Linux personal

    Shell 24 7

  4. victrix victrix Public

    🟡 Servicio dedicado para Debian | Paquete .deb y proceso de instalación.

    Shell 14

  5. SQL Example Database | Basic Databas... SQL Example Database | Basic Database Sample
    1
    create database if not exists projects;
    2
    use projects;
    3
    create table asimpleproject (
    4
     id int unsigned not null,
    5
     author varchar(15) not null,
  6. DHCP Failover Configuration | File 1... DHCP Failover Configuration | File 1 (this points another DHCP server to work with "192.168.1.3" at port "647" | Ubuntu Server Configuration
    1
    # File Location /etc/dhcp/dhcpd.conf
    2
    failover peer "dhcp-failover" {
    3
     primary;
    4
     address 192.168.1.2;
    5
     port 647;