Arch Linux

Clam Anti Virus on Arch Linux

Install Clam with: To update the virus definitions, run: You will also need to start and enable the clamam-freshclam.service to get the latest definitions at boot. Make sure you have already run sudo freshclam before […]

No Picture
CentOS

mkpasswd

The other day I couldn’t remember what package provided the mkpasswd binary….. yum whatprovides */mkpasswd yum install expect mkpasswd -l 12 The above creates a password of length 12 with two uppercase letters, two numbers […]