*nix hacks
A log of what I've been doing with various unix systems
Wednesday, October 25, 2017
ansible debugging new tasks
›
When adding new tasks to ansible playbook it's handy do bind them between the following other two tasks to make debugging simpler. - na...
Saturday, July 2, 2016
Fedora 24 Gnome Shell Window Size
›
To make the default title bar smaller in Gnome 3.20 on Fedora 24 create the following file and restart with "killall -3 gnome-shell...
Thursday, June 16, 2016
Fix all the permissions uid/gid
›
To reset UID/GID on all files: # for i in $(rpm -qa); do rpm --setugids $i; done To reset permissions on all files: # for i in $(rpm -qa); ...
Wednesday, June 1, 2016
gnome-shell super maximize
›
Ctrl-Alt-Enter This is a two way toggle. Type it once to "super maximize". Type it again to un-"super maximize". In gn...
Monday, May 9, 2016
synergy dekstop sharing
›
I bought access to Synergy from the company supporting it because I've been using it for years and they deserve a few bucks. I use EPEL...
›
Home
View web version