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

Organizations

@nisaorg @nisadir

Block or report Nisamov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
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 30 10

  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

    🔴 Pruebas

    Shell 24 7

  4. victrix victrix Public

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

    Shell 14

  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