Este repositorio está basado en los apuntes personales del creador Andrés Ruslan Abadías Otal (15/07/2022).
Linux Commands es un repositorio concebido para todas aquellas personas que desean aprender a realizar distintos servicios en sistemas Linux, así como para quienes buscan información detallada y específica sobre los contenidos disponibles en el propio repositorio.
El formato de comandos establecido en ficheros commands.md, está basado en el documento original Documento de Origen.txt.
LinuxCommands
├── CONTRIBUTING.md
├── INFO.md
├── KEYWORD.md
├── LICENSE
├── README.md
├── SECURITY.md
├── access_control_lists
│ ├── commands.md
│ └── theory.md
├── backup_rsync
│ ├── commands.md
│ └── theory.md
├── combination_keys
│ └── combination.md
├── cron_tasks
│ ├── commands.md
│ └── theory.md
├── data_dump
│ ├── commands.md
│ └── theory.md
├── document_gestion
│ ├── commands.md
│ ├── compression.md
│ ├── main.md
│ └── theory.md
├── firewall_ufw
│ ├── commands.md
│ └── theory.md
├── iptables
│ ├── command-list.md
│ ├── commands.md
│ └── theory.md
├── permission_gestion
│ ├── permissions.md
│ └── theory.md
├── scripts
│ └── bash
│ ├── scripts_ejemplo
│ │ ├── echo.sh
│ │ └── for.sh
│ └── theory.md
├── secure_channel
│ ├── secure_channel_ftp
│ │ ├── commands.md
│ │ └── theory.md
│ └── secure_channel_ssh
│ ├── commands.md
│ └── theory.md
├── security
│ ├── audit.md
│ ├── backup
│ │ ├── commands.md
│ │ └── theory.md
│ ├── raid
│ │ ├── mount.md
│ │ └── test.sh
│ └── theory.md
├── services
│ ├── commands.md
│ └── theory.md
├── software_gestion
│ └── commands.md
├── system_data
│ ├── disk_partition
│ │ ├── commands.md
│ │ ├── theory.md
│ │ └── virtualdisk.md
│ ├── network_configuration
│ │ ├── commands.md
│ │ ├── dhcp_failover
│ │ │ ├── manual.md
│ │ │ ├── serv1&2_isc-dhcp-server
│ │ │ ├── serv1_01-network-manager-all.yaml
│ │ │ ├── serv1_dhcpd.conf
│ │ │ ├── serv2_01-network-manager-all.yaml
│ │ │ └── serv2_dhcpd.conf
│ │ ├── dhcp_samba
│ │ │ ├── smb.conf
│ │ │ └── theroy.md
│ │ ├── interfaces_net
│ │ │ ├── dynamic-network.conf
│ │ │ ├── static-network.conf
│ │ │ └── theory.md
│ │ ├── netplan_net
│ │ │ ├── dynamic-network.conf
│ │ │ ├── static-network.conf
│ │ │ └── theory.md
│ │ └── theory.md
│ ├── system_data
│ │ ├── packet_install_theory.md
│ │ └── system_code.md
│ └── system_structure
│ └── linux-structure.md
├── users_permissions
│ ├── system_users.md
│ └── user_gestion.md
└── virtual_private_network_openvpn
└── commands.md