Skip to content

Instantly share code, notes, and snippets.

View zayigo's full-sized avatar
🦙
Probably sleeping

Nicola Bontempelli zayigo

🦙
Probably sleeping
View GitHub Profile
@zayigo
zayigo / ebay-listing.html
Last active May 19, 2024 16:09
A clean HTML template for eBay listings, featuring sections for product title, price, description, included items, specifications, and a "Contact us" button.
<div style="width:100%; max-width:800px; margin:0 auto; padding:20px;">
<h1 style="font-size:28px; color:#333; margin-top:20px;">PRODUCT TITLE</h1>
<p style="font-size:24px; color:#f60; margin-top:10px;">PRICE</p>
<p style="font-size:18px; color:#006400;">PRODUCT DESCRIPTION</p>
<h2 style="padding-top:20px;">Included Items</h2>
<ul style="font-size:16px; color:#666; margin-top:10px;">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
@zayigo
zayigo / sync-interface-comment.md
Created April 7, 2024 13:48
MikroTik RouterOS Script: Sync Comments from Interfaces to Bridge Ports

MikroTik Interface-to-Bridge Port Comment Sync Script

This script is designed for use on MikroTik routers running RouterOS. It automates the process of synchronizing comments from interfaces to their corresponding bridge ports which imho should be the default behaviour.

Script

You can copy and paste it in the terminal or use it as a scheduled task.

:foreach int in=[/interface find] do={
 :local intfName [/interface get $int name];
@zayigo
zayigo / wanway_tracker_unlocking.md
Last active June 22, 2024 11:27
How to unlock the WanWay S20 GPS Tracker

Unlocking the WanWay S20 GPS Tracker

Tip

The contents of this guide are still valid, but for more detailed instructions, you should also check out this repo.

Important

If you can't change the server address on newer devices, you can try downgrading your firmware by following the instructions here.