<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to wiki</title><link href="https://sourceforge.net/p/jdiskmark/wiki/" rel="alternate"/><link href="https://sourceforge.net/p/jdiskmark/wiki/feed.atom" rel="self"/><id>https://sourceforge.net/p/jdiskmark/wiki/</id><updated>2024-02-25T08:32:26.034000Z</updated><subtitle>Recent changes to wiki</subtitle><entry><title>Home modified by James Mark Chan</title><link href="https://sourceforge.net/p/jdiskmark/wiki/Home/" rel="alternate"/><published>2024-02-25T08:32:26.034000Z</published><updated>2024-02-25T08:32:26.034000Z</updated><author><name>James Mark Chan</name><uri>https://sourceforge.net/u/jamesmarkchan/</uri></author><id>https://sourceforge.net2fbfe2fb769b593c235366209c385202ac958e10</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -25,7 +25,7 @@
 ~~~~

 **Running on Windows:**
-Try our windows installer!
+Try our windows [installer](https://sourceforge.net/projects/jdiskmark/files/jDiskMark-0.5.1.msi/download)

 **Notes:**
 A jdm.properties file is created in your home directory that stores the last settings used.
&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title>Home modified by James Mark Chan</title><link href="https://sourceforge.net/p/jdiskmark/wiki/Home/" rel="alternate"/><published>2024-02-25T08:31:23.757000Z</published><updated>2024-02-25T08:31:23.757000Z</updated><author><name>James Mark Chan</name><uri>https://sourceforge.net/u/jamesmarkchan/</uri></author><id>https://sourceforge.net1ec88a99932f2255d3dcc3ad6d88434c505d8b10</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -5,16 +5,16 @@
 **Running on Linux:**
 1. Verify you have correct version of java installed
 ~~~~
+PS C:\Users\james\Projects\jdm-java&amp;gt; java --version
+java 21.0.1 2023-10-17 LTS
+Java(TM) SE Runtime Environment (build 21.0.1+12-LTS-29)
+Java HotSpot(TM) 64-Bit Server VM (build 21.0.1+12-LTS-29, mixed mode, sharing)
+~~~~
+~~~~
 ~$ java -version
 java version "1.8.0_05"
 Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
 Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
-~~~~
-~~~~
-PS C:\Users\james\Projects\jdm-java&amp;gt; java --version
-java 21.0.1 2023-10-17 LTS
-Java(TM) SE Runtime Environment (build 21.0.1+12-LTS-29)
-Java HotSpot(TM) 64-Bit Server VM (build 21.0.1+12-LTS-29, mixed mode, sharing)
 ~~~~
 2. Extract the zip and run
 ~~~~
@@ -25,7 +25,7 @@
 ~~~~

 **Running on Windows:**
-Should be able to just double click jDiskMark.jar.
+Try our windows installer!

 **Notes:**
 A jdm.properties file is created in your home directory that stores the last settings used.
@@ -43,11 +43,11 @@
 jDiskMark was modeled after [DiskMark](http://www.networkdls.com/Software/View/DiskMark) and [CrystalDiskMark](http://crystalmark.info/download/index-e.html).

 Here are reviews of other free benchmarking utilities:
-https://www.raymond.cc/blog/measure-actual-hard-disk-perfomance-under-windows/view-all/
-https://harddiskdirect.com/blog/5-best-third-party-tools-for-testing-ssd-and-hdd-performance
-https://www.geckoandfly.com/23934/ssd-hdd-effective-read-write-speed/
-https://storables.com/data-storage/solid-state-drive/13-top-applications-to-run-an-ssd-speed-test/
-https://www.tech21century.com/hdd-ssd-drive-speed-test/
+1. https://www.raymond.cc/blog/measure-actual-hard-disk-perfomance-under-windows/view-all/
+2. https://harddiskdirect.com/blog/5-best-third-party-tools-for-testing-ssd-and-hdd-performance
+3. https://www.geckoandfly.com/23934/ssd-hdd-effective-read-write-speed/
+4. https://storables.com/data-storage/solid-state-drive/13-top-applications-to-run-an-ssd-speed-test/
+5. https://www.tech21century.com/hdd-ssd-drive-speed-test/

 **Share your Benchmarks with us Here**

&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title> Verifying SHA-256 Hash on Windows with PowerShell modified by James Mark Chan</title><link href="https://sourceforge.net/p/jdiskmark/wiki/%2520Verifying%2520SHA-256%2520Hash%2520on%2520Windows%2520with%2520PowerShell/" rel="alternate"/><published>2024-02-24T23:44:13.896000Z</published><updated>2024-02-24T23:44:13.896000Z</updated><author><name>James Mark Chan</name><uri>https://sourceforge.net/u/jamesmarkchan/</uri></author><id>https://sourceforge.netd56329c11db7ee79b5a31550cd7c6fa24d44034a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here are instructions for verifying the SHA-256 hash of a file using PowerShell:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open PowerShell:&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Click on the Start menu and search for PowerShell.&lt;br/&gt;
Right-click on PowerShell and select Run as administrator. This is important to access certain system files.&lt;br/&gt;
2. Identify the file and its SHA-256 hash:&lt;/p&gt;
&lt;p&gt;Locate the file you want to verify.&lt;br/&gt;
Obtain the expected SHA-256 hash value for the file. This information is usually provided by the software developer or download source.&lt;br/&gt;
3. Use the Get-FileHash cmdlet:&lt;/p&gt;
&lt;p&gt;There are two ways to use the Get-FileHash cmdlet:&lt;/p&gt;
&lt;p&gt;Method A: Using the file path:&lt;/p&gt;
&lt;p&gt;In the PowerShell window, type the following command, replacing &amp;lt;file_path&amp;gt; with the actual path to your file:&amp;lt;/file_path&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Get-FileHash &amp;lt;file_path&amp;gt; -Algorithm SHA256&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Method B: Drag and drop the file:&lt;/p&gt;
&lt;p&gt;Navigate to the file location in the File Explorer.&lt;br/&gt;
Click and hold the file, then drag it into the PowerShell window.&lt;br/&gt;
Release the file, and PowerShell will automatically add the path to the command.&lt;br/&gt;
Press Enter to execute the command.&lt;br/&gt;
4. Compare the hash values:&lt;/p&gt;
&lt;p&gt;The Get-FileHash command will display the calculated hash value for the file, along with the algorithm used (SHA256 in this case).&lt;br/&gt;
Compare the displayed hash value with the expected SHA-256 hash you obtained earlier.&lt;br/&gt;
5. Interpretation:&lt;/p&gt;
&lt;p&gt;If the two hash values match exactly, the file is considered verified and has not been tampered with.&lt;br/&gt;
If the hash values do not match, it indicates that the file has been modified or corrupted, and you should not use it.&lt;br/&gt;
Additional notes:&lt;/p&gt;
&lt;p&gt;You can also use wildcards with the file path in the Get-FileHash command, for example, Get-FileHash *.exe -Algorithm SHA256 to verify all executable files in the current directory.&lt;br/&gt;
For more advanced usage, you can pipe the output of Get-FileHash to other cmdlets for further processing or comparison.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Home modified by James Mark Chan</title><link href="https://sourceforge.net/p/jdiskmark/wiki/Home/" rel="alternate"/><published>2024-02-24T23:37:07.325000Z</published><updated>2024-02-24T23:37:07.325000Z</updated><author><name>James Mark Chan</name><uri>https://sourceforge.net/u/jamesmarkchan/</uri></author><id>https://sourceforge.netb8de70f6c6aa818ac89ec1de23a62640c5cd1180</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -1,5 +1,5 @@
 **Requirements:**
-*  [Java 21](https://www.oracle.com/java/technologies/downloads/#java21) for jDiskMark v0.5
+*  [Java 21](https://www.oracle.com/java/technologies/downloads/#java21) for jDiskMark v0.5.1
 *  [Java 8](https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html) for jDiskMark v0.4

 **Running on Linux:**
&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title>Home modified by James Mark Chan</title><link href="https://sourceforge.net/p/jdiskmark/wiki/Home/" rel="alternate"/><published>2024-01-16T18:37:40.216000Z</published><updated>2024-01-16T18:37:40.216000Z</updated><author><name>James Mark Chan</name><uri>https://sourceforge.net/u/jamesmarkchan/</uri></author><id>https://sourceforge.netd183530cfe4e9e1c37090bf5ec9b8f095d703b56</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -1,6 +1,6 @@
 **Requirements:**
 *  [Java 21](https://www.oracle.com/java/technologies/downloads/#java21) for jDiskMark v0.5
-*  Java 8 for jDiskMark v0.4
+*  [Java 8](https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html) for jDiskMark v0.4

 **Running on Linux:**
 1. Verify you have correct version of java installed
@@ -36,8 +36,7 @@
 sync &amp;amp;&amp;amp; echo 3 | sudo tee /proc/sys/vm/drop_caches
 ~~~~

-jDiskMark was developed with NetBeans and it's source code is maintained here:
-https://github.com/jDiskMark/jdm-java
+jDiskMark was developed with [NetBeans 20](https://netbeans.apache.org/front/main/download/) and it's source code is maintained on [github](https://github.com/jDiskMark/jdm-java)

 Hope you find it useful.

&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title>Home modified by James Mark Chan</title><link href="https://sourceforge.net/p/jdiskmark/wiki/Home/" rel="alternate"/><published>2024-01-16T18:35:03.599000Z</published><updated>2024-01-16T18:35:03.599000Z</updated><author><name>James Mark Chan</name><uri>https://sourceforge.net/u/jamesmarkchan/</uri></author><id>https://sourceforge.netef35205f34943e6c24a7f1bd27f3677a6974800b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -1,5 +1,5 @@
 **Requirements:**
-*  Java 21 for jDiskMark v0.5
+*  [Java 21](https://www.oracle.com/java/technologies/downloads/#java21) for jDiskMark v0.5
 *  Java 8 for jDiskMark v0.4

 **Running on Linux:**
&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title>Home modified by James Mark Chan</title><link href="https://sourceforge.net/p/jdiskmark/wiki/Home/" rel="alternate"/><published>2024-01-16T18:23:19.270000Z</published><updated>2024-01-16T18:23:19.270000Z</updated><author><name>James Mark Chan</name><uri>https://sourceforge.net/u/jamesmarkchan/</uri></author><id>https://sourceforge.netb04690dd25b61a63b9da0212fe056ed9395d130e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -43,8 +43,12 @@

 jDiskMark was modeled after [DiskMark](http://www.networkdls.com/Software/View/DiskMark) and [CrystalDiskMark](http://crystalmark.info/download/index-e.html).

-Here is a review on other free benchmarking utilities:
+Here are reviews of other free benchmarking utilities:
 https://www.raymond.cc/blog/measure-actual-hard-disk-perfomance-under-windows/view-all/
+https://harddiskdirect.com/blog/5-best-third-party-tools-for-testing-ssd-and-hdd-performance
+https://www.geckoandfly.com/23934/ssd-hdd-effective-read-write-speed/
+https://storables.com/data-storage/solid-state-drive/13-top-applications-to-run-an-ssd-speed-test/
+https://www.tech21century.com/hdd-ssd-drive-speed-test/

 **Share your Benchmarks with us Here**

&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title>Home modified by James Mark Chan</title><link href="https://sourceforge.net/p/jdiskmark/wiki/Home/" rel="alternate"/><published>2024-01-16T18:16:21.398000Z</published><updated>2024-01-16T18:16:21.398000Z</updated><author><name>James Mark Chan</name><uri>https://sourceforge.net/u/jamesmarkchan/</uri></author><id>https://sourceforge.net11b1fd6ad2a895e3346aa49c181be57f5a72e3c5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -46,7 +46,7 @@
 Here is a review on other free benchmarking utilities:
 https://www.raymond.cc/blog/measure-actual-hard-disk-perfomance-under-windows/view-all/

-** Share your Benchmarks with us Here **
+**Share your Benchmarks with us Here**

 https://sourceforge.net/p/jdiskmark/discussion/benchmarks/

&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title>Home modified by James Mark Chan</title><link href="https://sourceforge.net/p/jdiskmark/wiki/Home/" rel="alternate"/><published>2024-01-16T18:15:50.073000Z</published><updated>2024-01-16T18:15:50.073000Z</updated><author><name>James Mark Chan</name><uri>https://sourceforge.net/u/jamesmarkchan/</uri></author><id>https://sourceforge.nete6a6830d86097c62918fb3030228e9803b6f69b1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -46,6 +46,9 @@
 Here is a review on other free benchmarking utilities:
 https://www.raymond.cc/blog/measure-actual-hard-disk-perfomance-under-windows/view-all/

+** Share your Benchmarks with us Here **
+
+https://sourceforge.net/p/jdiskmark/discussion/benchmarks/

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title>Home modified by James Mark Chan</title><link href="https://sourceforge.net/p/jdiskmark/wiki/Home/" rel="alternate"/><published>2024-01-16T18:13:29.539000Z</published><updated>2024-01-16T18:13:29.539000Z</updated><author><name>James Mark Chan</name><uri>https://sourceforge.net/u/jamesmarkchan/</uri></author><id>https://sourceforge.net0e3f5071426ddf980ce63e72ea5cc60e8721d3a1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -9,6 +9,12 @@
 java version "1.8.0_05"
 Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
 Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
+~~~~
+~~~~
+PS C:\Users\james\Projects\jdm-java&amp;gt; java --version
+java 21.0.1 2023-10-17 LTS
+Java(TM) SE Runtime Environment (build 21.0.1+12-LTS-29)
+Java HotSpot(TM) 64-Bit Server VM (build 21.0.1+12-LTS-29, mixed mode, sharing)
 ~~~~
 2. Extract the zip and run
 ~~~~
@@ -35,7 +41,7 @@

 Hope you find it useful.

-jDiskMark was modeled after by [DiskMark](http://www.networkdls.com/Software/View/DiskMark) and [CrystalDiskMark](http://crystalmark.info/download/index-e.html).
+jDiskMark was modeled after [DiskMark](http://www.networkdls.com/Software/View/DiskMark) and [CrystalDiskMark](http://crystalmark.info/download/index-e.html).

 Here is a review on other free benchmarking utilities:
 https://www.raymond.cc/blog/measure-actual-hard-disk-perfomance-under-windows/view-all/
&lt;/pre&gt;
&lt;/div&gt;</summary></entry></feed>