_____ _ _ _____ _ _ _____ _____ _ _
|__ __|| | | || ____|| | | || ____|| ____|| | / /
| | | | | || | | |_| || |__ | | | |/ /
| | | | | || | | _ || __| | | | (
_| |_ | \/\/ || |___ | | | || |___ | |___ | |\ \
|_____| \_/\_/ |_____||_| |_||_____||_____||_| \_\
This is just looped iwconfig program from wireless-tools package which I made just for convenience. Designed to receive updated information about the quality of the network connection
-
💻 PC: Linux (Ubuntu-based; 12.04 and higher; Maybe just sudo and apt-based, i don't know)
-
📱 Mobile: Android (With termux)
Step by step:
sudo apt-get update
sudo apt-get install -y git
git clone https://github.com/ddan9/iwcheck
bash iwcheck/install.sh
sudo iwcheck
Or by one command:
- sudo apt-get update && sudo apt-get install -y git && git clone https://github.com/ddan9/iwcheck && bash iwcheck/install.sh && sudo iwcheck
Step by step:
apt-get update
apt-get install -y git
git clone https://github.com/ddan9/iwcheck
bash iwcheck/install.sh
iwcheck
Or by one command:
- apt-get update && apt-get install -y git && git clone https://github.com/ddan9/iwcheck && bash iwcheck/install.sh && iwcheck
By one command:
- bash .iwcheck/remove.sh
bash (Maybe something else, i don't know)
wireless-tools package (To install it on termux, you will need to additionally install the root-repo package)
git
git clone https://github.com/ddan9/iwcheck into $HOME
cp iwcheck/iwcheck /usr/bin/iwcheck (Or into another similar directory)
chmod +x /usr/bin/iwcheck
mv iwcheck ./.iwcheck
Creator of wireless-tools package: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html 👈
Creator of script: https://ddan9.github.io 👈
Это просто зацикленная программа iwconfig из пакета wireless-tools, которую я сделал просто для удобства. Предназначена для получения обновляемой информации о качестве сетевого соединения
-
💻 ПК: Линукс (Убунту-подобный; 12.04 и выше; Либо просто sudo и apt-based, точно не знаю)
-
📱 Мобильные: Андроид (С термуксом)
Шаг за шагом:
sudo apt-get update
sudo apt-get install -y git
git clone https://github.com/ddan9/iwcheck
bash iwcheck/install.sh
sudo iwcheck
Или одной командой:
- sudo apt-get update && sudo apt-get install -y git && git clone https://github.com/ddan9/iwcheck && bash iwcheck/install.sh && sudo iwcheck
Шаг за шагом:
apt-get update
apt-get install -y git
git clone https://github.com/ddan9/iwcheck
bash iwcheck/install.sh
iwcheck
Или одной командой:
- apt-get update && apt-get install -y git && git clone https://github.com/ddan9/iwcheck && bash iwcheck/install.sh && iwcheck
Одной командой:
- bash .iwcheck/remove.sh
bash (Может что-то другое, точно не знаю)
пакет wireless-tools (Для его установки на термуксе, потребуется дополнительно установить пакет root-repo)
git
git clone https://github.com/ddan9/iwcheck в вашу $HOME
cp iwcheck/iwcheck /usr/bin/iwcheck (Либо в другую подобную директорию)
chmod +x /usr/bin/iwcheck
mv iwcheck ./.iwcheck
Создатель пакета wireless-tools: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html 👈
Создатель скрипта: https://ddan9.github.io 👈