With

How to Create PDF of Webpage Using Google Chrome Headless

How to Create PDF of Webpage Using Google Chrome Headless

Create PDF with Google Chrome: Use the following google-chrome command with --print-to-pdf switch to create pdf of any web page. The output file will be created in the current directory with name output. pdf. You can also specify output filename with location as --print-to-pdf=file1.

Download and Install Fonts in Fedora 24
How do I install new fonts in Fedora? How do I download and install fonts? How do I install fonts on Linux? How do I install custom fonts? How do I in...
How To Install Redis on Debian Linux
Installing Redis on Debian 9 Step 1 Install Redis from APT Repo. Redis package is included in the default Debian 9 repositories, therefore, issue the ...
Bash Tac Command
tac command in Linux is used to concatenate and print files in reverse. This command will write each FILE to standard output, the last line first. Whe...