- testovaci framework s decentnim popisem
- moznost poustet instalaci modulu (ne rpm ale modulu z boltronu) a nasledne testu
- moznost poustet ve vm, v kontejnerech, mezi vice vms
This file contains hidden or 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
#!/bin/bash | |
set -xu | |
sudo docker ps -a | grep -i Exited | while read id rest ; do sudo docker rm $id ; done | |
sudo docker images | grep none | while read a b id rest ; do sudo docker rmi $id ; done | |
sudo docker volume ls -qf dangling=true | while read id ; do sudo docker volume rm $id ; done |
This file contains hidden or 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
vim /etc/ssh/sshd_config | |
vi /etc/ssh/sshd_config | |
getenforce | |
vim /etc/selinux/config | |
vi /etc/selinux/config | |
sed '/^SELINUX=/ s/=.*/=disabled/' /etc/selinux/config | |
sed -i '/^SELINUX=/ s/=.*/=disabled/' /etc/selinux/config | |
yum updae | |
yum update | |
.%%...%%..%%%%%%..%%%%%....%%%%....%%%%.. |
OlderNewer