For all you Belgians (Flemish) out there, a list of live-streams (MP3) for people who don't want to use the online player of VRT, or simply can't use the player (e.g. linux users?)
Simply load these up in your favourite player supporting MP3 streaming through HTTP (such as VLC Player).
Readers that have read this page before will notice all streaming URLs are gone. VRT has switched to another streaming provider, causing all streaming URLs to change. The new list can be found here:
https://www.vrt.be/nl/aanbod/kijk-en-luister/radio-luisteren/streamingslinks-radio/
For those that do not wish to use OneDrive and want it removed from the folder tree in Explorer, can do so by a simple registry change:
Open regedit and locate the key: HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}
Change the value of System.IsPinnedToNameSpaceTree to 0
When using 64-bit, repeat the process for the key: HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}
Note that starting from Windows 10 Creator, you can also remove OneDrive by uninstalling it:
As found on Voip-info.org, a list of bandwidth consumption per codec.
It's worth mentioning that the table also indicates the total consumption including IP overhead. When making assumptions about bandwidth requirements, it is useful to take this overhead into account.
Codec | BR | NEB |
---|---|---|
G.711 | 64 Kbps | 87.2 Kbps |
G.729 | 8 Kbps | 31.2 Kbps |
G.723.1 | 6.4 Kbps | 21.9 Kbps |
G.723.1 | 5.3 Kbps | 20.8 Kbps |
G.726 | 32 Kbps | 55.2 Kbps |
G.726 | 24 Kbps | 47.2 Kbps |
G.728 | 16 Kbps | 31.5 Kbps |
iLBC | 15 Kbps | 27.7 Kbps |
You can easily verify whether an ADFS implementation is working by using a browser and trying to log on:
https://adfs.yourdomain.com/adfs/ls/IdpInitiatedSignon.aspx
Replace adfs.yourdomain.com accordingly.
Note that in 2016, this no longer works unless you re-enable this feature through Powershell:
Set-AdfsProperties -EnableIdpInitiatedSignonPage $true
The RLM module may become unresponsive and you may see the following messages in the Syslog:
You can resolve the issue by rebooting the RLM from the CLI.
Log on using the CLI (SSH or console), then reboot the RLM.
CLI: rlm reboot
Wait for a while and verify the RLM is back online:
CLI: rlm status
The output of the command should report: Status: Online
I got this through the contact form. It's a jargon-free guide to computer and internet security. It provides a detailed explanation on how to properly secure your computer and internet experience, and best of all, it uses simple and understandable language, lowering the bar for everyone to secure themselves against malware, ransomware and other malicious attacks.
Although unsupported, it is possible to install Microsoft Security Essentials on a Windows Server 2012.
To do this, set the compatibility of the downloaded file to Windows 7, then start that file with the parameter /disableoslimit.
The installation goes without a problem, and as far as I can tell, there are no compatibility issues.
If for any reason you need to determine whether a specific instance of VMWare View Connection Server is installed as a standalone server or a replica server, you can do so by looking into the registry.
In HKEY_LOCAL_MACHINE\Software\VMware, Inc.\VMware VDM, the value ServerInstanceType will indicate which type the CS is:
1 = standalone/first CS
2 = replica CS
Note that this doesn't really matter, as the only difference between them is whether they set up a new ADAM instance or connect to an existing one. After the installation of VCS, they are identical.
You can very easily properly uninstall the Palo Alto GlobalProtect client on Mac OSX by running the included uninstallation script:
Open a Terminal and then run it by typing:
sudo /Applications/GlobalProtect.app/Contents/Resources/uninstall_gp.sh
Provide your password when asked and the script will uninstall GlobalProtect.
One of the most common Exchange admin tasks is setting mailbox delegations. Personally, I usually do this through EAC but once you're familiar with the Powershell counterparts, it can be quicker to use that instead. I've created this post as a reference to do just that.
In the reference below, the user "Ellen Somebody" requires access to the mailbox of "John Doe".
Send on Behalf
Set-Mailbox john.doe -GrantSendOnBehalfTo ellen.somebody
Send As
Add-ADPermission john.doe -ExtendedRights Send-As -user ellen.somebody
Full Access
Add-MailboxPermission -Identity john.doe -User ellen.somebody -AccessRights FullAccess -InheritanceType All
Hyper-V does not allow to be installed on a machine that's already virtual (such as on another Hyper-V or VMWare). For VMWare, you can circumvent this by adding custom configuration parameters to the VM's configuration.
Add these to the VM's configuration, either through the vSphere (web)client, or by directly editing the VMX-file:
hvh.enable = TRUE hypervisor.cpuid.v0 = FALSE
If you're editing the VMX-file, you need to enclose the values (behind the =) in double quotes (").
Older, obsolete releases of Ubuntu are no longer available on localized mirrors. Instead, you must use the old-releases repositories. This is done by replacing the repository entries in /etc/apt/sources.list:
For example:
us.archive.ubuntu.com/ubuntu/dists/natty/main/source/Sources
would become
old-releases.ubuntu.com/ubuntu/dists/natty/main/source/Sources
« ‹ | 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 |