Skip to content

Instantly share code, notes, and snippets.

View SidduSomething's full-sized avatar

Siddartha Adusumalli SidduSomething

  • Hyderabad, India
View GitHub Profile
@SidduSomething
SidduSomething / 0. instructions.md
Last active August 29, 2015 14:23
A More User-Friendly Elasticsearch HEAD Plugin App

NOTE: This changes the layout for a better user experience with the scrollbars appearing at the right places. The folder names here are provided for Ubuntu environment.

  1. Change Permissions for the folder /usr/share/elasticsearch/plugins/head/_site/dist/ and add the app-revamp.css file below in that folder.
  2. Change Permissions for the file /usr/share/elasticsearch/plugins/head/_site/index.html and link this new file just after the app.css is linked:
  		<link rel="stylesheet" href="dist/app-revamp.css">
@SidduSomething
SidduSomething / steps.md
Last active March 21, 2016 10:46
Android Studio Install Steps

Install Android Studio via PPA in Ubuntu:

Installing Android Studio in Ubuntu becomes easy. A Ubuntu PPA contains simple script that automatically downloads and installs the latest release from Google download server. So far, Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04, and Ubuntu 12.04 are supported.

  • Android Studio depends on Java, and Oracle Java 7 or 8 is recommended. Press Ctrl+Alt+T on keyboard to open terminal. When it opens, run the commands below one by one:
    sudo add-apt-repository -y ppa:webupd8team/java
    
    sudo apt-get update