The Barracuda VPN Client does not work properly on macOS Mojave: after connecting the VPN, the UI crashes and restarting it immediately makes it crash again. The VPN tunnel itself does work, but other than manually killing the process (kill -9), it is not possible to terminate the tunnel (other than rebooting of course).
An updated version of the client, Barracuda VPN Client 5.0.2.5 for macOS is available which resolves these issues.
A nifty little feature of the Yealink IP Phones the ability to display the contents of the LCD via the management page.
Access the web management page, and after authenticating, change your browser URL to http://IP_of_phone/screencapture. Refresh the browser to update the capture.
This works on the following models: SIP-T48G, SIP-T46G, SIP-T42G, SIP-T41P, SIP-T29G, SIP-T28P, SIP-T27P, SIP-T26P, SIP-T23G, SIP-T23P, SIP-T22P, SIP-T21P E2.
The following default passwords are used for HP 3PAR storage systems:
Username | Password | Used for |
---|---|---|
3paradm | 3pardata | Management port (MGMT) for admin control |
Setupusr / root | (blank) | SP initial default credentials (before config) |
Spvar | 3V#rpar | SP default credentials (after config) |
3parcust | 3parInServ | SP default credentials, meant for customers to use |
You can easily update your vCenter Server Appliance (VCSA) offline by downloading a product patch ISO and via the CLI.
Download the latest patch from VMware Patch Download Center. Select VC from the Search by Product drop-down menu, then select the correct version (i.e. 6.0 or 6.5). Download the patch ISO and attach it to the VCSA.
Log in to the shell (using SSH or VMRC) and initiate the update:
software-packages stage --iso --acceptEulas
software-packages list --staged
software-packages install --staged
After the update has finished, you will have to reboot the VCSA.
Similar as on FreeBSD and Linux, you can add/remove static network routes through the command line with the route command. The syntax somewhat differs from Linux, though.
To add a route (e.g. subnet 192.168.3.0/24 to gateway 192.168.1.254):
sudo route -n add -net 192.168.3.0/24 192.168.1.254
To remove a route:
sudo route -n delete -net 192.168.3.0/24
To show the current route table, you can use netstat:
netstat -nr
Cisco's SF/SG 300/500 series managed switches have CLI access via Telnet and SSH but this is turned off by default, leaving only the web interface to manage the switch. You can enable Telnet and/or SSH via the web interface, enabling management via CLI.
« ‹ | March 2021 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |