LINUX: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
(→Time) |
||
(18 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 57: | Linha 57: | ||
</pre> | </pre> | ||
=CLOUD= | |||
==AZURE== | |||
*[[Azure Key Vault|Key Vault]] | |||
*[[ACR Data|ACR Data]] | |||
=Desktop= | |||
*[[Disable Animations|Disable Animations]] | |||
*[[Disable Desktop environment|Disable Desktop environment]] | |||
=Disk= | =Disk= | ||
Linha 64: | Linha 73: | ||
*[[IO Monitor|IO Monitor]] | *[[IO Monitor|IO Monitor]] | ||
*[[BURN OPTICAL MEDIA|BURN OPTICAL MEDIA]] | *[[BURN OPTICAL MEDIA|BURN OPTICAL MEDIA]] | ||
=Excel= | =Excel= | ||
*[[Expand sheet row|Expand sheet row]] | *[[Expand sheet row|Expand sheet row]] | ||
=FileSystem / Diretório= | =FileSystem / Diretório= | ||
*[[Dir Stat to CSV|Dir Stat to CSV(Windows)]] | |||
*[[Get Deleted File | Get Deleted File in Use]] | |||
*[[Tamanho de arquivo|Tamanho de arquivo]] | *[[Tamanho de arquivo|Tamanho de arquivo]] | ||
*[[Tamanho dos diretórios|Tamanho dos diretórios]] | *[[Tamanho dos diretórios|Tamanho dos diretórios]] | ||
Linha 76: | Linha 88: | ||
*[[TrocaID|TrocaID]] | *[[TrocaID|TrocaID]] | ||
*[[Convert File|Convert File]] | *[[Convert File|Convert File]] | ||
*[[vim|vim]] | |||
=GraphViz= | =GraphViz= | ||
Linha 86: | Linha 99: | ||
=Inventory= | =Inventory= | ||
*[[Sockets vs Process|Sockets vs Process]] | *[[Sockets vs Process|Sockets vs Process]] | ||
=JSON= | |||
*[[JQ|JQ]] | |||
=Kernel= | =Kernel= | ||
Linha 121: | Linha 135: | ||
*[[PROC_TCP|PROC_TCP]] | *[[PROC_TCP|PROC_TCP]] | ||
*[[TC|TC]] | *[[TC|TC]] | ||
*[[ufw|ufw]] | |||
*[[nmap|nmap]] | *[[nmap|nmap]] | ||
==VRRP== | ==VRRP== | ||
*[[KeepAlive|KeepAlive]] | *[[KeepAlive|KeepAlive]] | ||
=[[Package Manager|Package Manager]]= | |||
=Processos= | =Processos= | ||
[[Monitor de Threads|Monitor de Threads]] | [[Monitor de Threads|Monitor de Threads]] | ||
=Security= | =Security= | ||
*[[OpenSSL|OpenSSL]] | *[[OpenSSL|OpenSSL]] | ||
Linha 134: | Linha 151: | ||
*[[Password Generator|Password Generator]] | *[[Password Generator|Password Generator]] | ||
*[[InSecurity|InSecurity]] | *[[InSecurity|InSecurity]] | ||
*[[Stunnel|Stunnel]] | |||
*[[Encrypt OS Disk|Encrypt OS Disk]] | |||
*[[Encrypt File|Encrypt File]] | |||
=Systemctl= | =Systemctl= | ||
*[[ | *[[Auto restart by log event|Auto restart by log event]] | ||
=Storage= | =Storage= | ||
*[[Get WWN|Get WWN]] | *[[Get WWN|Get WWN]] | ||
Linha 154: | Linha 175: | ||
=Time= | =Time= | ||
*[[TZDATA|TZDATA]] | *[[TZDATA|TZDATA]] | ||
*[[DATE Linux|DATE]] | |||
=[[Linux Tools|Tools]]= | =[[Linux Tools|Tools]]= | ||
*[[CURL|CURL]] | |||
=Version Control= | =Version Control= |
Edição atual tal como às 20h26min de 16 de janeiro de 2025
Automation
Backup
Boot/Instalation
Kickstart
Docs
Example
- Password generation
# mkpasswd -m sha-512 -S saltsalt -s <<< changeme
$6$saltsalt$XfDjcODbNwh18F961gnY3h57N.LVD8n2SQ1Me6kjP7kHT6Gw.3k62XiIDH0H5JIpBtLyKwQqeisy0oi3As7q3.
- Kickstart routine
lang en_US keyboard br-abnt2 timezone America/Sao_Paulo --isUtc rootpw $6$saltsalt$XfDjcODbNwh18F961gnY3h57N.LVD8n2SQ1Me6kjP7kHT6Gw.3k62XiIDH0H5JIpBtLyKwQqeisy0oi3As7q3. --iscrypted #platform x86, AMD64, or Intel EM64T reboot text cdrom bootloader --location=partition --append="rhgb quiet crashkernel=auto" zerombr clearpart --all --initlabel volgroup linux --pesize=4096 pv.0 part pv.0 --fstype=lvmpv --ondisk=sda --size=35840 logvol /boot --vgname=linux --name=boot --fstype=vfat --size=1024 logvol / --vgname=linux --name=root --fstype=ext4 --size=12228 logvol /home --vgname=linux --name=home --fstype=ext4 --size=2048 logvol swap --vgname=linux --name=swap --fstype=swap --size=8192 logvol /var --vgname=linux --name=var --fstype=ext4 --size=5120 logvol /tmp --vgname=linux --name=tmp --fstype=ext4 --size=5120 network --device=enps162 --bootproto=static --ip=10.0.0.10 --netmask=255.255.248.0 --gateway=10.0.0.1 --nameserver=10.0.0.5 auth --passalgo=sha512 --useshadow selinux --permissive firewall --enabled --ssh firstboot --disable %post echo End of installation echo End of installation %end %packages @base %end
CLOUD
AZURE
Desktop
Disk
Excel
FileSystem / Diretório
- Dir Stat to CSV(Windows)
- Get Deleted File in Use
- Tamanho de arquivo
- Tamanho dos diretórios
- Root PV resize
File
GraphViz
HAPROXY
Inventory
JSON
Kernel
LOG
Links
Memory
Monitor
ZABBIX
Network
- DHCLIENT.CONF
- IP Comando
- Filtro de origem TCPDUMP
- Coleta em loop com TCPDUMP para wireshark
- DELL RACADM COLLECT
- Iptables Firewall
- Copy Methods
- WGET
- PROC_TCP
- TC
- ufw
- nmap
VRRP
Package Manager
Processos
Security
- OpenSSL
- Ssh-Keygen
- KEEPASS
- Password Enforcing
- Password Generator
- InSecurity
- Stunnel
- Encrypt OS Disk
- Encrypt File
Systemctl
Storage
SHELL
BASH
Internal
External
- Bash One-Liners Explained, Part I: Working with files
- Bash One-Liners Explained, Part II: Working with strings
- Shell Parameter Expansion