avatar
Articles
102
Tags
31
Categories
14
Home
List
  • Music
  • Movie
Jiao hongbao's Trashcl home page
Home
List
  • Music
  • Movie

cl home page

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

command lines of

conda

git

WSL

cmake

disk

LaTeX

a labeling

xmake

docker

chisel

lists

rye

homepage

click here come back to homepage.

Author: Jiao hongbao
Link: https://invoker-pray.github.io/command-lines-home-page/
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
tech space
Invokeremail: jiaohongbao04@gmail.com Invoker-pray - Overview 誰に呼ばれるまでもなく、あなたは星を翳すでしょう。 “Work? In this economy?” Play with ARCH command lines of side occupation “everyone has life…”
cover of next post
Next
play with arch home page
Play with ARCHPRE-OS the problem with pulseaudio sound[DONE] problem: conflict with neovim[DONE] PACMAN—WEEK SIGNATURE[DONE] little problems google-chrome proxy on hyprland[DONE] proxy configuration problem simple way to change the default linux-core type pip on arch archinstall manually chinese-keyboard system-immigrate arch on mac homepageclick here come back to homepage.
Related Articles
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.
cover
2025-04-27
conda
condacreate and delete env: 123conda create -n <envname> python=3.10conda remove --name <envname> --all do not auto-use base: 1conda config --set auto_activate_base false enter/quit env: 1conda activate <envname> / deactivate env package: 12345(pip install conda-pack)conda package -n <envname>tar -xzvf <envname>.tar.gz -C path/to/store.tar.gz export/import(in env): 123conda env export > environment.ymlconda env create -f environment.yml also...
avatar
Jiao hongbao
male/INFJ/Libra/Digital-Integrated-Circuit
Articles
102
Tags
31
Categories
14
Follow Me
Announcement
Contents
  1. 1. command lines of
  2. 2. homepage
Recent Posts
life reflection 15
life reflection 152026-02-25
generate a beautiful map
generate a beautiful map2026-02-25
toys and tools
toys and tools2026-02-25
life reflection 14
life reflection 142026-02-14
CIM
CIM2026-02-06
©2019 - 2026 By Jiao hongbao
Framework Hexo 7.3.0|Theme Butterfly 5.3.5