> ## Documentation Index
> Fetch the complete documentation index at: https://docs.americ.io.vn/llms.txt
> Use this file to discover all available pages before exploring further.

# Snippets

> Some usefull snippets

#### Trial Reset `BCompare` in Linux

```shell theme={null}
# Install
sudo dpkg -i beyondcompare-*.deb
sudo apt-get -f install  # Fix dependencies if needed

# Find location
dpkg -L bcompare
rpm -ql bcompare

# Edit file
sudo mv /usr/bin/bcompare /usr/bin/bcompare.real
sudo vim /usr/bin/bcompare

# Add these lines
#!/bin/sh
rm -rf /home/{{USER}}/.config/bcompare/registry.dat
bcompare.real $@
```
