avatar
Articles
93
Tags
29
Categories
13
Home
List
  • Music
  • Movie
Jiao hongbao's Trashside occupation home page
Home
List
  • Music
  • Movie

side occupation home page

Created2025-04-27|Updated2025-09-26|from my notion space
|Post Views:

side occupation

go on labeling together

FPGA on arch

ollama

homepage

click here come back to homepage.

Author: Jiao hongbao
Link: https://invoker-pray.github.io/side-occupation-home-page/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
side occupation
cover of previous post
Previous
cl home page
command lines ofconda git WSL cmake disk LaTeX a labeling xmake docker chisel lists rye homepageclick here come back to homepage.
cover of next post
Next
pacman weak-signature
PACMAN—WEEK SIGNATURE[DONE] week PGP Sometimes, it is can’t update applications by command: 1sudo pacman -Syu because of week PGP. for this case, modify the file /etc/pacman.conf ‘s SigLevel to follow: 1SigLevel = Never [or Optional TrustAll] just can’t download try: 123456789rm -r /var/lib/pacman/sync /etc/pacman.d/gnupgrm -r /var/cache/pacman [optional]sudo pacman-key --initsudo pacman -Syyuusudo pacman-key --populate archilinux play with arch homepageclick here to come...
Related Articles
cover
2025-04-27
FPGA on arch
FPGA on archall the tool-chain we should have is : 1234567chisel # for generate verilog code , optionaliverilog # for compile the verilog filegtkwave # for observe the chartsyosys # for synthsissymbiflow # for synthsis, placement and routing, generate bitstreamsF4PGA # new version of symbiflowopenocd # for uploading to board during these tools, we can pull the docker iamge of symbiflow: 1docker pull daverichmond/fpga-symbiflow:latest and we can use vivado: after download for AMD website...
cover
2025-04-27
label together
go on labeling togetherCVAT is a tool that can support many people to collaborate together to prepare the dataset of computer vision. how to install CVAT or you can use roboflow… side occupation homepageclick here to come back to side occupationhomepage.
cover
2025-04-27
ollama
ollamait is a way super easy to deploy AI to local machine. 1234567yay -S ollama# modify .bashrcif ! pgrep -f "ollama serve" > /dev/null; then ollama serve & disownfi 12345#useollama pull deepseek-coder:6.7bollama pull deepseek-coder(latest) side occupation homepageclick here to come back to side occupationhomepage.
cover
2025-04-27
CVAT
how to install CVATCVAT uses Docker Compose to manage multiple containers. Install it using the following commands: 12sudo pacman -S docker-composedocker-compose --version then we should clone the repository: 12git clone https://github.com/openvinotoolkit/cvat.gitcd cvat export parameter in .bashrc: 12export CVAT_HOST=FQDN_or_YOUR-IP-ADDRESS set up CVAT with docker-compose: 1docker-compose up -d (maybe should try much more times) run follow command to create a superuser: 1docker exec -it...
avatar
Jiao hongbao
male/INFJ/Libra/Digital-Integrated-Circuit
Articles
93
Tags
29
Categories
13
Follow Me
Announcement
Contents
  1. 1. side occupation
  2. 2. homepage
Recent Posts
从零开始的DFT工程师! 特别篇:systemverilog
从零开始的DFT工程师! 特别篇:systemverilog2025-10-19
rust startup
rust startup2025-10-18
arch on mac
arch on mac2025-10-12
GPU Programming and Architecture
GPU Programming and Architecture2025-10-08
occupations
occupations2025-10-08
©2019 - 2025 By Jiao hongbao
Framework Hexo 7.3.0|Theme Butterfly 5.3.5