apt-get install build-essential libreadline-dev libssl-dev libpq5 libpq-dev libreadline5 libsqlite3-dev libpcap-dev openjdk-7-jre subversion git-core autoconf postgresql pgadmin3 curl zlib1g-dev libxml2-dev libxslt1-dev vncviewer libyaml-dev ruby1.9.3 nmap -y
gem install --verbose --debug pcaprub wirble pg sqlite3 msgpack activerecord redcarpet rspec simplecov yard bundler
This file contains hidden or 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
| All Permissions: | |
| permission:com.google.android.gms.permission.GAMES_DEBUG_SETTINGS | |
| permission:com.motorola.contextual.permission.LAUNCH_UI | |
| permission:com.motorola.contextaware.permission.ENABLE_TALK_TO_ME | |
| permission:com.motorola.keyguard.permission.MONITOR_SECURITY_SCREEN | |
| permission:com.motorola.permission.AUTHENTICATION_CONTROL | |
| permission:com.qualcomm.permission.ACCESS_QCOM_QMI | |
| permission:com.google.android.gallery3d.permission.GALLERY_PROVIDER | |
| permission:android.permission.GET_TOP_ACTIVITY_INFO | |
| permission:com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS |
This file contains hidden or 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
| # | |
| # /etc/pacman.conf | |
| # | |
| # See the pacman.conf(5) manpage for option and repository directives | |
| # | |
| # GENERAL OPTIONS | |
| # | |
| [options] | |
| # The following paths are commented out with their default values listed. |
This file contains hidden or 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
| #!/data/data/com.termux/files/usr/bin/bash | |
| #set -x | |
| SUDO_SH=/data/data/com.termux/files/usr/bin/sh | |
| QUOTED_SUDO_ARGS=$(printf '%q' $"$(printf '%q ' "$@")") | |
| #QUOTED_SUDO_ARGS=$(printf '%q ' \"$@\") | |
| printf '%s\n' "$QUOTED_SUDO_ARGS" | |
| SU_C_ARGS=("LD_LIBRARY_PATH=$PREFIX/lib" "$SUDO_SH" "-c" "$QUOTED_SUDO_ARGS") |
This file contains hidden or 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
| curl -s https://api.github.com/orgs/twitter/repos?per_page=200 | ruby -rubygems -e 'require "json"; JSON.load(STDIN.read).each { |repo| %x[git clone #{repo["ssh_url"]} ]}' |
This file contains hidden or 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
| #!/data/data/com.termux/files/usr/bin/sh | |
| # sudo for Termux | |
| # For security reasons some environent variables are reset by su | |
| # So need to set LD_LIBRARY_PATH again | |
| # root's HOME is set to termux's home/.suroot. You can add bashrc there | |
| ROOT_HOME=$HOME/.suroot |
This file contains hidden or 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
| #!/data/data/com.termux/files/usr/bin/sh | |
| # sudo for Termux | |
| # For security reasons some environent variables are reset by su | |
| # So we need to set LD_LIBRARY_PATH | |
| # Root's HOME is set to 'termux's home/.suroot'. | |
| # Startup files and other stuffs can be added there. | |
| ROOT_HOME=$HOME/.suroot |
This file contains hidden or 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
| ceph-fuse | |
| dvd+rw-tools | |
| grub-gfxpayload-lists | |
| libgnome-desktop-3-dev | |
| libtag1-dev | |
| python3-doc | |
| python3-tz | |
| unity-control-center-signon | |
| bind9-host | |
| libmaa3 |
NewerOlder