Quick CLI system tool neofetc

Refer: https://www.maketecheasier.com/display-system-information-neofetch-linux/

Usage: neofetch

Installation:

$ echo "deb http://dl.bintray.com/dawidd6/neofetch jessie main" | sudo tee -a /etc/apt/sources.list
$ curl -L "https://bintray.com/user/downloadSubjectPublicKey?username=bintray" -o Release-neofetch.key
$ sudo apt-key add Release-neofetch.key && rm Release-neofetch.key
$ sudo apt-get update && sudo apt-get install neofetch scrot

Sublime Setup in Ubuntu 14.04

Install it via the Ubuntu Repositories
https://www.sublimetext.com/docs/3/linux_repositories.html#apt

Grab commands: install-sublime-ubuntu-repo.txt

$ wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
$ sudo apt-get install apt-transport-https
$ echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
$ sudo apt-get update
$ sudo apt-get install sublime-text

Sublime 3.0 Shortcut

$ sudo ln -s /opt/sublime_text/sublime_text /usr/bin/sublime

Sublime 2.0

$ sudo ln -s /home/mruckman/Downloads/Sublime\ Text\ 2/sublime_text /usr/bin/sublime

Refer: http://www.technoreply.com/how-to-install-sublime-text-2-on-ubuntu-12-04-unity/

When you launch the application from the /usr/bin/sublime entry, you can then right click and lock to the launcher in Ubuntu

Gimp like Photoshop

refer: http://www.omgubuntu.co.uk/2016/08/make-gimp-look-like-photoshop-easy
refer: http://doctormo.deviantart.com/art/Gimp-2-8-Photoshop-Tweaks-432736644

To help a fellow deviant, I've put together a download that anyone with Gimp 2.8 on Linux can use to make their copy of gimp look more like Adobe Photoshop and make people more comfortable.

I've taken various bits of guides online and various tweaks. All you have to do is download the file, unzip it. Then in the file manager go to your home folder, show hidden files, delete or move your old .gimp-2.8 configuration folder out of the way, and replace with the new one. Then load gimp. Then me know if it works for you or if it fails.

See attached file to import

Ubuntu type of CCleaner called Stacer

Refer: https://www.fossmint.com/stacer-ubuntu-system-optimizer/

--------------- On Ubuntu 64-bit ---------------
$ wget https://github.com/oguzhaninan/Stacer/releases/download/v1.0.4/Stacer_1.0.4_amd64.deb
$ sudo dpkg --install Stacer_1.0.4_amd64.deb
$ Stacer

Installing Kodi Ubuntu 14.04

Refer: http://ubuntuhandbook.org/index.php/2016/02/kodi-16-released-how-to-install-it-via-ppa/

$ sudo add-apt-repository ppa:team-xbmc/ppa
$ sudo apt-get update
$ sudo apt-get install kodi

This probably won't be needed
sudo apt-get install --install-suggests kodi

Helpful Hint
Kodi the \ is the shortcut key to toggle between fullscreen and window

--

Refer: http://askubuntu.com/questions/849396/uninstall-kodi-on-ubuntu-14

If you need to remove and purge an application and finally removing/purging also the application configurations files, do so by using the following commands:

$ sudo apt-get update
$ sudo apt-get remove kodi*
$ sudo apt-get purge kodi*

Then remove the settings folder to remove all settings and library data. This will not delete any videos or music, but just the settings and library data itself:

$ rm -r ~/.kodi/
or
$ rm -r ~/.xbmc/
for older versions before 14.0

XnView a Picasa Replacement

Seems fast and will create thumbs without needing to import.  It's also cross-platform compatible for Windows, Mac and also Linux. Does not handle external drives very well though.

http://www.xnview.com/en/xnviewmp/#features

Install VPN in Ubuntu

Ubuntu 14.04

$ sudo apt-get install network-manager-openconnect openconnect

Ubuntu 15.10

$ sudo apt-get install network-manager-openconnect-gnome

Ubuntu 16.04

Refer: https://support.onevpn.com/knowledgebase/linux-ubuntu-anyconnect/

The magic sauce was from rebooting after

