Month: December 2019
-
GNOME add minimize maximize
I think I had a blog like this before. Apparently not. Adding minimize and maximize buttons to gnome (in kali for example, if you cannot update:) gsettings set org.gnome.desktop.wm.preferences button-layout ‘:minimize,maximize,close’
-
Linux run (ELF) binary without execute rights
/lib/ld-linux.so /bin/chmod +x /bin/chmod or find your own ld location
-
Linux perform action on file change (like recompile or re-render)
yum install inotify-tools while inotifywait page.html ; do weasyprint page.html page.pdf ; done