This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# instalação limpa | |
yum update | |
yum remove kernel* kernel-uek* | |
yum install -y policycoreutils-python openssh-server perl wget screen | |
systemctl enable --now postfix | |
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash | |
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash | |
systemctl disable firewalld | |
systemctl stop firewalld |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# glpi_backup instruções | |
Administração de backup GPLI | |
Script que cria e gera backup full e lite do glpi | |
#copiar arquivos | |
copiar para /usr/local/bin | |
chmod +x backup_glpi2.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Linux permissions exercise | |
## Step 0: Create an example directory hierarchy | |
``` | |
/srv | |
└── telekom | |
├── bin | |
├── gigabit | |
│ ├── bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Driver logid não funcionou | |
Instalar Solaar. | |
sudo dnf install solaar | |
A instalação copia automaticamente a inicialização para: | |
/etc/xdg/autostart/solaar.desktop | |
Editar solaar.desktop, adicionado a linha abaixo: | |
Categories=Utility;GTK;Settings;X-Unity-Settings-Panel;HardwareSettings; |