Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Sunday, August 2, 2015

Getting the windows serial number from the BIOS while running Linux mint*



Copy & paste (ctrl+shift+V) into your terminal window

sudo hd /sys/firmware/acpi/tables/MSDM 














*Might work on other Linux distributions.

linux bulk prefix filenames

  In order to bulk add prefix to filenames  in a directory run the following comnmand for f in * ; do mv -- "$f" "2018-05-24_...