Skip to content
View nisamov's full-sized avatar
🌐
/var/www/hikarune.online
🌐
/var/www/hikarune.online

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. linuxcore linuxcore Public

    🟠 Linux Core | Un repositorio creado con la simple finalidad de aprender sin depender de tutoriales genéricos, cursos de pago o fuentes poco seguras.

    Shell 2

  2. LinuxCommands LinuxCommands Public

    🔵 Linux Commands | Un repositorio sobre comandos, herramientas y procesos de Linux

    Shell 28 9

  3. RouterSwitchCommands RouterSwitchCommands Public

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

    19

  4. victrix victrix Public

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

    Shell 13

  5. 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;
  6. Configuración nftables en entorno de... Configuración nftables en entorno de producción con Doker.
    1
    #!/usr/sbin/nft -f
    2
    # Archivo: /etc/nftables.conf
    3
    flush ruleset
    4
    table inet filter {
    5
        # TRÁFICO HACIA LA MÁQUINA