Gangmax Blog

Create Menu Entry for IntelliJ IDEA

My environment is Ubuntu 16.04 Xenial. The default installation package of IntelliJ IDEA for Linux is in “tar.gz” format. Do the following steps to create the menu entry after extracting the package file.

Translate Shell

Translate Shell (formerly Google Translate CLI) is a command-line translator powered by Google Translate (default), Bing Translator, Yandex.Translate and Apertium. It gives you easy access to one of these translation engines in your terminal.

Make Ubuntu 18.04 Look More Like Mac

The original solution was verified on Ubuntu 17.10. However it’s also verified on Ubuntu 18.04 after the 18.04 version is released.

Hope the following things work on the next LTS version “18.04”(Confirmed on 2018-05-14: all the instructions work on Ubuntu 18.04).

Setup Chinese Input Method in Ubuntu 18.04

The original solution was verified on Ubuntu 17.10. However it’s also verified on Ubuntu 18.04 after the 18.04 version is released.

Ubuntu 17.10 Artful Aardvark is just released. A big change in this release is that it ditches Unity for Gnome. Most likely this will be part of the next LTS version “18.04”(Confirmed on 2018-05-14, the solution below also works on Ubuntu 18.04).

A Video Downloader: you-get

You-Get is a tiny command-line utility to download media contents (videos, audios, images) from the Web, in case there is no other handy way to do it. From here. And, it’s written in Python.

Git Large File Storage

Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.