Latest posts
Technical notes, renewable energy projects, useful fixes and updates.
Change password on Windows using cmd
In a cmd prompt run the below command net user username newpassword if the username contains a space do the below net user “user…
Read more →
SSH from one Mikrotik to another
OverviewRouterOS provides SSH client that supports SSHv2 logins to SSH servers reachable from the router. RequirementsFor this command to be available router has to…
Read more →Add Webmin to FirewallD
The below will open tcp port 10000 on FirewallD to get access to webmin firewall-cmd –permanent –zone=public –add-port=10000/tcp A reload of FirwwallD is needed…
Read more →Remove IP from Fail2Ban Intrusion Detector
fail2ban-client set JAILNAMEHERE unbanip IPADDRESSHERE
Read more →Rubiks Cube
Yellow CompleteWhen you have the Yellow side complete, follow this sequence, you might have to repeat it several times Last 3 Clockwise
Read more →
Sending Email via Telnet using auth login
The username and password needs to be encoded and sent in BASE64So if using username as the username it would become dXNlcm5hbWU= in BASE64…
Read more →
Mikrotik Script to calculate Average CPU Load & email notification
# Average CPU Load Notification.# This will email you once when average CPU Load reaches the set CPU Threshold value.# When average CPU Load…
Read more →
Add a Mikrotik user, using CLI or a script
The below can be used to add a local user to a Mikrotik using a script or at the CLI /user add name=setusername password=setpassword…
Read more →