Loading...
avatar
Articles
114
Tags
31
Categories
17
Home
友链
List
  • Music
  • Movie
Jiao hongbao's Trashnormally use
Search
Home
友链
List
  • Music
  • Movie

normally use

Created2025-04-27|Updated2025-09-26|from my notion space
|Word Count:25|Reading Time:1mins|Post Views:

normally use

containers

images

build&save images

network

volumes&storages

compose

docker command line homepage

click here to come back to docker command line homepage.

Author: Jiao hongbao
Link: https://invoker-pray.github.io/normally-use/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
command lines
cover of previous post
Previous
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 of next post
Next
NVIDIA-DRIVER
NVIDIA DRIVERon archlinux if we want to use NVIDIA-GPUS in container of docker, we should install some NVIDIA packages. at first we should install nvidia and nvidia-utils, which can be downloaded by: 123sudo pacman -S nvidia nvidia-utilssudo pacman -S nvidia-dkms (to automatic build based on the core type) when run command of : 1nvidia-smi; it will show you the information of GPUS of your computer, it done. and then we should install nvidia-container-runtime: 12345paru -S...
Related Articles
cover
2025-04-27
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
2025-04-27
LaTeX
LaTeXLaTeX Cheatsheet.pdf command lines homepageclick here to come back to command line homepage.
cover
2025-04-27
WSL
WSLlist distribution: 1wsl --list set default distribution: 1wsl --set-default <name> list distribution that can be download with powershell(actually others can be download in microsoft store) 1wsl --list --online export virtual OS: 1wsl --export <distrobute name> path/to/store.tar import virtual OS: 1wsl --import <distro name> <path to destination> <path to source> --version 2 delete virtual OS: 1wsl --unregister <distribution name> change default...
cover
2025-04-27
labeling
labeling (one possiable)conda create -n labelimg python=3.10 conda activate labelimg pip install PyQt5 pip install pyqt5-tools pip install lxml pip install labelimg labelImg.py .\miniconda\envs\labelimg\Lib\site-packages\labelImg repacle the same file canvas.py .\miniconda\envs\labelimg\Lib\site-packages\libs repacle the same file command lines homepageclick here to come back to command line homepage.
cover
2025-04-27
chisel
chiselto generate verilog code… workflow is : 123sudo pacman -S sbt jdk-openjdk verilatorgit clone https://github.com/chipsalliance/chisel-template.git MyChiselProject then we get a directory MyChiselProject. the code write in : MyChiselProject/src/main/scala you can create a folder here, like example, then write code in the example folder. after done, back to the root path of the MyChiselProject , run : 12sbt "runMain example.Elaborate"(if your chisel file is named...
cover
2025-04-27
cmake
cmakewindows: 1234567cmake -G “MinGW Makefiles” // mingw32-makecmake -G Ninja // ninjacmake -G “Unix Makefiles” // clangcmake -G "MinGW Makefiles" -S .. -B . -DCMAKE_C_COMPILER=<path to gcc.exe> -DCMAKE_CXX_COMPILER=<path to g++.exe> command lines homepageclick here to come back to command line homepage.

Comments
avatar
Jiao hongbao
male/INFJ/Libra/Digital-Integrated-Circuit
Articles
114
Tags
31
Categories
17
Follow Me
Announcement
Contents
  1. 1. normally use
  2. 2. docker command line homepage
Recent Posts
to become an irreplaceable icer!
to become an irreplaceable icer!2026-04-28
to become an irreplaceable icer!(2026.4 v1.0)
to become an irreplaceable icer!(2026.4 v1.0)2026-04-28
CIM
CIM2026-04-28
chisel
chisel2026-04-28
remote coding
remote coding2026-04-23
©2019 - 2026 By Jiao hongbao
Framework Hexo 7.3.0|Theme Butterfly 5.3.5
友情链接 | 用 ❤ 和 Verilog 构建
Search
Loading Database