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

From wiki.samerhijazi.net
Jump to navigation Jump to search
m (Samerhijazi moved page IT-OS-CFG-Tweaks to IT-OS-Config-Tools without leaving a redirect)
(BCompare-Linux)
Line 1: Line 1:
 +
=Mix CMD=
 +
<pre class="code">
 +
sudo ntfsfix /dev/sdaxx              ### Fix NTFS logs preventing from mount in RW.
 +
</pre>
 
=BCompare-Linux=
 
=BCompare-Linux=
 
Ref.:
 
Ref.:

Revision as of 10:14, 10 June 2022

Mix CMD

sudo ntfsfix /dev/sdaxx               ### Fix NTFS logs preventing from mount in RW.

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