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.
#!/bin/bash | |
# Linux SCP Backup Script | |
# how it works | |
# - | |
#date string | |
d=$(date --iso) |
-------- 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 |
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.
/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 |
========= ========== ===== ===== | |
========= ============ ====== ====== | |
=== === ==== ===== ===== | |
=== ========= ====== ====== INSTALLIN' THAT SWEET SWEET | |
=== ======== ============= BIG IRON ON YOUR LINUX LAPTOP | |
=== ========= ============= OR SERVER - BY MR. SKILLFULL | |
=== === ==== === === === | |
========= ============ ===== = ===== | |
========= ========== ===== ===== |
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 |
#!/bin/bash | |
# Archives a specified website including all sub-pages and outputs a single PDF file | |
# Requires the following tools to be installed: | |
# - wget | |
# - wkhtmltopdf | |
# - gs (ghostscript) | |
# Installation: |
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.
These are the steps provided at the official https://openwrt.org/toh/tp-link/ex220_v1 page: