PDF to Word Conversion
There are many tools and a lot of software out there to convert PDFs to Word.
Online tools like:
convertio.co
altoconvertpdftoword.com
There are many tools and a lot of software out there to convert PDFs to Word.
Online tools like:
convertio.co
altoconvertpdftoword.com
readlink -e /proc/$(xprop -id $(xdotool getactivewindow) _NET_WM_PID | awk '{print $3}')/cwd
Inspired by: https://superuser.com/questions/1116636/open-a-terminal-from-any-direct…
curl tags: https://stackoverflow.com/questions/3074288/get-final-url-after-curl-is…
How to solve CloudFlare protection: https://stackoverflow.com/questions/18500088/curl-load-a-site-with-clou…
https://blog.joshlemon.com.au/protecting-your-pdf-files-and-metadata/
https://gist.github.com/hubgit/6078384
exiftool -all:all= $FILE ; qpdf --linearize $FILE output.pdf
imagemagick: mogrify -strip NAME_OF_FILE
Test with: exiftool -all NAME_OF_FILE
Try this from the terminal: grep " install " /var/log/dpkg.log
Run this in ~/composer: curl -sS https://getcomposer.org/installer | php
Put this in .bashrc: alias composer="php ~/composer/composer.phar"
composer create-project drupal-composer/drupal-project:8.x-dev my_site_name_dir --no-interaction --no-install
Adjust web folder in composer.json file and then run "composer install".
composer show package_name --available
A couple of notes on upgrading from PHP 5 to PHP 7.
Firstly you can try to copy your site or code to a server with PHP 7 and see how your PHP 5 application runs and then move forward. You can also try to use a tool to help you with finding code that needs to be upgraded and reading the documentation. See the links below.
You might have a couple of issues with mailR when running on a server.
When installing or after installing the r package: rJava you might encounter the following: libjvm.so: cannot open shared object file: No such file or directory
I fixed this on a ubuntu server with this command: sudo R CMD javareconf
Appending MOV files efficiently can be a challenge. The only "safe" and easy way without destroying the video or the sound is done by using Avidemux which is a free video editing tool for Linux.
Here is my modified image-convert bash script used for the appending all .MOV files in a folder and have the full video ready for editing in the Avidemux graphical user interface (GUI).