Convert SSL certificate into PFX format
To convert SSL certficiate into PFX format, run openssl pkcs12 -export -out certificate.pfx -inkey private-key.key -in certificate.crt -certfile ca-certificate.crt Example for SSL…
To convert SSL certficiate into PFX format, run openssl pkcs12 -export -out certificate.pfx -inkey private-key.key -in certificate.crt -certfile ca-certificate.crt Example for SSL…
To assemble a software raid, run Auto assemble Get details about the raid
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…
To instal fuser on CentOS 7, run yum install psmisc -y To see which program use a port, run fuser 80/tcp To…
I wanted to unmount /home drive on a server. If any program is accessing the drive, you won’t be able to unmount…
Previous versions of Ubuntu had /etc/rc.local. that get executed after system boot. On Ubuntu 18.04, you can use systemd to start a…
When i try mount a HDD, i get error root@super ~ # mount /dev/sda1 /mnt mount: /mnt: unknown filesystem type ‘linux_raid_member’. root@super…
nmap can be used to get list of all devices on your network. To scan IP range 192.168.1.1 to 192.168.1.255, run nmap…
Matomo is an alternative to Google Analytics. https://matomo.org http://www.openwebanalytics.com https://plausible.io/ – Open source github
My FTTH ONU have remote logging option, this allowes me to log to a remote server running rsyslog. On model, i set…