KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
diy-modem-tools
★ 22
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
VULOnceMore
:
记录个人的漏洞复现过程
report-nyc-coverage-github-action
:
GitHub Action that posts the report in a comment on a GitHub Pull Request from coverage data generated by nyc (istanbul)
orbit
:
Orbit: OS Support for Safe and Efficient Auxiliary Tasks in Applications
laravel-docker-deploy
:
No description available.
rock-pi-s
:
ROCK Pi S
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
diy-modem-tools
?
Download (.md)
# DIY Modem Tools ## Fibocom L850/L860 ### IMEI Changer - [Fibocom L860](https://github.com/lutfailham96/diy-modem-tools/releases/tag/l860-gl) ### Network Information Tools #### Installation ```shell curl -sLo /usr/bin/xmm75xx-info "https://raw.githubusercontent.com/lutfailham96/diy-modem-tools/main/xmm75xx/xmm75xx-info" && chmod +x /usr/bin/xmm75xx-info ``` #### How to use - Execute ``` xmm75xx-info ``` - With custom interval ``` xmm75xx-info -i 3 ``` - With custom device port ``` xmm75xx-info -d /dev/ttyACM2 ``` - Example result <p align="center"> <img src="https://i.ibb.co/j5DXHFg/Screenshot-from-2022-03-07-08-39-33.png" /> </p>