build.gradle with custom repository
Fix missing dependencies from your gradle project (android, maven, etc) with this build.gradle.
insert into YOUR_PROJECT_GRADLE/build.gradle
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven { url "https://maven.google.com" }
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://dl.bintray.com/android/and ...
build.gradle with custom repository
Fix missing dependencies from your gradle project (android, maven, etc) with this build.gradle.
insert into YOUR_PROJECT_GRADLE/build.gradle
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven { url "https://maven.google.com" }
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://dl.bintray.com/android/and ...
Install PHP for Android CLI or Web Server
Official php5-cli installation on android by L3n4r0x (php Running On Android Terminal) -> This Repost From My Another Blogs <- You can visit it on http://blog.snfr.cf or http://secretnetworkforces.blogspot.com
How to install php5-cli in android
Requirement:
Busybox For Programming Support ( Read And See Here)
Terminal Emulator ( Download Terminal Emulator)
Code BB For PHP Server ( Download Server For PHP APK )
Internal min ± 300 MB free
ROOT Explorer ( Download Root Explorer Pro ...
Install PHP for Android CLI or Web Server
Official php5-cli installation on android by L3n4r0x (php Running On Android Terminal) -> This Repost From My Another Blogs <- You can visit it on http://blog.snfr.cf or http://secretnetworkforces.blogspot.com
How to install php5-cli in android
Requirement:
Busybox For Programming Support ( Read And See Here)
Terminal Emulator ( Download Terminal Emulator)
Code BB For PHP Server ( Download Server For PHP APK )
Internal min ± 300 MB free
ROOT Explorer ( Download Root Explorer Pro ...
Install PHP for Android CLI or Web Server
Official php5-cli installation on android by L3n4r0x (php Running On Android Terminal) -> This Repost From My Another Blogs <- You can visit it on http://blog.snfr.cf or http://secretnetworkforces.blogspot.com
How to install php5-cli in android
Requirement:
Busybox For Programming Support ( Read And See Here)
Terminal Emulator ( Download Terminal Emulator)
Code BB For PHP Server ( Download Server For PHP APK )
Internal min ± 300 MB free
ROOT Explorer ( Download Root Explorer Pro ...
Tether VPN Android
How to tethering vpn on android
ROOT is required
Requirement
Terminal Emulator
Tutorial
Start your VPN until connected
Open terminal emulator and input below commands
su
ip link show
id
iptables -t filter -F FORWARD
iptables -t nat -F POSTROUTING
iptables -t filter -l FORWARD -j ACCEPT
iptables -t nat -I POSTROUTING -j MASQUERADE
ip rule del from 192.168.43.0/24 lookup 61
ip route del default dev tun0 scope link table 61
ip route del 192.168.43.0/24 dev wlan0 scope link table 61
ip route b ...
Tether VPN Android
How to tethering vpn on android
ROOT is required
Requirement
Terminal Emulator
Tutorial
Start your VPN until connected
Open terminal emulator and input below commands
su
ip link show
id
iptables -t filter -F FORWARD
iptables -t nat -F POSTROUTING
iptables -t filter -l FORWARD -j ACCEPT
iptables -t nat -I POSTROUTING -j MASQUERADE
ip rule del from 192.168.43.0/24 lookup 61
ip route del default dev tun0 scope link table 61
ip route del 192.168.43.0/24 dev wlan0 scope link table 61
ip route b ...
Tether VPN Android
How to tethering vpn on android
ROOT is required
Requirement
Terminal Emulator
Tutorial
Start your VPN until connected
Open terminal emulator and input below commands
su
ip link show
id
iptables -t filter -F FORWARD
iptables -t nat -F POSTROUTING
iptables -t filter -l FORWARD -j ACCEPT
iptables -t nat -I POSTROUTING -j MASQUERADE
ip rule del from 192.168.43.0/24 lookup 61
ip route del default dev tun0 scope link table 61
ip route del 192.168.43.0/24 dev wlan0 scope link table 61
ip route b ...
Kill gradle daemon process
Windows
Using WMIC
kill gradle processes using WMIC
WMIC PROCESS where "Name like 'java%' AND CommandLine like '%GradleDaemon%'" Call Terminate
WMIC PROCESS where "Name like 'java%' AND CommandLine like '%kotlin%'" Call Terminate
WMIC PROCESS where "Name like 'java%' AND CommandLine like '%java%'" Call Terminate
in batch file remove percent symbol %
call wmic process where "name like 'java.exe&#x ...
Kill gradle daemon process
Windows
Using WMIC
kill gradle processes using WMIC
WMIC PROCESS where "Name like 'java%' AND CommandLine like '%GradleDaemon%'" Call Terminate
WMIC PROCESS where "Name like 'java%' AND CommandLine like '%kotlin%'" Call Terminate
WMIC PROCESS where "Name like 'java%' AND CommandLine like '%java%'" Call Terminate
in batch file remove percent symbol %
call wmic process where "name like 'java.exe&#x ...