Use the first to delete directories also second only files SkipĀ -exec and all after just to search so you dont delete the wrong stuff. find . -name NAME_TO_FIND -exec rm -rf {} \; OR find . -type f -nameĀ NAME_TO_FIND -exec rm -f {} \;
Create Wifi TLS connection with Ubuntu 18.04
Depends on how the wifi is configured you need to have access to CA server (windows in this case) Login for the user, for creating the certificate. Policy to allow export of private key. Steps: Download CA cert from server: https://server.com/certsrv Convert CA.CER to PEM openssl x509 -inform der -in ca.cer -out ca.pem Create... Continue Reading →