Skip to content

Instantly share code, notes, and snippets.

View redzumi's full-sized avatar
:electron:
BBK

Evgeny Bykovskikh redzumi

:electron:
BBK
  • Moscow, Russia
View GitHub Profile
@iambryancs
iambryancs / pyenv-wsl-ubuntu_22.04.md
Created May 31, 2023 10:31
Using Pyenv in WSL Ubuntu 22.04 LTS to install Python 3.8

Using Pyenv in WSL Ubuntu 22.04 LTS to install Python 3.8

Env

  • Windows 10
  • Ubuntu 22.04 WSL
  • zsh

Requirements

  • git
@ilkayisik
ilkayisik / conda_env_share
Last active August 31, 2024 00:38
Sharing a conda environment
# Exporting the environment.yml file
# Activate the environment to export:
conda activate myenv
# go to the directory where you want the newly created .yml file to be
cd /Users/ilkayisik/Desktop/
# Export your active environment to a new file
conda env export > environment.yml
@bubenkoff
bubenkoff / checkpoint.sh
Last active July 24, 2024 07:45
Endpoint Security VPN FULL start/stop script for Mac OS X
#!/bin/bash
#
# The reason of creating this script is that Endpoint Security VPN installs it's own application firewall kext cpfw.kext
# which prevents for example PPTP connections from this computer, which is not appropriate if you need subj connection just
# from time to time
#
# Usage: ./checkpoint.sh
#
# The script checks if Enpoint Security VPN is running. If it is, then it shuts it down, if it is not, it fires it up.
# Or, make an Automator action and paste the script.