Skip to content

Instantly share code, notes, and snippets.

View FernandoLoureiroDeAraujo's full-sized avatar

FernandoLoureiroDeAraujo

  • Brasília
View GitHub Profile
@FernandoLoureiroDeAraujo
FernandoLoureiroDeAraujo / configure-checkpoint-vpn-archlinux.md
Last active June 3, 2024 17:29
Configure CheckPoint VPN ArchLinux

Configure CheckPoint VPN ArchLinux

First install this packages:

Yes they have to be 32bits, this is important.

sudo pacman -Sy lib32-pam lib32-libx11 lib32-gcc-libs lib32-nss nss

Then install this package from AUR:

<plugin>
<groupId>com.github.wvengen</groupId>
<artifactId>proguard-maven-plugin</artifactId>
<version>2.4.0</version>
<executions>
<execution>
<phase>package</phase>
<goals><goal>proguard</goal></goals>
</execution>
</executions>