-
Another site move
Aegea is a terrible blog platform, I hate it. No plugins, no security concepts, updating is a pain in the ass. So I need to move my blog yet another time as I’d done it in 2015. Maybe this time the blog would be more alive. I need ensure that all old URLs would be…
-
Windows 10: delete useless keyboard layout
Sometimes for some strange reason Windows 10 adds extra keyboard layout after reboot. In my case it’s always UK that terribly frustrates me when I need @ or “, some users report that it’s DE. You cannot delete this layout normally from anywhere in the interface. Fortunately, there is a way to fix this with…
-
Get top LDAP leafs
/usr/bin/ldapsearch -H ldaps://localhost -W -b “dc=example,dc=com” “(objectclass=*)” -LL -W -D “cn=Manager” -s one
-
Search for a package in Fedora Silverblue
sudo podman run –rm fedora:30 dnf search Okay
-
Extract PEM certificates and keys from a shared NSS DB
$ certutil -L -d . Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI FreeIPA CA CT,C,C $ certutil -L -d . -a -n ‘FreeIPA CA’ > freeipa.crt The PEM certificate should now be stored in free-ipa.crt. To extract the PEM key from key3.db use certutil, pk12util and openssl. $ certutil -K -d . -a $ pk12util -o keys.p12…
-
Схороню текстик
ВСЯ ПРАВДА О ДЕМОСЕ… ИЗ “ПЕРВЫХ РУК” С КОММЕНТАРИЯМИ УЧАСТНИКОВ СОБЫТИЙ Десятилетию Демоса посвящается Я решил это написать, когда заметил, что жить осталось маловато (все мы под Богом), а информация, которая появляется, совсем далека от действительности… Началось все примерно в 1983 году. “Наши” люди сподобились вытащить Unix v7 прямо с VAXа Калифорнийского университета в Беркли…
-
Linux UX improvements
Fish as a shell. I like the fact that out of the box it does what it should do and what I configure in Bash. And I like abbreviations. ripgrep which is faster grep Bat which is a way better cat ??? lolcat!
-
List of bash tutorials
Just not to forget http://mywiki.wooledge.org/BashGuide/Arrays
Got any book recommendations?