Linux

List SSH keys

To list all SSH keys used by ssh agent on your system, run ssh-add -l Example To add all available ssh keys…

awk

cut How to cut lines separated by multiple spaces? How to get list of User-Agent from access log To list all kernels…

Install Skype on Ubuntu

Skype public key is not available To install Skype on Ubuntu 20.04 (this work with other Ubuntu/Debian versions), run curl https://repo.skype.com/data/SKYPE-GPG-KEY |…

bluetooth

To list bluetooth devices on Ubuntu, run hcitool dev To list usb devices, run boby@sok-01:~$ lsusb Bus 006 Device 001: ID 1d6b:0003…

fuser

To instal fuser on CentOS 7, run yum install psmisc -y To see which program use a port, run fuser 80/tcp To…