# step 0 - cleanup your existing drivers
sudo apt-get --purge remove "*nvidia*"
sudo apt-get --purge remove "*cuda*" "*cudnn*" "*cublas*" "*cufft*" "*cufile*" "*curand*" "*cusolver*" "*cusparse*" "*gds-tools*" "*npp*" "*nvjpeg*" "nsight*" "*nvvm*" "*libnccl*"
# step 0.1 - disable iommu
ll /sys/class/iommu/
# if this folder is empty, continue
# if the folder is not empty, see https://docs.dolphinics.com/latest/guides/iommu.html| // ==UserScript== | |
| // @name QQ PC 链接自动跳转 | |
| // @namespace http://tampermonkey.net/ // 你可以修改为你自己的命名空间 | |
| // @version 1.1 | |
| // @description 自动将 c.pc.qq.com/ios.html 的跳转链接重定向到其 'url' 参数指定的目标地址。 | |
| // @author Your Name // 替换为你的名字 | |
| // @match https://c.pc.qq.com/ios.html?* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |
| [ | |
| { | |
| "id": "b20ec3d5-944f-4d01-93b9-d4626a7f3809", | |
| "nickname": "NiKo", | |
| "firstName": "Nikola", | |
| "lastName": "Kovač", | |
| "team": "Team Falcons", | |
| "majors": 13 | |
| }, | |
| { |
Note
(2026-06-18) Add 📊Download Progress, 🔁integrity-aware resume (re-fetch missing or changed files), and fast, resumable listing for 📚repos with massive file counts.
(2025-01-08) Add feature for 🏷️Tag(Revision) Selection, contributed by @Bamboo-D.
(2024-12-17) Add feature for ⚡Quick Startup and ⏭️Fast Resume, enabling skipping of downloaded files, while removing the git clone dependency to accelerate file list retrieval.
Considering the lack of multi-threaded download support in the official huggingface-cli, and the inadequate error handling in hf_transfer, This command-line tool leverages curl and aria2c for fast and robust downloading of models and datasets.
| # adapted from https://web.archive.org/web/20200514221628/https://randomwalk.in/python/2019/10/27/Install-Python-copy.html | |
| wget https://www.python.org/ftp/python/3.6.10/Python-3.6.10.tgz | |
| tar zxfv Python-3.6.10.tgz | |
| rm Python-3.6.10.tgz | |
| find ./Python-3.6.10/Python -type d | xargs chmod 0755 | |
| cd Python-3.6.10 | |
| ./configure --prefix=$PWD/Python-3.6.10/Python | |
| make | |
| make install | |
| export PATH=$CWD:$PATH # adds python3.6 to PATH |
Let suppose I have two github accounts, https://github.com/rahul-office and https://github.com/rahul-personal. Now i want to setup my mac to easily talk to both the github accounts.
NOTE: This logic can be extended to more than two accounts also. :)
The setup can be done in 5 easy steps:
| import requests | |
| import json | |
| import random | |
| Back_URL = 'https://api.bilibili.com/x/web-interface/archive/stat?aid=' | |
| headers = { | |
| 'Cookie': "Replace Me With REAL COOKIE" , | |
| 'Pragma': 'no-cache', |
| # Subscribe to my YouTube Channel -> https://lokjianming.page.link/CVLm # | |
| How to Crack Sublime Text 3 with Hex Editor | |
| 1. Download & Install Sublime Text 3.2.2 Build 3211 | |
| 2. Visit Hexed.it | |
| 3. Open file sublime_text.exe | |
| 4. Search address 97 94 0D | |
| 5. Change to 00 00 00 | |
| 6. Export File |