Hacking tools for hacking life (part_2)

   X11 Package

 

Packages using the X Window System.There are located build scripts and patches for Termux X11 packages.

Programs using the X11 Windowing System cannot be used standalone like normal command line utilities. Termux does not provide native way for a video output and therefore you will need to install additional software.Recommended setup is a VNC server (package running on localhost and a VNC Viewer Android application for accessing the video output.

There possible to use other Xserver solutions like XServer XSDL, but they are not guaranteed to work properly with our packages.

More information about setting up graphical environment is on the Termux Wiki.

How to enable this repository

To enable this package repository run :
                       
              •    pkg install x11-repo

Building packages 

You can build all packages manually by using provided docker image. The only requirements are Linux-based host with Docker installed.
           1. Clone this repository:
                 • git clone https://github.com/termux/x11-packages
           2. Enter build environment (will download docker image if necessary):
                  • cd ./x11-packages
                  • ./start-builder.shy

           3.Choose package you want to build and run:
                  •  ./build-package.sh -a ${arch} ${package name}
Replace ${arch} with target CPU architecture and ${package name} with package name you want to build.

   Tarmux Alpine 

Use TermuxAlpine.sh calling to install Alpine Linux in Termux on Android. This setup script will attempt to set Alpyine Linux up in your Termux environment.

              

This Termux bash setup shell script will attempt to set Alpine Linux up in your Termux environment.

Steps for installation 

     1. Go to home directory  
             
 • cd $ home 
     2. Ger the scripts
 • $  curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh

     3. Execute the script
  •  $ bash TermuxAlpine.sh
     4. Start Alpine
   •  $ star talpine
     5. For exit just execute
    • $  exit



Comments

Post a Comment