IT-OS-Config-Tools
Revision as of 17:36, 4 January 2022 by Samerhijazi (talk | contribs) (Samerhijazi moved page IT-OS-Admin-Tweaks to IT-OS-CFG-Tweaks without leaving a redirect)
BCompare-Linux
Ref.:
sudo nano /usr/bin/bcompare --------------------------------------------------- /bin/bash -c "exec -a $0 $EXEC $ARGS > /dev/null 2>&1" $0 changed it to: /bin/bash -c "exec -a $0 $EXEC -style=cleanlooks $ARGS > /dev/null 2>&1" $0 ---------------------------------------------------