Changing SNMP location on Brocade Fiberchannel Switches
The brocade documentation for FABos does not state how to change the SNMP location, contact and SNMP system name.
It can be done by the following command
snmpconfig --set systemGroup
The brocade documentation for FABos does not state how to change the SNMP location, contact and SNMP system name.
It can be done by the following command
snmpconfig --set systemGroup
I ran into a problem with casting from Chrome to a Chromecast, android phones would work just fine, but Chrome would refuse to cast. The cast icon was available but it would not find a chromecast to cast to. After some research it seems that Chrome stopped working for quite some people after Chrome 63.
Apparently there has been a new chrome flag that disables casting to non-RFC1918 IP addresses. To enable the old behaviour go to:
chrome://flags/#media-router-cast-allow-all-ips
And enable it. After a Chrome restart your problems are fixed.
After doing some security research for some friends, I encountered the use of SHC for some shell scripts. As the platform in question is ARM and there wasn't a functioning unSHC for arm, I decided to start porting unSHC to ARM.
The sort of working beta version can be found on github here.
There are currently a few "mPCIe" lorawan gateway cards on the market or in development. Unfortunately most of them only use the mPCIe/M.2/mSATA form factor but not a mPCIe compatible pinout. This list tries to be complete in differentiating between the different cards.
Using the Lineage OS Install guide I had no problems installing it, but make sure you have enough battery. I started out at 10% the first time and this was not enough. Make sure it is at a minimum of 50%
LineageOS Download for SGP311 - https://download.lineageos.org/pollux_windy
LineageOS Install Guide for SGP311 - https://wiki.lineageos.org/devices/pollux_windy/install
Running VMWare ESXi 6.5U1 on a HP DL380 G8 with the HPE Custom Image ? And getting the error message: An application (/sbin/sfcbd) running on esxi host has crashed ?
Disable the vmw_hpe-smx-provider wbem provider. Get into the ESXi CLI and do the following:
esxcli system wbem provider set -e false -n vmw_hpe-smx-provider
AVG's SecureDNS feature causes problems when using split horizon DNS.
AVG SecureDNS tries to validate a DNS response using a QUIC request to one of their servers on port 443. When using SecureDNS it will return the external view of your DNS server instead of the internal view.
UPDATE January 7th 2020: Recent Cura 4.x has a builtin template for the wanhao duplicator i3 plus which works fine for me.
I recently acquired a Wanhao Duplicator i3 Plus 3D printer. To use it with Ultimaker's Cura the following settings have to be entered in the printer settings:
- Printer > Add > Other > Prusa i3
- Machine Settings - Printer
My gopro hero 3 had a password set I couldn't remember. It seems changing it isn't that straightforward, most guides on the internet redirect you to the gopro site, where you have to enter your serial number to obtain an update.zip file, which contains 2 textfiles. Here is a guide to do it without going trough their site.
Get an empty microSD card (or format it) and add the following 2 files to the root directory of the microSD card. Change WIFI_SSID to your own SSID, and change WIFI_PASSWORD to the password you want to use.
Sometimes your Cisco 6500 seems to having a hard time with high CPU. Most cases are pretty obvious, like rancid or librenms runs, arp or dhcpd storms. But sometimes it is not that obvious and you want to know which traffic flows to your CPU. Time to dump the packets to the CPU. The following has been retrieved from cisco.com.