Easily Manage Connect To SSH Hosts With Guake Indicator Guake Indicator is an Ubuntu AppIndicator for Guake terminal users, useful for those who need to connect to multiple SSH hosts frequently: the indicator lets you easily manage your favorite SSH hosts and establish new SSH connections via Guake. Guake is a Quake-style drop-down terminal which can be invoked with a single keystroke and hidden by pressing the same key again. Guake Indicator features: easily connect to your SSH hosts and MySQL servers; run various commands / tasks (e.g. navigate to a folder, ping google.com and so on); GUI to add new SSH hosts or localhost tasks. The SSH hosts / commands can be added by using the Guake Indicator GUI or by editing the ~/.guake-indicator/guake-indicator.json configuration file. Install Guake Indicator in Ubuntu Guake Indicator can be installed in Ubuntu Utopic, Trusty or Saucy by using a PPA. To add the PPA and install Guake Indicator, use the following commands: sudo add-apt-repositor...
Eclipse Android on Linux Mint 13 Maya So far, my previous blogs on Linux Mint 13 has described how to install Java and the Android SDK. If you have followed the blogs, you will now be ready for the next step towards Android software development and that is to install a Java programming environment called Eclipse. Of course, first we have to install this (if it has not been installed yet). The install process is very simple - you can use either Synaptic or the command line to carry out this job. To use Synaptic, start Synaptic, enter your password, then type eclipse into the search box. The entry for Eclipse will appear - mark it for installation, and the rest of the additional items, and then click on the Apply button. Wait for download and install process to finish, close Synaptic and you are done! To use the command line, start a terminal, and type: sudo apt-get install eclipse Type Enter when prompted, wait for the packages to be downloaded and installed, close the terminal and you ...