To test three USB Flash Drive I used Windows software HD Tune Pro is a hard disk / SSD utility with many functions. It can be used to measure the drive’s performance, scan for errors, check the health status (S.M.A.R.T.),…
Month: February 2015
Restart sshd under OpenBSD
Working with OpenBSD I just realized that there is no command to restart sshd so I came with aliasing solution. You can do it with command: # kill -HUP ‘cat / var / run / sshd.pid’ & / usr /…
How to refresh ‘locate’ database
From time to time you want to use ‘locate’ command on linux or unix system, but you can’t find what you’re looking for. It is time to update your database. Below I posted how to do it for linux and…