brew install mitmproxy
mitmproxy --mode upstream:https://host:port --upstream-auth=user:password
mv -v ~/Library/Application\ Support/.lpxuserdata ~/.Trash |
Understand the Task: Grasp the main objective, goals, requirements, constraints, and expected output. | |
- Minimal Changes: If an existing prompt is provided, improve it only if it's simple. For complex prompts, enhance clarity and add missing elements without altering the original structure. | |
- Reasoning Before Conclusions: Encourage reasoning steps before any conclusions are reached. ATTENTION! If the user provides examples where the reasoning happens afterward, REVERSE the order! NEVER START EXAMPLES WITH CONCLUSIONS! | |
- Reasoning Order: Call out reasoning portions of the prompt and conclusion parts (specific fields by name). For each, determine the ORDER in which this is done, and whether it needs to be reversed. | |
- Conclusion, classifications, or results should ALWAYS appear last. | |
- Examples: Include high-quality examples if helpful, using placeholders [in brackets] for complex elements. | |
- What kinds of examples may need to be included, how many, and whether they are complex enough to benefit from p |
https://github.com/anaconda/nb_conda_kernels | |
## Create the virtual environment | |
conda create -n 'environment_name' python=3.9 | |
## Activate the virtual environment | |
conda activate 'environment_name' | |
## Make sure that ipykernel is installed | |
pip install --user ipykernel |
#!/bin/bash | |
SUPERSET_DIR=~/superset | |
sudo apt-get update -y # update package | |
sudo apt-get install build-essential libssl-dev libffi-dev python-pip libsasl2-dev libldap2-dev default-libmysqlclient-dev -y # install package | |
sudo apt-get install python3-pip python3.10-venv -y # install package | |
[ ! -d $SUPERSET_DIR ] && mkdir $SUPERSET_DIR |
#!/bin/bash | |
### steps #### | |
# verify the system has a cuda-capable gpu | |
# download and install the nvidia cuda toolkit and cudnn | |
# setup environmental variables | |
# verify the installation | |
### | |
### to verify your gpu is cuda enable check |
adb
is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
Don't hesitate to read comments, there is useful tips, thanks guys for this !
Requirement: We assume that have macOS or Linux. Windows is not supported.
Run the bash script script.sh
(e.g., type bash script.sh
). It will install nvm
and bun
in your user account, if needed.
The benchmark simply reads the current README.md file, as quickly as possible.
Create a template service file at /etc/systemd/system/[email protected]
. The template parameter will correspond to the name
of target host:
[Unit]
Description=Setup a secure tunnel to %I
After=network.target