Skip to content

Instantly share code, notes, and snippets.

@warlock90000
warlock90000 / For Mac 4.2.6 unlimited trial.md
Created March 7, 2022 08:14 — forked from rise-worlds/For Mac 4.2.6 unlimited trial.md
Beyond Compare 4 license for Windows, Mac, Linux

for 4.2.4 or higher,4.2.5,4.2.6,4.3.7,it's works , this is the way which makes Always in evaluation mode 。

  1. open Terminal, go to the dir : cd /Applications/Beyond Compare.app/Contents/MacOS
  2. change the name BCompare to BCompare.bak: mv BCompare BCompare.bak
  3. touch a file name BCompare , and chmod a+u BCompare : touch BCompare && chmod a+u BCompare
  4. open BCompare with text editor, insert the script :
#!/bin/bash
rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat"
"`dirname "$0"`"/BCompare.bak $@

STEPS

  • Click on Help menu

  • Select Enter License

  • Then paste given KEY given at bottom

  • Finally click on Use License

I use the first
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04
@warlock90000
warlock90000 / fix-infinality.md
Created September 16, 2017 09:19 — forked from cryzed/fix-infinality.md
A set of instructions on how to fix the harfbuzz + Infinality issue and restoring good-looking, Infinality-like font rendering.

Disclaimer: Please follow this guide being aware of the fact that I'm not an expert regarding the things outlined below, however I made my best attempt. A few people in IRC confirmed it worked for them and the results looked acceptable.

Attention: After following all the steps run gdk-pixbuf-query-loaders --update-cache as root, this prevents various gdk-related bugs that have been reported in the last few hours. Symptoms are varied, and for Cinnamon the DE fails to start entirely while for XFCE the icon theme seemingly can't be changed anymore etc.

Check the gist's comments for any further tips and instructions, especially if you are running into problems!

Screenshots

Results after following the guide as of 11.01.2017 13:08:

@warlock90000
warlock90000 / toNine.sh
Created August 8, 2017 18:11 — forked from fcep/toNine.sh
Script to install Gallium-Nine on Arch Linux using well supported AUR packages
set -e
export LANG=C
yes | yaourt -G pacs {lib32-,}mesa-git wine-d3dadapter-git xorg-server-git xf86-input-evdev-git xf86-input-synaptics-git xf86-video-nouveau
#pacman -S mesa-git/llvm-svn mesa-git/lib32-llvm-svn
sed -i "s@./autogen.sh@./autogen.sh --enable-nine@g" *mesa*/PKGBUILD
for i in xorg-server-git xf86*; do