OpenNitroN (nitrond
) is a two-way modular Universal kernel
optimizer written in bash which is extensive.
What it means to be Universal two-way is that it is an argument-based script and a menu-based script for Android and/or Linux platforms.
- A compatible Linux system
- SuperUser permissions
for linux:
The installer (installer.sh
) simply clones this repository
in your home's Directory (/home
) and creates copy of the executables
in /usr/bin
for the daemon itself, and/or /usr/include
for the header file
by simply run:
wget https://raw.githubusercontent.com/UsiFX/OpenNitroN/main/installer.sh && bash installer.sh install
it should output you the following:
$ wget https://raw.githubusercontent.com/UsiFX/OpenNitroN/main/installer.sh && bash installer.sh install
usage: installer.sh [install] [uninstall]
use the script according to your opinion.
for android:
- for developers: if you wanna build the source code and have fun modifying it we have made it easier by making a small build script. just run it by:
bash smmt_builder.sh [OPTIONS]
replace [OPTIONS] with compiler arguments such as --clean
& --shellcheck
- for users: go to release section and download latest official build.
Usage: nitrond [OPTION] (e.g. nitrond --update)
Options:
-sg, --set-green ~ apply Battery mode
-sr, --set-red ~ apply Gaming mode
-sy, --set-yellow ~ apply Balanced mode
-sdm, --show-default-mode ~ prints current tweaking mode
-c, --console-mode ~ enter User-Friendly user selections
-u, --update ~ force update to latest
-h, --help ~ shows this Help menu
-v, --version ~ shows tool version
-d, --debug [DEV-ONLY] ~ run any command under debug flag
-L, --License ~ shows Tool License
Found a problem? Want a new feature? Have a question? First of all see if your issue, question or idea has already been reported. If don't, just open a new clear and descriptive issue.
nitronD v1.0.2 (An Extensive Kernel tweaker)
Copyright (c) 2022-2023 UsiFX <xprjkts@gmail.com>
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
PAYPAL: xprjkts@gmail.com
KO-FI: https://ko-fi.com/xprjkt
A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.
https://hacktoberfest.digitalocean.com/
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone your fork down to your local machine
git clone https://github.com/your-username/python_codes.git
- Make your changes ( eg: Add Some python code )
- Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
- Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) - Wait for your PR review and merge approval!
- Star this repository
- Enjoy & Wait for your free swags!