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

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 supported. This note will be visible to only 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 29 9

  2. RouterSwitchCommands RouterSwitchCommands Public

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

    20

  3. victrix victrix Public

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

    Shell 14

  4. nerve nerve Public

    🔴 Docker Packages

    Dockerfile 16

  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. /deb/systemd/system/linuxService.ser... /deb/systemd/system/linuxService.service
    1
    [Unit]
    2
    Description=LinuxService
    3
    After=network.target
    4
    [Service]
    5
    Type=simple