Skip to content

Instantly share code, notes, and snippets.

View vredchenko's full-sized avatar

Val Redchenko vredchenko

View GitHub Profile
@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) ...