Jason's Blog

Docker : Tag matters and so on

The article explains Docker issues with the default latest tag and the importance of specifying exact tags when pulling images. It also covers setting up Docker mirrors for faster image downloads and provides instructions on installing Docker on CentOS, removing old versions, and configuring user permissions for Docker usage.

Read more about Docker : Tag matters and so on

Git configuration

documentation

The article explains how to speed up Git uploads by using a mirror to replace GitHub URLs. It also covers viewing and reverting Git configurations and setting up a network proxy for improved performance.

Read more about Git configuration

Linux Troubleshooting Summary

The article covers common Linux troubleshooting issues such as system recovery, user permissions, SSH keys, remote development with VS Code, software dependencies, and package management.

Read more about Linux Troubleshooting Summary

How to Generate SSH-Key and Add it into SSH-Agent.

Generate a new SSH key with ssh-keygen, copy the public key, then add it to GitHub under SSH settings by pasting the key in the "Key" field.

Read more about How to Generate SSH-Key and Add it into SSH-Agent.

Something Came over when building DOCKER IMAGE

documentation

The issue is caused by insufficient root partition space for Docker. Solutions include cleaning Docker cache, moving data storage to /home, or expanding the root partition.

Read more about Something Came over when building DOCKER IMAGE

Something came over when using Gunicorn in server

enhancement

The user discussed their journey of deploying an educational AI-assisted app, including issues with server settings, worker timeouts, and potential solutions like server upgrade, cache cleanup, and using gevent with Gunicorn.

Read more about Something came over when using Gunicorn in server

When node's version's been updated but my project needs a old version.

bug

The author discusses encountering problems due to a Node version update and offers temporary and long-term solutions involving various settings in the package.json file.

Read more about When node's version's been updated but my project needs a old version.

Notes of Standford Online Course: Building Large Language Models(LLMs)

documentation

The user provided detailed notes on Stanford's online course about Building Large Language Models including course structure, architecture, training algorithm & loss, evaluation, data, and scaling laws.

Read more about Notes of Standford Online Course: Building Large Language Models(LLMs)

I've successfully deployed an own ChatGPT on website using vercel.

documentation

The user discusses deploying a GPT on a website, mentioning potential issues for users in China and the possible solution of using transit tokens.

Read more about I've successfully deployed an own ChatGPT on website using vercel.

I've successfully deployed a chatGPT on WeChat.

documentation

The user has successfully deployed a chatGPT on WeChat and tested it in private and group chat settings.

Read more about I've successfully deployed a chatGPT on WeChat.

Deploy this blog project

documentation

The user shares a detailed guide on deploying a blog website, including one-click deployment, discussion setup, source site editing, domain name binding, Github webhook actions and activating comments with Giscus.

Read more about Deploy this blog project