Search query: label/WebSites

Simple Example of using YAML Node Anchors in Home Assistant

Simple Example of using YAML Node Anchors in Home Assistant

...code. The first instance of the key [rgb_color] is where you define the label (using &) and then the value after ward. So &red is ... Read More

Can Akamai help speed your VDI implementations? I think so.

Can Akamai help speed your VDI implementations? I think so.

...applications, virtualization and data and NOT web servers or websites.  My understanding of Akamai was that they speed up the web by preloading and caching ... Read More

OpenDNS and Internet Filtering.

OpenDNS and Internet Filtering.

Here is a quick write up for my daughter’s school on the various ways to filter websites and keep the students productive and safe. Initially ... Read More

Monitor Uptime/Downtime of your Website/Blog for Free!

Monitor Uptime/Downtime of your Website/Blog for Free!

Here’s an interesting service Aaron Silber sent over to me. It’s a great cloud service to monitor your Websites. The first site you monitor is ... Read More

PowerShell Tutorial – How to Keep Tabs on XenApp Printer Queues

...Get-Content 'CitrixServerList.txt' ForEach ($server in $servers) { try { write-host "Processing printers for: " $server " ..." Get-WMIObject Win32_PerfFormattedData_Spooler_PrintQueue -computerName $server -ea stop | ?{$_.jobs ... Read More