Find ulimit -a for other users that don’t have shell access using su command and ulimit attaching a bash shell
1 |
su www-data --shell /bin/bash --command "ulimit -a" |
Find ulimit -a for other users that don’t have shell access using su command and ulimit attaching a bash shell
1 |
su www-data --shell /bin/bash --command "ulimit -a" |
Merge multiple PDF files in Linux is easy running one simple command by using PDF Toolkit. Installation on Ubuntu > 16.04:
1 |
apt install pdftk |
Merge multiple pdf files: In this example we have n pdf files in the same directory, each file has the prefix sample-pdf-. The command below will merge n number of pdf files, using […]
By using the PDF Toolkit PDFtk library you can do this simple pdf editing task and many more. For all of you creating software related to PDF documents you should really spend some time reading about PDFtk server. Installation:
1 |
apt install pdftk |
Usage: In this example we have two pdf files with 10 pages each. The command […]