Skip to content

Instantly share code, notes, and snippets.

@SydoxX
SydoxX / forti-fix.sh
Last active February 19, 2024 12:51
Fixes Forticlient 7.0.7
#!/bin/bash
# version 2 thanks to @dhx-mike-palandra
echo "Creating /etc/NetworkManager/conf.d/99-forticlient.conf..."
sudo cat > /etc/NetworkManager/conf.d/99-forticlient.conf << 'EOF'
[keyfile]
unmanaged-devices=interface-name:~vpn*,type:tun
EOF
if [ $? -eq 0 ]

Keybase proof

I hereby claim:

  • I am SydoxX on github.
  • I am sydoxx (https://keybase.io/sydoxx) on keybase.
  • I have a public key whose fingerprint is B7B3 726A 929E 5C02 605C 5588 4092 0424 4512 2066

To claim this, I am signing this object:

@SydoxX
SydoxX / simpleteleporter.js
Last active March 11, 2016 09:58
A simple teleporter script for High Fidelity(https://highfidelity.com/)
/* Simple Teleporter Version 0.2
2014 by Konstantin @High Fidelity
####ATTENTION####
This script is broken and will probably never work with HiFi again.
*/
var ignoreteleporters = false;
function createMenu()
{
Menu.addMenu("Teleporter");