Skip to content

Instantly share code, notes, and snippets.

View vredchenko's full-sized avatar

Val Redchenko vredchenko

View GitHub Profile
@vredchenko
vredchenko / nvidia-gpu-linux-driver-switching-guide.md
Created July 29, 2025 16:48
NVIDIA GPU Linux driver switching guide

NVIDIA GPU Linux Driver Switching Guide

Overview

This guide covers switching between NVIDIA's proprietary driver and the open-source Nouveau driver on Ubuntu/Debian-based systems.

Driver Types

Proprietary NVIDIA Driver

  • Pros: Best performance, CUDA support, full feature set, power management
@vredchenko
vredchenko / dell-D6000-dock-ubuntu.md
Created July 29, 2025 15:54 — forked from noahp/dell-D6000-dock-ubuntu.md
Dell Universal Dock D6000 on ubuntu
@vredchenko
vredchenko / ssh-cheatsheet.md
Created January 13, 2025 22:55
SSH related
# SSH using password-based auth:
ssh [email protected] -o PreferredAuthentications=password -o PubkeyAuthentication=no -p 2224

# SSH specifying key explicitly
ssh -i /path/to/id_rsa [email protected]
@vredchenko
vredchenko / linux-system-info-cheetsheet.md
Last active November 6, 2024 20:16
Linux GPU info cheetsheet
@vredchenko
vredchenko / installing-forticlientvpn-v7.0-on-ubuntu24.md
Last active November 20, 2024 10:59
Workaround for installing FortiClient VPN on Ubuntu 24.04

Workaround for installing FortiClient7.0 VPN on Ubuntu 24.04

On Ubuntu 24.04, installing FortiClient VPN v7.0 from a downloaded deb package errors due to unsatisfied dependencies:

sudo dpkg -i ./forticlient_vpn_7.0.9.0322_amd64.deb
Selecting previously unselected package forticlient.
(Reading database ... 203312 files and directories currently installed.)
Preparing to unpack .../forticlient_vpn_7.0.9.0322_amd64.deb ...
Unpacking forticlient (7.0.9.0322) ...