I’m using Ansible for some time. Great tool! Now for some example; allow user to use sudo. Many tasks samples look’s like this (tabs/spaces cut by dummy WP editor! sorry!): – name: Ensuring that wheel[…]
Kategoria: Linux
some of my Linux adventures
logrotate on desktop
Have you ever wondered about stuffed log files generated by your desktop apps? No? Me eiter. Let’s check it out by simple way. Try to find all files that ends with „log” and are bigger[…]
OwnCloud: disable maintenance mode
Po aktualizacji paczek OwnCloud na jednej z Debianowych maszyn, pojawił się komunikat: This ownCloud instance is currently in maintenance mode, which may take a while. Aby wyłączyć tryb konserwacji, należy: #/bin/bash cd /var/www/owncloud/ sudo -u[…]
low entropy in qemu vps?
If you have a qemu VM, there maybe a little less entropy inside. How to deal with it? In Debian: # apt-get install rng-tools and: # echo ‚HRNGDEVICE=/dev/urandom’ >> /etc/default/rng-tools # systemctl restart rng-tools
Proxmox, LVM i ext4 w jednym stali Debianie
Krótka ku pamięci historia: Był sobie Proxmox, co napędzał Debiany. Był LVM, co przestrzeni zapewniał zmiany. Jak ich pogodzić by w zgodzie żyli? Oto krótki opis, więc słuchajcie mili… W Proxmox zwiększamy wielkość pliku (wybrałem[…]