Este repositorio está basado en los apuntes personales del creador Andrés Ruslan Abadías Otal (15/07/2022). LinuxCommands es un repositorio público que sirve como apoyo a todos los adminsitradores de sistemas Junior y Senior que busquen repasar apuntes rápidos.
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 ├── 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_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