Skip to content

Instantly share code, notes, and snippets.

@viritt
viritt / cloudflare_update.script
Last active December 26, 2023 16:14 — forked from kiler129/cloudflare_update.script
Automatic script for Mikrotik RouterOS updating record on CloudFlare.
#########################################################################
# ================================================== #
# $ Mikrotik RouterOS update script for CloudFlare $ #
# ================================================== #
# #
# - You need a CloudFlare account & api key (look under settings), #
# a zone and A record in it #
# - All variables in first section are obvious, except CFid, #
# To obtain CFzoneid use following command in any unix shell: #
# curl -X GET "https://api.cloudflare.com/client/v4/accounts" -H "X-Auth-Email: YOUR_EMAIL" -H "X-Auth-Key: YOUR_API_KEY" -H "Content-Type: application/json" | python -mjson.tool
@rbb
rbb / install_airview.md
Last active June 12, 2021 21:23
Install Ubiquity Airview on Ubuntu 18.04

Installing Airview v1.0.12

These instructions worked on Ubuntu 18.04

  1. Grab the binary

    # This link was valid on 2018-07-24. Who knows how long it will last
    wget http://dl.ubnt.com/airview/AirView-Spectrum-Analyzer-v1.0.12.tar.gz
    tar xf AirView-Spectrum-Analyzer-v1.0.12.tar.gz
    

cd AirView-Spectrum-Analyzer-v1.0.12

@ndunks
ndunks / modem-indihome-zte
Created March 21, 2018 20:28
Default login telnet/webuser modem indihome ZTE F609
webuser
=======
admin:admin
admin:Telkomdso123
user:user
telnet
======
root:Zte521
@ndunks
ndunks / ZTE-F609.md
Last active April 30, 2024 08:58
Manual help untuk Modem Indihome TELNET ZTE F609

Telnet Manual Modem Indihome

Saya sering lupa, jadi tulis aja di gist.

Login Root via Telnet

telnet 192.168.1.1
login: root

pass : Zte521

@JosefJezek
JosefJezek / wp-installation.md
Created April 17, 2014 16:08
Automated Wordpress Installation on Ubuntu / Debian