apt-add-repository ppa:brightbox/ruby-ng
apt-get update
apt-get -y install ruby2.2 ruby2.2-dev build-essential zlib1g-dev mysql-client-5.5
gem install backup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ua.youtv.testapp; | |
import android.app.Activity; | |
import android.content.BroadcastReceiver; | |
import android.content.Context; | |
import android.content.Intent; | |
import android.content.IntentFilter; | |
import android.util.Log; | |
import static android.media.AudioManager.ACTION_HDMI_AUDIO_PLUG; |
Installing on Amazon Linux AMI (release 2014.09)
Installing using yum. By default Amazon Linux AMI release has only AWS's yum repos, but it has EPEL (Extra Packages for Enterprise Linux) predefined but not enabled. To temporarily enable the EPEL 6 repository, use the yum command line option --enablerepo=epel.
Installing duplicity and dependencies:
sudo yum install duplicity rsync gpg python python-devel python-pip --enablerepo=epel
Insalling duply manually (latest version can be found here):