Live audio feed of ocean waves and other worthwhile sounds
article #1138, updated 2510 days ago

Right here:

http://www.abacus.fm/

Lots of other interesting stations too.

Categories:      

==============

PowerShell Gallery
article #1136, updated 2512 days ago

“The PowerShell Gallery is the central repository for PowerShell content. You can find new PowerShell commands or Desired State Configuration (DSC) resources in the Gallery.”

http://www.powershellgallery.com/

Categories:      

==============

'dig' web interface for DNS studies
article #1137, updated 2512 days ago

This is amazing:

http://digwebinterface.com

Submitted by the amazing Zach Hogan.

Categories:      

==============

Install PowerShell 5.1
article #1135, updated 2514 days ago

As part of Windows Management Framework 5.1. Not indicated for Windows 10 / Server 2016.

https://www.microsoft.com/en-us/download/details.aspx?id=54616

Categories:      

==============

Windows 10 does not always automatically detect and TRIM SSDs
article #1134, updated 2514 days ago

Found this today.

  • A two-month-old laptop with a SanDisk SD8SN8U-256G-1006 SSD for its C: drive, Windows 10.
  • Windows had recognized the drive as a standard hard drive, not an SSD, and the laptop had slowed down a lot very recently.
  • Installed the SanDisk SSD Dashboard, ran TRIM, and scheduled weekly TRIM operations.
  • Laptop much faster.

Categories:      

==============

ESET Uninstaller / Remover Tool
article #1133, updated 2518 days ago

If the Windows Installer method doesn’t work, ESET has a tool. It does have to be run with the OS in safe mode:

https://support.eset.com/kb2289/?locale=en_US&viewlocale=en_US

Categories:      

==============

Run PowerShell script bypassing execution policy
article #1131, updated 2532 days ago

Run it like this, from CMD:

"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass script.ps1

Categories:      

==============

Turn Off Share Caching
article #1132, updated 2532 days ago

One can save a lot of data confusion and server-side load, by turning off share caching on the server side. This prevent client machines from using Offline Files to drive human beings up the wall! :-)

TOSC.VBS turns off share caching on all of the shares it can, except for dollar shares. It needs to be run as administrator.

Categories:      

==============

Bicycle Derailleur Adjustments
article #1130, updated 2540 days ago

If you bicycle much using the most common shifting systems, you’ll need these. Thus far I am finding the instructions on Liv’s Cycling to be best for the rear, and wikihow or madegood.org for the front. The most important thing yet learned: instructions often get the “H” and the “L” limit screws reversed for whichever bicycle you’re on. Got to check it for each derailleur, by seeing the slight movement per half-turn of each screw. General thoughts:

  1. Mounting position has to be right. This is not very confusing in the various web resources studied.
  2. Each derailleur, front and rear, has an H screw and an L screw. On each, one screw sets the max deflection towards the frame, the other sets the max deflection away from the frame. These are called limit screws.
  3. Cable tension can simulate one of the limit screws. Use the tension caps on the gear control, or (when they are there) the caps on the derailleurs themselves, to relieve tension, to verify that you are seeing reality of limit screws, not the simulation of the cable tension :-) Which screw tension simulates, also varies by make and model and type of derailleur.

Categories:      

==============

Handle AutoComplete in Outlook
article #365, updated 2544 days ago

Here is a utility:

http://www.nirsoft.net/utils/outlook_nk2_edit.html

which does an excellent job. It will edit, merge, save copies, et cetera. It works also with later versions of Outlook which use .DAT files instead of .NK2 files.

There is also a Microsoft page, with a utility linked, reported to be excellent:

https://support.microsoft.com/en-us/help/2199226

Categories: