Why is your job not running? To get more information, run:
 
+condor_q -better-analyze <job number>
+
+For Condor versions 7.5 and higher, use instead:
+
 condor_q -analyze <job number>
 %
 Condor Tip #13:
@@ -118,4 +122,22 @@
 Do you need to visualize your DAG that you created with DAGMan?
 DAGMan can output files for use with the 'dot' visualizer. See
 the User Manual for specifics.
+%
+Condor Tip #19:
+
+Which version of Condor is running on your system? Find out by running:
+
+condor_version
+%
+Condor Tip #20:
+
+All Condor commands have traditional UNIX man pages. To get help, run:
+
+man <Condor command name>
+%
+Condor Tip #21:
+
+Need to sync files back from your Vanilla or Parallel Universe jobs before they've actually finished? Use rsync and condor_ssh_to_job.
+
+rsync -v -e condor_ssh_to_job <job number>:<remote filename> <local directory>
 {endcode}