Skip to content

Instantly share code, notes, and snippets.

@rkreich
rkreich / zscaller-ca-jetbrains.md
Last active June 17, 2024 08:26
Add Zscaller CA to JetBrains IDE on mac
  • Copy certificate from Mac's Keychain Access to Downloads folder
  • For WebStorm:
    • cd /Applications/WebStorm.app/Contents/jbr/Contents/Home/lib/security
  • For GoLand:
    • cd /Applications/GoLand.app/Contents/jbr/Contents/Home/lib/security
  • ../../bin/keytool -keystore cacerts -importcert -alias Zscaler -file ~/Downloads/Zscaler\ Root\ CA.cer
  • Password is changeit
  • Type yes
@rkreich
rkreich / kaltura-install-update-kmc.md
Last active June 15, 2016 12:24
Kaltura - Install / Update KMC Version

All KMC releases can be found on github @ https://github.com/kaltura/kmc/releases

  • SSH into your Kaltura CE installation
  • cd /opt/kaltura/web/flash/kmc
  • wget https://github.com/kaltura/kmc/releases/download/v5.39.3/v5.39.3.zip (replace 5.39.3 with the desired version)
  • unzip v5.39.3.zip (replace 5.39.3 with the desired version)
  • cd /opt/kaltura/web/flash/kmc/v5.39.3 (replace 5.39.3 with the desired version)
  • Install uiconfs required by KMC: php /opt/kaltura/app/deployment/uiconf/deploy_v2.php --ini=config.ini
  • Edit /opt/kaltura/app/configurations/base.ini