Preprequisites:
- Libreoffice
- pdftk
libreoffice --headless --invisible --convert-to pdf *.{pptx,ppt,doc,docx}; pdftk *.pdf cat output MERGED.pdf
Preprequisites:
libreoffice --headless --invisible --convert-to pdf *.{pptx,ppt,doc,docx}; pdftk *.pdf cat output MERGED.pdf
/* | |
This a header file that includes every standard library. | |
You can use it to save time. | |
NOTE: This header file may not be recognized by compilers | |
other than gcc. | |
*/ | |
#include <bits/stdc++.h> | |
/* | |
//Use this if the above header file doesn't work. |
/* | |
This a header file that includes every standard library. | |
You can use it to save time. | |
NOTE: This header file may not be recognized by compilers | |
other than gcc. | |
*/ | |
#include <bits/stdc++.h> | |
/* | |
//Use this if the above header file doesn't work. |
The official maintainence guide for Mail-in-a-box can be found here
Note: You should always make regular backups of files.
STEP 0. We will refer to the csv file found at https://raw.githubusercontent.com/socratica/data/master/earthquake.csv for this guide.
STEP 1. Ensure you have sqlldr added to path.
STEP 2. Ensure that your user has sufficient permissions to access/modify the required tables.
STEP 3a.