openssl pkcs12 -in certname.pfx -out key.pem -nodes
You may also like
mkdir /mnt/win yum install samba-client samba-common cifs-utils Edit theĀ /etc/fstabĀ file and add a line like: \\winbox\getme /mnt/win cifs user,uid=500,rw,suid,username=sushi,password=yummy 0 0
This script will export the config from your mikrotik router and email it to your email address. The scheduled time between exports […]
Requirements: You have to have direct access to console 1.) While you are at the console hit ALT + F1 2.) Type […]
find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/