Access Oracle Cloud VM from any browser on any devices
wget -O vscode.deb https://code.visualstudio.com/sha/download\?build\=stable\&os\=linux-deb-arm64 && sudo apt install ./vscode.deb --fix-broken -y && rm vscode.deb| #!/bin/bash | |
| # define the name of cupsd container & printer | |
| CONTAINER_NAME=cupsd | |
| PRINTER_NAME='Seiko Epson Corp. L3110 Series' | |
| # get bus and device number for Seiko Epson Corp. L3110 Series | |
| bus_and_device=$(lsusb | grep -i "${PRINTER_NAME}" | awk '{print $2, $4}' | tr ':' ' ') | |
| # extract bus and device numbers |
| ## Generic IP address list input | |
| ## Based on a script written by Sam Norris, ChangeIP.com 2008 | |
| ## Edited by ChrisG661, 2021 | |
| ## Permissions: ftp, read, write, policy, test | |
| # Check if file is not empty | |
| :if ([/file get [/file find name=$filename] size] > 0) do={ | |
| # Remove existing addresses from the current address list | |
| # Disabled as script will use same list for different sourcefiles | |
| #/ip firewall address-list remove [/ip firewall address-list find list=$listname] |
| ## Made by ChrisG661, 2021 | |
| ## github.com/ChrisG661 | |
| # Address list name | |
| :local listname "zoom" | |
| # Zoom IP range URLs | |
| :local sourceUrl {"https://assets.zoom.us/docs/ipranges/Zoom.txt"; \ | |
| "https://assets.zoom.us/docs/ipranges/ZoomMeetings.txt"; \ | |
| "https://assets.zoom.us/docs/ipranges/ZoomCRC.txt"; \ | |
| "https://assets.zoom.us/docs/ipranges/ZoomPhone.txt"} |
Access Oracle Cloud VM from any browser on any devices
wget -O vscode.deb https://code.visualstudio.com/sha/download\?build\=stable\&os\=linux-deb-arm64 && sudo apt install ./vscode.deb --fix-broken -y && rm vscode.debNotes: Some IPs are already rotated to protect the innocent.
/ip firewall filter
add action=reject chain=forward comment="Block Telkom Router access" \
dst-address=172.31.100.1 dst-port=80 protocol=tcp reject-with=\
| No | Path | Description | Reference |
|---|---|---|---|
| 1 | /boot/config/plugins/dockerMan/templates |
Contains Docker templates where users can create their own custom Docker container templates that can be used with the Docker Manager. | |
| 2 | /etc/libvirt/qemu/ |
Contains XML configuration files that are used to define the configuration of virtual machines | |
| 3 | /usr/local/emhttp/plugins/boot/config/plugins |
Contains plugins that can be installed to extend the functionality of the system | |
| 4 | /boot/config/ssh``/boot/config/ssh/root |
- Contains configurations used to enable and configure SSH access to the system- Contains SSH keys that can be used to access the system via SSH |