Skip to content

Instantly share code, notes, and snippets.

View bitcode's full-sized avatar
👨‍💻
instagram @bitcode_

Marc bitcode

👨‍💻
instagram @bitcode_
  • Reality
View GitHub Profile
@bitcode
bitcode / nordvpn-cli.md
Last active December 3, 2025 21:19
NordVPN CLI Documentation

NordVPN Linux CLI: A Comprehensive Command Reference

I. Introduction

The NordVPN client for Linux provides a robust command-line interface (CLI) that allows users to manage their VPN connections, configure settings, and access various features offered by NordVPN directly from the terminal. This document serves as an extensive guide to the NordVPN Linux CLI, detailing its commands, options, flags, and functionalities. The information is compiled from official NordVPN documentation and related resources, aiming to provide a thorough reference for both novice and advanced users.

The CLI enables users to select server locations, or allow the application to automatically choose the optimal server. It also offers customization of connection parameters, such as protocol selection (e.g., NordLynx, OpenVPN) and security features like the Kill Switch. The application interacts with several system components, including network interfaces via tuntap, firewall rules via iptables, routing via iproute2, and DNS

@bitcode
bitcode / settings.json
Created December 24, 2024 15:08
Zed Editor Settings
{
"buffer_font_family": "JetBrainsMono Nerd Font",
"buffer_font_size": 14,
"ui_font_family": "JetBrainsMono Nerd Font",
"ui_font_size": 14,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Gruvbox Dark Hard"
},
@bitcode
bitcode / opencv_cuda_support_installation.sh
Created July 19, 2024 03:42
Opencv Cuda Support Installation
# Prerequisites:
# 1. Ensure you have the latest NVIDIA drivers installed
# 2. Install CUDA toolkit from the official NVIDIA site
# 3. Install cuDNN (NVIDIA CUDA Deep Neural Network library)
# Update and upgrade the system
sudo apt update && sudo apt upgrade -y
# Install dependencies
sudo apt install -y build-essential cmake git pkg-config libgtk-3-dev \
"server": "live-server --host=127.0.0.1 --port=8080 --entry-file=index.html"
"server": "live-server --host=127.0.0.1 --port=8080 --entry-file=index.html"