Dark Launch

This is a Dark Launch.

Start task manager minimized; taskmgr

To start the Windows task manager minimized, use the following command:
Code
 
cmd /c start /min taskmgr
 

Ubuntu print to pdf; install a PDF printer

To install a pdf printer in Ubuntu, simply do the following:

  1. Install printer:
    Code
    sudo apt-get install cups-pdf
     
  2. Print something and make sure to select PDF as the printer.
  3. Your printed pdfs will be now be available in ~/PDF for example: /home/user/PDF/printed.pdf