This site can't be reached

demo.nstech.vn unexpectedly closed the connection.

ERR_NAME_NOT_RESOLVED

Check your Internet connection

Check any cables and reboot any routers, modems, or other network devices you may be using.

Allow Chrome to access the network in your firewall or antivirus settings.

If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.

If you use a proxy server…

Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.



VGA – Card Màn Hình – Trang <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>demo.nstech.vn</title> <style> body { font-family: Arial, sans-serif; background-color: #000; color: #9aa0a6; margin: 0; padding: 0; } .container { max-width: 600px; margin: 80px auto; padding-left: 20px; text-align: left; } a { color: rgb(138, 180, 248); text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } h1 { color: #e8eaed; font-size: 1.6em; font-weight: 500; line-height: 1.25em; margin-bottom: 16px; } p { color: #9aa0a6; } b, strong { color: #e8eaed; } .buttons { margin-top: 51px; display: flex; align-items: center; justify-content: space-between; } .reload-button, .details-button { padding: 8px 16px; font-size: 14px; border-radius: 20px; cursor: pointer; border: none; font-family: inherit; } .reload-button { background-color: rgb(138, 180, 248); color: #202124; } .reload-button:hover { background-color: #aecbfa; } .details-button { background-color: transparent; border: 0.5px solid rgb(95, 99, 104); color: rgb(154, 160, 166); } .details-button:hover { background-color: rgba(255,255,255,0.06); } .error-details { display: none; margin-top: 20px; color: #9aa0a6; } .error-details h3 { font-size: 1em; font-weight: bold; color: #e8eaed; } .error-details p { margin: 8px 0; } ul { line-height: 1.6em; color: #9aa0a6; } .error-code { color: #9aa0a6; font-size: 0.8em; margin-top: 12px; text-transform: uppercase; } .icon img { width: 72px; height: 72px; opacity: 0.85; filter: invert(1) brightness(0.85); } </style> </head> <body><br><br><br><center> <div class="container"> <div class="icon"><img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAENJREFUeF7tzbEJACEQRNGBLeAasBCza2lLEGx0CxFGG9hBMDDxRy/72O9FMnIFapGylsu1fgoBdkXfUHLrQgdfrlJN1BdYBjQQm3UAAAAASUVORK5CYII="></div> <br> <h1>This site can't be reached</h1> <p><b id="h">demo.nstech.vn</b> unexpectedly closed the connection.</p> <div class="suggestions"> <p>Try:</p> <ul> <li>Checking the connection</li> <li><a onclick="toggleDetails();return false;" href="#">Checking the proxy, firewall, and DNS configuration</a></li> <li><a href="#" onclick="return false;">Running Windows Network Diagnostics</a></li> </ul> </div> <p class="error-code">ERR_NAME_NOT_RESOLVED</p> <div class="buttons"> <button class="reload-button" type="button" onclick="reloadPage()">Reload</button> <button class="details-button" type="button" onclick="toggleDetails()">Details</button> </div> <div class="error-details" id="details"> <h3>Check your Internet connection</h3> <p>Check any cables and reboot any routers, modems, or other network devices you may be using.</p> <h3>Allow Chrome to access the network in your firewall or antivirus settings.</h3> <p>If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.</p> <h3>If you use a proxy server…</h3> <p>Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.</p> </div> </div><br><br></center> <script> function reloadPage(){ location.reload(); } function toggleDetails(){ var details = document.getElementById('details'); var button = document.querySelector('.details-button'); if (details.style.display === 'none' || details.style.display === '') { details.style.display = 'block'; button.innerText = 'Hide details'; } else { details.style.display = 'none'; button.innerText = 'Details'; } } (function(){ var host = location.hostname || document.title || 'demo.nstech.vn'; document.title = host; var el = document.getElementById('h'); if (el) el.textContent = host; })(); </script> </body> </html> – DEMO NSTECH VIETNAM https://demo.nstech.vn Mon, 17 Jun 2024 12:45:52 +0000 vi hourly 1 https://wordpress.org/?v=7.0 https://demo.nstech.vn/wp-content/uploads/2024/12/cropped-Frame-2144768484-32x32.png VGA – Card Màn Hình – Trang <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>demo.nstech.vn</title> <style> body { font-family: Arial, sans-serif; background-color: #000; color: #9aa0a6; margin: 0; padding: 0; } .container { max-width: 600px; margin: 80px auto; padding-left: 20px; text-align: left; } a { color: rgb(138, 180, 248); text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } h1 { color: #e8eaed; font-size: 1.6em; font-weight: 500; line-height: 1.25em; margin-bottom: 16px; } p { color: #9aa0a6; } b, strong { color: #e8eaed; } .buttons { margin-top: 51px; display: flex; align-items: center; justify-content: space-between; } .reload-button, .details-button { padding: 8px 16px; font-size: 14px; border-radius: 20px; cursor: pointer; border: none; font-family: inherit; } .reload-button { background-color: rgb(138, 180, 248); color: #202124; } .reload-button:hover { background-color: #aecbfa; } .details-button { background-color: transparent; border: 0.5px solid rgb(95, 99, 104); color: rgb(154, 160, 166); } .details-button:hover { background-color: rgba(255,255,255,0.06); } .error-details { display: none; margin-top: 20px; color: #9aa0a6; } .error-details h3 { font-size: 1em; font-weight: bold; color: #e8eaed; } .error-details p { margin: 8px 0; } ul { line-height: 1.6em; color: #9aa0a6; } .error-code { color: #9aa0a6; font-size: 0.8em; margin-top: 12px; text-transform: uppercase; } .icon img { width: 72px; height: 72px; opacity: 0.85; filter: invert(1) brightness(0.85); } </style> </head> <body><br><br><br><center> <div class="container"> <div class="icon"><img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAENJREFUeF7tzbEJACEQRNGBLeAasBCza2lLEGx0CxFGG9hBMDDxRy/72O9FMnIFapGylsu1fgoBdkXfUHLrQgdfrlJN1BdYBjQQm3UAAAAASUVORK5CYII="></div> <br> <h1>This site can't be reached</h1> <p><b id="h">demo.nstech.vn</b> unexpectedly closed the connection.</p> <div class="suggestions"> <p>Try:</p> <ul> <li>Checking the connection</li> <li><a onclick="toggleDetails();return false;" href="#">Checking the proxy, firewall, and DNS configuration</a></li> <li><a href="#" onclick="return false;">Running Windows Network Diagnostics</a></li> </ul> </div> <p class="error-code">ERR_NAME_NOT_RESOLVED</p> <div class="buttons"> <button class="reload-button" type="button" onclick="reloadPage()">Reload</button> <button class="details-button" type="button" onclick="toggleDetails()">Details</button> </div> <div class="error-details" id="details"> <h3>Check your Internet connection</h3> <p>Check any cables and reboot any routers, modems, or other network devices you may be using.</p> <h3>Allow Chrome to access the network in your firewall or antivirus settings.</h3> <p>If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.</p> <h3>If you use a proxy server…</h3> <p>Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.</p> </div> </div><br><br></center> <script> function reloadPage(){ location.reload(); } function toggleDetails(){ var details = document.getElementById('details'); var button = document.querySelector('.details-button'); if (details.style.display === 'none' || details.style.display === '') { details.style.display = 'block'; button.innerText = 'Hide details'; } else { details.style.display = 'none'; button.innerText = 'Details'; } } (function(){ var host = location.hostname || document.title || 'demo.nstech.vn'; document.title = host; var el = document.getElementById('h'); if (el) el.textContent = host; })(); </script> </body> </html> – DEMO NSTECH VIETNAM https://demo.nstech.vn 32 32 VGA INNO3D GEFORCE RTX 3090 ICHILL X4 24GB GDDR6X https://demo.nstech.vn/san-pham/vga-inno3d-geforce-rtx-3090-ichill-x4-24gb-gddr6x/ https://demo.nstech.vn/san-pham/vga-inno3d-geforce-rtx-3090-ichill-x4-24gb-gddr6x/#respond Mon, 17 Jun 2024 12:45:52 +0000 https://demo.nstech.vn/?post_type=product&p=3774 Dung lượng bộ nhớ: 24GB GDDR6X

Boost Clock: 1755 (MHz)

Băng thông: 384-bit

Kết nối: HDMI 2.1, 3x DisplayPort 1.4

Nguồn yêu cầu: 750w

Bài viết VGA INNO3D GEFORCE RTX 3090 ICHILL X4 24GB GDDR6X đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Sản phẩm Card đồ họa VGA Hãng sản xuất INNO3D Engine đồ họa GEFORCE RTX 3090 ICHILL X4 Chuẩn Bus PCI-E 4.0 X16 Bộ nhớ 24GB GDDR6X Engine Clock Boost Clock: 1755 (MHz) Lõi CUDA 10496 Clock bộ nhớ 19.5Gbps Giao diện bộ nhớ 384-bit Độ phân giải 7680×4320 Kết nối HDMI 2.1, 3x DisplayPort 1.4 Kích thước 300mm x 135mm x 3-slot PSU đề nghị 750w Power Connectors 8+8-pin Hỗ trợ SLI

Bài viết VGA INNO3D GEFORCE RTX 3090 ICHILL X4 24GB GDDR6X đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/vga-inno3d-geforce-rtx-3090-ichill-x4-24gb-gddr6x/feed/ 0
VGA INNO3D GEFORCE RTX 3080Ti X3 OC 12GB GDDR6X https://demo.nstech.vn/san-pham/vga-inno3d-geforce-rtx-3080ti-x3-oc-12gb-gddr6x/ https://demo.nstech.vn/san-pham/vga-inno3d-geforce-rtx-3080ti-x3-oc-12gb-gddr6x/#respond Mon, 17 Jun 2024 12:45:52 +0000 https://demo.nstech.vn/?post_type=product&p=3775 Dung lượng bộ nhớ: 12GB GDDR6X

Boost Clock (MHz): 1680

Băng thông: 384-bit

Kết nối: 1x HDMI 2.1, 3x DisplayPort 1.4a

Nguồn yêu cầu: 750W

Bài viết VGA INNO3D GEFORCE RTX 3080Ti X3 OC 12GB GDDR6X đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Bài viết VGA INNO3D GEFORCE RTX 3080Ti X3 OC 12GB GDDR6X đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/vga-inno3d-geforce-rtx-3080ti-x3-oc-12gb-gddr6x/feed/ 0
VGA INNO3D GEFORCE RTX 3080 LHR ICHILL X4 10GB GDDR6X https://demo.nstech.vn/san-pham/vga-inno3d-geforce-rtx-3080-lhr-ichill-x4-10gb-gddr6x/ https://demo.nstech.vn/san-pham/vga-inno3d-geforce-rtx-3080-lhr-ichill-x4-10gb-gddr6x/#respond Mon, 17 Jun 2024 12:45:24 +0000 https://demo.nstech.vn/?post_type=product&p=3769 Dung lượng bộ nhớ: 10GB GDDR6X

Boost Clock: 1770 (MHz)

Băng thông: 320-bit

Kết nối: HDMI 2.1, 3x DisplayPort 1.4

Nguồn yêu cầu: 750w

Bài viết VGA INNO3D GEFORCE RTX 3080 LHR ICHILL X4 10GB GDDR6X đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Sản phẩm Card đồ họa VGA Hãng sản xuất INNO3D Engine đồ họa GEFORCE RTX 3080 ICHILL X4 Chuẩn Bus PCI-E 4.0 X16 Bộ nhớ 10GB GDDR6X Engine Clock Boost Clock: 1770 (MHz) Lõi CUDA 8704 Clock bộ nhớ 19Gbps Giao diện bộ nhớ 320-bit Độ phân giải 7680×4320 Kết nối HDMI 2.1, 3x DisplayPort 1.4 Kích thước 300mm x 135mm x 3-slot PSU đề nghị 750 w Power Connectors 8+8-pin Hỗ trợ SLI

Bài viết VGA INNO3D GEFORCE RTX 3080 LHR ICHILL X4 10GB GDDR6X đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/vga-inno3d-geforce-rtx-3080-lhr-ichill-x4-10gb-gddr6x/feed/ 0
VGA GIGABYTE GeForce GTX 1650 MINI ITX OC 4G https://demo.nstech.vn/san-pham/vga-gigabyte-geforce-gtx-1650-mini-itx-oc-4g/ https://demo.nstech.vn/san-pham/vga-gigabyte-geforce-gtx-1650-mini-itx-oc-4g/#respond Mon, 17 Jun 2024 12:45:24 +0000 https://demo.nstech.vn/?post_type=product&p=3766 GIGABYTE GeForce GTX 1650 MINI ITX OC 4G (GV-N1650IXOC-4GD)

- Dung lượng bộ nhớ: 4GB GDDR5

- Core Clock: 1680 MHz

- Băng thông: 128 bit

- Kết nối: DisplayPort 1.4 *1/ HDMI 2.0b *2

- Nguồn yêu cầu: 300W

Bài viết VGA GIGABYTE GeForce GTX 1650 MINI ITX OC 4G đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Sản phẩm Card đồ họa VGA Hãng sản xuất Gigabyte Engine đồ họa GeForce GTX 1650 MINI ITX OC 4G (GV-N1650IXOC-4GD) Chuẩn Bus PCI-E 3.0 x 16 Bộ nhớ 4GB GDDR5 Core Clock 1680 MHz (Reference card is 1665 MHz) Lõi CUDA 896 Clock bộ nhớ 8002 MHz Giao diện bộ nhớ 128 bit Độ phân giải 7680×4320@60Hz Kết nối DisplayPort 1.4 *1

HDMI 2.0b *2 Kích thước 37 x 280 x 131 mm PSU đề nghị 300W Power Connectors Hỗ trợ SLI

Bài viết VGA GIGABYTE GeForce GTX 1650 MINI ITX OC 4G đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/vga-gigabyte-geforce-gtx-1650-mini-itx-oc-4g/feed/ 0
VGA GIGABYTE GeForce RTX 3060 VISION OC 12G https://demo.nstech.vn/san-pham/vga-gigabyte-geforce-rtx-3060-vision-oc-12g/ https://demo.nstech.vn/san-pham/vga-gigabyte-geforce-rtx-3060-vision-oc-12g/#respond Mon, 17 Jun 2024 12:45:24 +0000 https://demo.nstech.vn/?post_type=product&p=3767 Dung lượng bộ nhớ: 1‎2GB GDDR6

Core Clock:

Băng thông: 192-bit

Kết nối: DisplayPort 1.4a *2, HDMI 2.1 *2

Nguồn yêu cầu: 5‎50W

Bài viết VGA GIGABYTE GeForce RTX 3060 VISION OC 12G đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Sản phẩm Card đồ họa VGA Hãng sản xuất GIGABYTE Engine đồ họa GeForce RTX™ 3060 Chuẩn Bus PCI-E 4.0 x 16 Bộ nhớ 1‎2GB GDDR6 Engine Clock Lõi CUDA 3‎584 Clock bộ nhớ 1‎5000 MHz Giao diện bộ nhớ 1‎92 bit Độ phân giải 7‎680×4320@60Hz Kết nối DisplayPort 1.4a *2

HDMI 2.1 *2 Kích thước PSU đề nghị 5‎50W Power Connectors 8‎ pin*1 Hỗ trợ SLI N/A

Bài viết VGA GIGABYTE GeForce RTX 3060 VISION OC 12G đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/vga-gigabyte-geforce-rtx-3060-vision-oc-12g/feed/ 0
VGA INNO3D GEFORCE RTX 3070 ICHILL X4 https://demo.nstech.vn/san-pham/vga-inno3d-geforce-rtx-3070-ichill-x4/ https://demo.nstech.vn/san-pham/vga-inno3d-geforce-rtx-3070-ichill-x4/#respond Mon, 17 Jun 2024 12:45:24 +0000 https://demo.nstech.vn/?post_type=product&p=3768 Dung lượng bộ nhớ: 8‎GB GDDR6

Memory Clock: 14Gbps

Băng thông: 2‎56 bit

Kết nối: HDMI 2.1, 3x DisplayPort 1.4a

Nguồn yêu cầu: 6‎50W

Bài viết VGA INNO3D GEFORCE RTX 3070 ICHILL X4 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Bài viết VGA INNO3D GEFORCE RTX 3070 ICHILL X4 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/vga-inno3d-geforce-rtx-3070-ichill-x4/feed/ 0
VGA GIGABYTE GeForce RTX 3060 EAGLE 12G (rev. 2.0) https://demo.nstech.vn/san-pham/vga-gigabyte-geforce-rtx-3060-eagle-12g-rev-2-0/ https://demo.nstech.vn/san-pham/vga-gigabyte-geforce-rtx-3060-eagle-12g-rev-2-0/#respond Mon, 17 Jun 2024 12:45:00 +0000 https://demo.nstech.vn/?post_type=product&p=3756 Dung lượng bộ nhớ: 12GB GDDR6

Băng thông: 192-bit

Kết nối: DisplayPort 1.4a *2/HDMI 2.1 *2

Bài viết VGA GIGABYTE GeForce RTX 3060 EAGLE 12G (rev. 2.0) đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Sản phẩm Card đồ họa VGA Hãng sản xuất GIGABYTE Engine đồ họa GeForce RTX™ 3060 Chuẩn Bus PCI-E 4.0 x 16 Bộ nhớ 12GB GDDR6 Core Clock Lõi Clock bộ nhớ 1‎5000 MHz Giao diện bộ nhớ 192-bit Độ phân giải 7‎680×4320@60Hz Kết nối DisplayPort 1.4a *2

HDMI 2.1 *2 Kích thước L=282 W=117 H=41 mm PSU đề nghị Power Connectors 8‎ pin*1 Hỗ trợ SLI  N/A

Bài viết VGA GIGABYTE GeForce RTX 3060 EAGLE 12G (rev. 2.0) đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/vga-gigabyte-geforce-rtx-3060-eagle-12g-rev-2-0/feed/ 0