2021-10-22

Export connections in MySQL Workbench



saw in log:
%USERPROFILE%\AppData\Roaming\MySQL\Workbench\connections.xml


cd %USERPROFILE%\AppData\Roaming\MySQL\
zip up whole folder: Workbench

restore in new laptop, and done.

you can get what you have in previous laptop, the price to pay so far is: rekey in all passwords for all connections.







2021-10-21

Subversive vs Subclipse

 

Found a chinese article sharing his experience as per title.


从 Subclipse 到 Subversive: 第一印象

Source URL; https://cumt.org/blog/550

His preference is: Subversive.






I never run into any issue among these, Subversive vs Subclipse before version 2020-09, until 2021-06 tested with Subclipse.














Eclipse 2021-09 unable install Subversive - SVN Team Provider 4.0.5

 


"The following solutions are not available: Subversive - SVN Team provider 4.0.5"



Version: 2021-09

The following solutions are not available: Subversive - SVN Team Provider 4.0.5 (id=org.eclipse.team.svn.resource.ignore.rules.jdt.feature.group, site=http://download.eclipse.org/technology/subversive/4.0/update-site/)


Version: 2021-06

The following solutions are not available: Subversive - SVN Team Provider 4.0.5 (id=org.eclipse.team.svn.resource.ignore.rules.jdt.feature.group, site=http://download.eclipse.org/technology/subversive/4.0/update-site/)


but URL still reachable via browser: http://download.eclipse.org/technology/subversive/4.0/update-site/





So I manual add to install with Eclipse@202109.






For later versions: 



Archived: How to clear the 'SoftwareDistribution' folder on Windows 10 and make updates happen again

 


WINDOWS 10 ADVANCED
How to clear the 'SoftwareDistribution' folder on Windows 10 and make updates happen again
If Windows Update isn't working, it could be caused by a problem with the SoftwareDistribution folder, and here we'll show you how to fix it.
MAURO HUCULAK
16 Mar 2017


On Windows 10, the "SoftwareDistribution" folder is an essential component for Windows Update, which temporarily stores files needed to install new updates to keep your device secure and with the latest fixes and improvements.

This folder is maintained by the WUAgent (Windows Update Agent), and typically, it should be left alone, but there will be times when you may need to clear its content manually in the case the Datastore and Download folders aren't synchronized, and it's preventing Windows Update from applying new updates to your PC.

Usually, if you're having trouble with Windows Update, or after updates have been applied, it's safe to empty the content of the SoftwareDistribution folder. Windows 10 will always re-download all the necessary files, or re-create the folder and re-download all the components, if removed.






In this Windows 10 guide, we'll walk you through the steps to delete the content inside the SoftwareDistribution folder. As an alternative option, we'll also show you the steps to rename the folder, in case you only want to test if the folder's content is the one causing problems.

How to clear the 'SoftwareDistribution' folder

To delete the content inside the SoftwareDistribution folder, do the following:

  1. Open Start.
  2. Search for Command Prompt, right-click the result, and select Run as administrator.
  3. Type the following command to stop the Windows Update Service and press Enter:

    net stop wuauserv

  4. Type the following command to stop the Background Intelligent Transfer Service and press Enter:

    net stop bits

  5. Use the Windows key + R keyboard shortcut to open the Run command.
  6. Open File Explorer and browse the following path:

    C:\Windows\SoftwareDistribution

  7. Select all its content and click the Delete button to clear the content.

    Quick Tip: In the case, you're having trouble deleting all the files, simply restart your computer, and try again.

  8. On Command Prompt, type the following command to start the Windows Update Service and press Enter:

    net start wuauserv

  9. Type the following command to start the Background Intelligent Transfer Service and press Enter:

    net start bits

Once you completed the steps, Windows 10 will reconfigure the folder and re-download all the necessary components.

How to rename the 'SoftwareDistribution' folder

If you don't want to delete the content inside of the folder, you can alternatively, rename the folder to troubleshoot Windows Update problems.

To rename the SoftwareDistribution folder, do the following:

  1. Open Start.
  2. Search for Command Prompt, right-click the result, and select Run as administrator.
  3. Type the following command to stop the Windows Update Service and press Enter:

    net stop wuauserv

  4. Type the following command to stop the Background Intelligent Transfer Service and press Enter:

    net stop bits

  5. Use the Windows key + R keyboard shortcut to open the Run command.
  6. Type the following command to rename the folder and press Enter:

    rename %windir%\SoftwareDistribution SoftwareDistribution.bak

    Quick Tip: If the command isn't letting you rename the folder, try steps No. 3 and 4 one more time, and then try to rename the folder.

  7. Type the following command to start the Windows Update Service and press Enter:

    net start wuauserv

  8. Type the following command to start the Background Intelligent Transfer Service and press Enter:

    net start bits

After you've completed the steps, Windows 10 will re-create the folder and re-download all the necessary components.

The only caveat with this process is that the SoftwareDistribution folder also includes the Windows Update history information, which means that emptying up the folder will result in loss of this data. In addition, you'll notice that Windows Update will take longer than usual to detect and update your computer because the WUAgent must check and re-create the Datastore information. However, it's a small price to pay to get your device to update again.

While sometimes the folder may grow, it's only recommended to use these instructions only when necessary. You shouldn't mess with the SoftwareDistribution folder to free up storage space on your computer.







Upgrade nvm v1.1.7 to v1.1.8

 



Old files of version 1.1.7:


After run nvm-update.exe, it will prompt you which version to upgrade, and download files:













Google Referrals