Skip to content

Instantly share code, notes, and snippets.

View kostyrev's full-sized avatar
🇫🇷
Вы что, хотите чтобы было как в Париже?

Aleksandr Kostyrev kostyrev

🇫🇷
Вы что, хотите чтобы было как в Париже?
View GitHub Profile
tail -f access.log | pv -l -i10 -r >/dev/null
yum-complete-transaction --cleanup-only
rpm -qa --queryformat '%{SIZE} %{NAME} %{VENDOR}\n' | sort -n -r | head -10
tr ';' '\n' < list | sed 's/^ //g'
sed ':a;N;$!ba;s/\n/ /g'
journalctl _PID=1
echo -n "Max open files=soft:hard" > /proc/pid/limits
find . -type f -name "log*" -print0 | xargs -0 truncate -s 0
rpm -qR $(rpm -q --qf '%{name} ' --specfile *.spec | cut -d ' ' -f1)
- include: "{{ ansible_os_family }}".yml