Skip to content

Instantly share code, notes, and snippets.

View steve-zeyu-zhang's full-sized avatar
🤗
Hugging Face (づ。◕ ω ◕。)づ

Zeyu Zhang steve-zeyu-zhang

🤗
Hugging Face (づ。◕ ω ◕。)づ
View GitHub Profile
@steve-zeyu-zhang
steve-zeyu-zhang / git-lfs-install.md
Last active January 12, 2025 16:08 — forked from pourmand1376/git-lfs-install.md
Single User Installation of Git-LFS without sudo

I wanted to install GIT-Lfs on my user account without access to server root account. I write this to my future self.

  1. Download tar.gz file from git-lfs website.
wget https://github.com/git-lfs/git-lfs/releases/download/v3.2.0/git-lfs-linux-amd64-v3.2.0.tar.gz

2.Untar it

tar xvf git-lfs-linux-amd64-v3.2.0.tar.gz
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@steve-zeyu-zhang
steve-zeyu-zhang / Multi-Part zip extraction in Ubuntu.txt
Created August 31, 2023 03:33 — forked from gauravbarthwal/Multi-Part zip extraction in Ubuntu.txt
How to extract multi-part .zip, .z01, .z02 files in ubuntu
Download/Copy all related *.zip files in one directory.
Open terminal and change to that directory which has all zip files.
Enter command zip -s- FILE_NAME.zip -O COMBINED_FILE.zip
Enter unzip COMBINED_FILE.zip
git config --global https.proxy http://127.0.0.1:7890
git config --global https.proxy socks5://127.0.0.1:7890
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy