Limit Bandwidth of each IP in an entire subnet with Mikrotik

Limit Bandwidth of each IP in an entire subnet with Mikrotik

You can use this basic set of commands to set max upload and dowload of each IP in given subnet. Example below is for 8/1 Mbit/s. Modify it as you please. Most easy way would be to put commands below into notepad, modify target= to fit your needs (example: 192.168.1.0/24) and then copy all comands and paste into RouterOS terminal Goran JumićExperienced Linux Software Developer with a demonstrated history of working in the information technology…

Read More

Protect your local network behind Mikrotik router

Protect your local network behind Mikrotik router

You can use this basic set of command you can put in your RouterOS terminal which will become firewall rules on your Mikrotik router. It should protect you from lot if attactks from Internet. Most easy way would be to put commands below into notepad, modify src-address= to fit your needs (example: 192.168.1.0/24) and then copy all comands and paste into RouterOS terminal. After you execute commands everything under LAN and to WAN is accessible,…

Read More

Controling TPLink smart plug with Linux

Controling TPLink smart plug with Linux

TPlink hs100 and hs110 are great cloud smart plugs with very nice Android application named KASA. While using it for my mining projects i wanted to manage switch relay with Linux on local network but i was only able to turn the plug on and off via Android application. Ive found great github page with script and explanation how to do this. From Github page: The tp-link Wi-Fi Smart Plug model HS100 is an embedded…

Read More

Send messages to Telegram Chat with Linux

Send messages to Telegram Chat with Linux

Here is the small guide how to send messeges to Telegram Chat service via telegram-send utility on Linux operating systems. Install telegram-send system-wide with pip: Now you can cofigure it.. To configure for sending to account: To configure to send to group: To configure to send to channel: Follow the instructions given to you by application to connect it to Telegram API Any additional information you can find on: https://pypi.org/project/telegram-send/ Goran JumićExperienced Linux Software Developer…

Read More

XMRig-amd arguments for mining

XMRig-amd arguments for mining

Here you can find best arguments that worked for me while executing XMRig-amd 2.8.5 version for specific AMD graphics cards. This configuration is specific for CryptonightV7,V8 and heavy algorithms. Examples are written for dual threading for each AMD card. Each GPU is numbered by “–opencl-devices=0,0,1,1”. Example is given for 2x GPUs. Everything here is tested on Linux operating system by adding this lines while executing xmrig-amd executable. XMRig-amd 2.8.5 CryptonightV7 AMD Radeon RX580 4gb CryptonightV8…

Read More
1 2