Skip to content

Clay

Using CuPy to Accelerate Matrix Operations with GPU

Introduction

CuPy is an open-source GPU-accelerated numerical computation library designed for deep learning and scientific computing. It shares many of the same methods and functions as the popular NumPy package in Python but extends its capabilities to perform computations on the GPU. In short, tasks that can benefit from parallel computation on the GPU, such as matrix operations, can achieve significant acceleration with CuPy.

Read More »Using CuPy to Accelerate Matrix Operations with GPU

[Linux] Using SSH to Set Up SOCKS Proxy Port for Firefox to Browse the Web via Remote Server IP

If we happen to have several remote servers with different IPs and wish to browse the web through these different IPs (for example, some services may not support local or national access), we can use SOCKS proxy ports and configure Firefox to browse the web using the IPs of these remote servers without needing to install other VPN tools.

Read More »[Linux] Using SSH to Set Up SOCKS Proxy Port for Firefox to Browse the Web via Remote Server IP

[Linux] Using Nginx to Reverse Proxy and Forward Service Requests to Different Ports on a Single Port

Introduction

Nginx is a high-performance HTTP server and reverse proxy server often used for web traffic management, load balancing, and HTTP caching. This article focuses on how to configure Nginx to route different API requests to the corresponding services.

Read More »[Linux] Using Nginx to Reverse Proxy and Forward Service Requests to Different Ports on a Single Port
Exit mobile version