Skip to content

Instantly share code, notes, and snippets.

View cinlloc's full-sized avatar

Clément Collin cinlloc

View GitHub Profile
password
123456
12345678
1234
qwerty
12345
dragon
pussy
baseball
football
@cinlloc
cinlloc / install-p4v.sh
Last active June 23, 2020 12:47 — forked from crmaxx/install.log
Installing and configuring P4Merge for Git on Ubuntu
#!/bin/bash
# Install p4merge 20.1 on Ubuntu as Git merge tool
cd ~/Downloads
wget https://cdist2.perforce.com/perforce/r20.1/bin.linux26x86_64/p4v.tgz
tar zxvf p4v.tgz
sudo mkdir /opt/p4v
cd p4v-2020.1.1966006
sudo mv * /opt/p4v
sudo ln -s /opt/p4v/bin/p4merge /usr/local/bin/p4merge