Configure and download PrismJS No plugin required! Download prism.js and prism.cssfrom https://prismjs.com/download.html. Select Compression level, Theme of your choice, then Languages. You can also select Plugins if you want. Once you’re satisfied with the configurations, click on the Download JS and Download CSS buttons to download your PrismJS syntax highlighter javascript and css files as […]
Download an Entire Website for Offline Viewing
Both –no-clobber and –convert-links were specified, only –convert-links will be used. Explanation of the options: –recursive: download the entire Web site. –domains YourDomain.com: don’t follow links outside YourDomain.com. –no-parent: don’t follow links outside the directory /. –page-requisites: get all the elements that compose the page (images, CSS and so on). –html-extension: save files with the […]
HMA Pro VPN Setup for Multiple Locations without User/Password Every time in Linux CLI
You can of course setup per location with Network Manager GUI. And you can use HMA script the usual way (hma-openvpn.sh or hma-vpn.sh) with linux CLI. Network manager GUI method is perfect if you only need to connect to 1 or 2 locations. HMA! Linux Scripts CLI is all the way perfect for everything if […]
How to Search and Delete Files Containing Specific String in Name
Open the terminal and go to the folder: Find results and test if it yields your desired results: find . -type f -name “*SpecificString*” And if the find command results desired output, type in the following in the terminal to delete action: find . -type f -name “*SpecificString*” -delete Or a shorter version: find /path/to/your/files/ […]
How to Bulk Rename Video Files based on Resolution, Size etc.
This is using Filebot. FileBot also supports generic batch renaming, and you can rewrite the filenames with Groovy expressions just like in Episode / Movie mode. 1. Drop files into Original Files 2. Click on the empty New Names component 3. Now that New Names has focus hit F2 4. New Names will instantly filled […]
XPlayer downloaded subtitle location on Linux Mint Cinnamon 18.2 Sonya
Linux Mint 18 “Sarah” Cinnamon 3.0 Edition introduces A new project called “X-Apps” Xed is based on Pluma and acts as the default text editor. Xviewer is based on Eye of GNOME and acts as the default image viewer. Xreader is based on Atril and acts as the default document and PDF reader. Xplayer is […]
- 1
- 2
- 3
- …
- 10
- Next Page »