Difference between revisions of "IT-OS-Config-Tools"

From wiki.samerhijazi.net
Jump to navigation Jump to search
m (Samerhijazi moved page IT-OS-Admin-Tweaks to IT-OS-CFG-Tweaks without leaving a redirect)
m (Samerhijazi moved page IT-OS-CFG-Tweaks to IT-OS-Config-Tools without leaving a redirect)
(No difference)

Revision as of 15:05, 23 February 2022

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
---------------------------------------------------