PRINCE2 For Dummies Cheat Sheet
Posted onFound this nice “101” for some basic conventions. Know this and you might understand your PM better 😉
Source https://www.dummies.com/business/management/prince2-for-dummies-cheat-sheet-uk-edition/
Ubuntu: Local bind server
Posted onCat9300 clear for pnp
Posted onconf t
config-register 0x2102
crypto key zeroize
yes
no crypto pki certificate pool
yes
exit
!
delete /force vlan.dat
delete /force nvram:*.cer
delete /force nvram:pnp*
delete /force flash:pnp*
!Next two lines are only for HA systems
!delete /force stby-nvram:*.cer
!delete /force stby-nvram:*.pnp*
write erase
reload
no
Ubuntu: Add universe repository
Posted onsudo add-apt-repository universe
Allow _ in Jitsi room name
Posted onFrom:
https://github.com/jitsi/jitsi-meet/issues/6536
In short add this to apache config file
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/http-bind$
RewriteCond %{REQUEST_URI} !external_api\.
RewriteCond %{REQUEST_URI} !xmpp-websocket
RewriteRule ^/([a-zA-Z0-9_\-]+)$ /index.html
Add line numbers to textfile using Linux
Posted onawk '{print NR "> " $s}' inputfile > outputfile
Microsoft Teams tech-note
Posted onCisco AirOS QoS+AVC for Microsoft Teams
Posted on
# Lower default-unicast and multicast QoS level
config wlan disable all
config qos priority platinum voice besteffort besteffort
config qos priority gold video besteffort besteffort
config qos priority silver besteffort besteffort besteffort
config qos priority bronze background background background
config wlan enable all
# Add teams AVC profile to WLC
config avc profile teams create
config avc profile teams rule add application ms-teams-audio mark 46
config avc profile teams rule add application ms-teams-video mark 34
# Add AVC profile to WLC N
config wlan disable N
config wlan avc N profile teams enable
config wlan enable N
Cisco AirOS change data rates
Posted onSetting carefully selected data rates on an AirOS WLC are important. But to change it the radio needs to be disabled. Paste this commands on the WLC command line to change data rates in a very short disruption.
(more…)