# 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]
sudo lshw -C display -short # list GPU info
lspci -v | more # dumps a tonne of stuff!
sudo lspci # list PCI devices
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) ...