Skip to content

Instantly share code, notes, and snippets.

View pavan71198's full-sized avatar

Pavan Kumar pavan71198

  • Hyderabad, India
View GitHub Profile
@pavan71198
pavan71198 / bumblebee-install.md
Last active May 22, 2023 20:47
Installing Bumblebee + Nvidia drivers + Nvidia CUDA Toolkit in Ubuntu 18.04 LTS

Installing and setting up Bumblebee + Nvidia drivers + Nvidia Cuda Toolkit in Ubuntu 18.04 LTS

  1. Install bumblebee and nvidia-drivers using this command

    sudo apt install nvidia-driver-390 bumblebee-nvidia
    
  2. Select Intel as your primary display driver

@subfuzion
subfuzion / curl.md
Last active May 6, 2024 09:53
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.