$ sudo apt-get update
$ sudo apt-get install lib32z1 lib32ncurses5
$ sudo apt-get install network-manager-openconnect

Reboot and install vpnsetup.sh (zipped file)

$ sudo sh ./vpnsetup.sh

---

Ubuntu 16.04

Install this rpm (it's zipped): networkmanager-openconnect_1.1.93-1_amd64.deb

Refer: http://tomtomtom.org/networkmanager-openconnect/

Only need to changes this, and also used this for the connection name, and then save, get to these settings upper right-corner up/down arrow icons
Gateway: gateway.hollandamerica.com

---

Install with Chrome, Firefox seems to have issues accepting the plug-in and SSL certificate

https://gateway.hollandamerica.com/
https://faq.oit.gatech.edu/content/how-do-i-install-cisco-anyconnect-client-linux

If you have to uninstall a previous version first:
$ sudo /opt/cisco/vpn/bin/vpn_uninstall.sh

$ chmod 755 vpnsetup.sh
$ sudo ./vpnsetup.sh

Dash / Start menu
Cisco Anyconnect VPN

If you get this error message while trying to connect " AnyConnect cannot confirm it is connected to your secure gateway. The local network may not be trustworthy. Please try another network."

Try this:
$ sudo cp /etc/ssl/certs/* /opt/.cisco/certificates/ca

GPG Error Public Key is NOT Available

Example of error: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4DF9B28CA252A784

Fix with this:

$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <KEY>

Refer: http://askubuntu.com/questions/520828/gpg-error-no-pubkey-warning-the-following-packages-cannot-be-authenticated

Ubuntu ClipGrab

Refer: https://www.how2shout.com/linux/install-clipgrab-on-ubuntu-20-04-lts-download-youtube-videos/

Step 1: If we want to also convert the Youtube and other online videos on your Linux system then we need FFmpeg library installed on our system. For that use the command:

sudo apt install ffmpeg

Goto: https://clipgrab.org/

Step 2: Open Clipgrab official website, here is the link. Click on the “Show all download options” and then download “Binaries for 64-bit Linux“.

ClipGrab Youtube downloader for Linux

Step 3: When the download of the file gets completed, right-click on the Clipgrab Youtube downloader App image and select properties.

Make Clipgrab AppImage executable Ubuntu 20.04 min

Step 4: To run the Clipgrab, first, we need to make it executable. For that, mark the checkbox given in front of “Allow executing file as program“. option.

Allow permission to run Clipgrab min

Step 6: Now, double click on the ClipGrab file, this will open this Youtube downloader. After that select the Downloads tab and paste the URL of the online video you want to download on your Linux system and then click on the “Grab this Clip!”.

Youtube downloader for Linux min

Create Cligrab Desktop and Application launcher shortcut (optional)

By default, the file will be in your Downloads folder because we got it from the browser. But there are chances of deleting it accidentally, thus let’s move it to some secure place.

Older NOTES

Install ClipGrab by Building Locally
AppImage was NOT working on Ubuntu 20.04
Install GCC Compiler Tools
Bash
sudo apt install qtbase5-dev qtwebengine5-dev
sudo apt install build-essential

Refer: https://www.reddit.com/r/linuxquestions/comments/frhk98/ubuntu_18044_lts_cant_execute_appimage_file_no/

Get newest source code here:
https://clipgrab.org/download-clipgrab/

Bash
wget https://download.clipgrab.org/clipgrab-3.8.11.tar.gz
Need to also install ffmpeg to avoid the following error:
No installed version of avconv or ffmpeg could be found. Converting files and downloading 1080p videos from YouTube is not supported.
Bash
sudo apt-get install -y ffmpeg

Run the application in terminal

./clipgra

Deprecated Notes

Refer; https://www.linux.com/blog/how-download-and-convert-youtube-vimeo-dailymotion-or-other-clipgrab-ubuntulinux-mint

Refer: http://www.linuxandubuntu.com/home/how-to-download-and-convert-youtube-vimeo-dailymotion-or-other-by-clipgrab-in-ubuntulinux-mint#clipgrab

Ubuntu 14.04

$ sudo add-apt-repository ppa:clipgrab-team/ppa
$ sudo apt-get update
$ sudo apt-get install clipgrab