Showing all posts tagged organizing:

Office in Vagrant VM

I wanted to use office software in a VM, while being able to edit files on the host machine. Usually, people create a VM in VirtualBox and map the host directory into this VM using shared folders. But, because it is a long process, I decided to automat...

Utility for removing duplicated files for Windows

If you would like to remove duplicated files working in Linux, you use fdupes utility. But what alternatives do you have, if you are working in Windows? Meet Duplicate File Finder and Remover (by Winston McMiller). It works in PowerShell, which nowaday...

Using make for automatic processing

Recently, I needed to extract text from a PDF file. This PDF file was produced from scanned pages. To extract the pages back, I used command pdfimages file.pdf IMG This stored the original scans in PBM-formatted image files. The files were named in t...