Skip to content

Instantly share code, notes, and snippets.

View jctmf's full-sized avatar
😍

João Carlos T. de Melo Filho jctmf

😍
  • Supptex Suporte e Tecnologia, Regalia Tecnologia
  • Recife-PE
  • 21:21 (UTC -03:00)
View GitHub Profile

For my reference in the future I will record here the steps that I had to follow in order to install Openwrt on the tp-link router EX220. This was done using a Windows 11 machine.

Disclaimer: Use this tutorial at your own risk. We are not responsible for any damage/harms done to your device using the information from this tutorial.

Steps to install OpenWRT on EX220 router

OEM installation using the serial + TFTP method

These are the steps provided at the official https://openwrt.org/toh/tp-link/ex220_v1 page:

@kheuser
kheuser / ubuntu2002_php559.sh
Last active May 22, 2024 20:16
Install php5.5.9 on Ubuntu 20.04
apt -y install build-essential libxml2-dev libxslt1-dev
apt -y install libfcgi-dev libfcgi0ldbl libjpeg62-dbg libxml2-dev
apt -y install libmcrypt-dev libssl-dev libc-client2007e libc-client2007e-dev
apt -y install libbz2-dev libcurl4-openssl-dev libjpeg-dev
apt -y install libfreetype6-dev libkrb5-dev libpq-dev libicu-dev
ln -s /usr/lib/libc-client.a /usr/lib/x86_64-linux-gnu/libc-client.a
mkdir /opt/php-5.5.9
mkdir /usr/local/src/php5-build
========= ========== ===== =====
========= ============ ====== ======
=== === ==== ===== =====
=== ========= ====== ====== INSTALLIN' THAT SWEET SWEET
=== ======== ============= BIG IRON ON YOUR LINUX LAPTOP
=== ========= ============= OR SERVER - BY MR. SKILLFULL
=== === ==== === === ===
========= ============ ===== = =====
========= ========== ===== =====
@dhcgn
dhcgn / routerboard.sh
Last active October 6, 2023 23:45
Add Cloudflare IPs to Mikrotik Routerboard
/ip firewall address-list
add list=CF address=173.245.48.0/20
add list=CF address=103.21.244.0/22
add list=CF address=103.22.200.0/22
add list=CF address=103.31.4.0/22
add list=CF address=141.101.64.0/18
add list=CF address=108.162.192.0/18
add list=CF address=190.93.240.0/20
add list=CF address=188.114.96.0/20
add list=CF address=197.234.240.0/22
@berkorbay
berkorbay / github_desktop_ubuntu.md
Last active July 22, 2024 09:51
To install Github Desktop for Ubuntu

IMPORTANT

See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)

For the sake of "maintaining the tradition" here is the updated version.

@alexishida
alexishida / rtsp-intelbras-outros.txt
Last active July 2, 2024 18:24
RTSP dvr intelbras e outros
-------- Intelbras -------------------------------------------------------
rtsp://usuário:senha@ip:porta/cam/realmonitor?channel=1&subtype=0
-------- Luxvision -------------------------------------------------------
rtsp://ip:porta/user=[usuário]&password=[senha]&channel=1&stream=0.sdp
-------- Hikvision -------------------------------------------------------
rtsp://usuário:senha@ip:porta/Streaming/Channels/102
@eyJhb
eyJhb / backup.sh
Created November 14, 2018 21:20
Simple script I use to backup my servers - uses PGP for encryption and SCP for uploading
#!/bin/bash
# Linux SCP Backup Script
# how it works
# -
#date string
d=$(date --iso)