Linux Service Application icon

Linux Service 1.2.0

31.1 MB / 1+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Linux Service, developed and published by dzino, has released its latest version, 1.2.0, on 2021-05-28. This app falls under the Tools category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Linux Service APK available on this page is compatible with all Android devices that meet the required specifications (Android 5.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.dzino.linuxservice

Updated: 4 years ago

Developer Name: dzino

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Linux Service on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

Linux Service 1.2.0
2021-05-28 / 31.1 MB / Android 5.0+

About this app

# PURPOSE

Hello Friend!

I wrote the application based on my own IoT needs. I will try to explain its purpose.

Suppose we have a microcontroller (for example ESP32) and we need it to control a relay. We connect the equipment to the microcontroller pins, write and load the firmware - so far everything is standard.

BUT WHAT IF WE NEED A MULTI-FUNCTIONAL MICROCONTROLLER? For example, today is it a relay, and tomorrow is a weather station? We will need to disconnect all wires, change devices, connect wires, change firmware. It is not comfortable!

For this situation, a microcomputer (for example, Raspberry Pi Zero) is a good solution - it allows you to simultaneously store scripts for different assemblies.

The following question arises: HOW CONVENIENT AND QUICKLY TO SWITCH OPERATION MODES OF THE MULTIFUNCTIONAL "MICROCONTROLLER"? At the hardware and software levels? It is convenient to use the "Pin GPIO Connector Header" to quickly switch devices at the hardware level. BUT to programmatically switch the operating mode, you still have to use the Bash terminal!

I searched the internet for solutions to solve this problem, but I couldn't find anything. So I decided to write my own application.

This application is analogous to GPIO Header, only at the software level. It allows you to quickly switch the operating modes of a microcomputer (multifunctional microcontroller). Quickly change the "microcontroller firmware": control the start and stop of your scripts on the microcomputer without going into the Bash terminal every time.

Working with the application is simple. It is necessary that the smartphone and the microcomputer are connected to the same Wi-Fi router (I use the smartphone itself as a Wi-Fi access point). The microcomputer must have an SSH server (there is a lot of information on the Internet on how to install it). Then you go into the application, enter the IP: Port login-password of the microcomputer. And you get the ability to quickly manage system daemons and add your own scripts to work with devices.

----

# SPECIFICATIONS

The application provides the following functionality:
- Simplified creation of services in Linux operating systems;
- Simplified removal of services (only created in this application);
- Simplified service launch
- Simplified adding services to autostart
- Shows a list of installed services in the system;
- Shows a list of running services;
- Shows a list of services at startup;
- Shows the content of the service file;
- Shows information on status;
- Shows service logs.

Interaction with Linux occurs remotely via the SSH protocol by default on port 22. Help for installing an SSH server into an operating system is in the appendix.

The application supports operating systems of the Debian family (Debian, Ubuntu, Raspberry Pi OS, Mint ...).

Tested on operating systems: Ubuntu, Raspberry Pi OS.

----

# PS

This tool is suitable for DevOps Pros, Backend Developers (Web), Linux Developers, and IoT Hobbyists.

I hope this software solution will be useful to you, Friend!

New features

- Improved navigation
- Improved layout

App Permissions

Allows applications to open network sockets.
Allows applications to access information about networks.
Allows an app to create windows using the type TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an application to write to external storage.
Allows an application to read from external storage.
Allows an app to access approximate location.
Allows an app to access precise location.