Blog posts

2024

Setup NVIDIA Chat with RTX on Windows 11

1 minute read

Published:

“Chat with RTX” is an application that allows customization of a GPT large language model (LLM) with your specific content like documents and notes. This enables you to generate contextually relevant answers from a bespoke chatbot. The entire setup operates locally on RTX-enabled Windows PCs or workstations, ensuring quick and secure access to information.

2022

GPU Related

less than 1 minute read

Published:

GPU-related notes

Remote jupyter notebook via ssh port forwarding

1 minute read

Published:

Remote jupyter notebook can be useful when the remote computer has better computing power than the local one or the remote is a server that you can connect from different places.

Linux Related

less than 1 minute read

Published:

Linux-related notes

Install NVIDIA Driver on CentOS 9

less than 1 minute read

Published:

Installing the NVIDIA driver could be non-trivial if some packages or dependencies were missing during the installation process.

Install Miniconda and Tensorflow GPU

less than 1 minute read

Published:

miniconda is a simplified version of anaconda where you can configure different environments for various development purposes. Using this software, Tensorflow with GPU support can be set up for deep learning research.

2020

Use Screen in Linux

1 minute read

Published:

screen command in Linux provides the ability to launch and use multiple shell sessions from a single ssh session.

2019

configure github repo language

less than 1 minute read

Published:

After you committed your repo, github will automatically detect the programming language you used. Sometimes, the specified the language is not the right one.