FPGA project home page
FPGA projects!this page is for recording my learning steps of circuits and also prepare for summer camps. PYNQ start SNN simulator
tech space
Invokeremail: jiaohongbao04@gmail.com Invoker-pray - Overview 誰に呼ばれるまでもなく、あなたは星を翳すでしょう。 “Work? In this economy?” Play with ARCH command lines of side occupation “everyone has life…”
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.
cl home page
command lines ofconda git WSL cmake disk LaTeX a labeling xmake docker chisel lists rye homepageclick here come back to homepage.
side occupation home page
side occupationgo on labeling together FPGA on arch ollama homepageclick here come back to homepage.
pacman
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 parallelif want to improve download...
PRE-OS
PRE-OSafter open the arch-os, what we should do is… 12git clone https://github.com/Elegycloud/clash-for-linux-backup.git// to ... then: 12345sudo pacman -Syusudo pacman -S go base-devel fakerootgit clone http://aur.archlinux.org/yay.git//or paru//git clone http://aur.archlinux.org/paru.git modify the PKGBUILD, add : 123export GO111MODULE = onexport GOPROXY = https://goproxy.cn command line do: 12makepkg;makepkg - si; play with arch homepageclick here to come back to play with archhomepage.
archinstall manually
archinstall manuallyyou can use balena etcher or rufus to create a LIVE CD, start the computer with USB/CD. then: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129ping archlinux.org// confirm network connect// connect WiFi witch iwctliwctldevice liststation...
chinese keyboard
chinese-keyboard12345678910111213141516171819sudo pacman -S fcitx5-im fcitx5-rime fcitx5-configtool fcitx5-gtk fcitx5-qt// optional modulesudo pacman -S fcitx5-chinese-addons//hyprland// add these in ~/.config/hypr/hyprland.confenv = GTK_IM_MODULE,fcitxenv = QT_IM_MODULE,fcitxenv = XMODIFIERS,@im=fcitxenv = INPUT_METHOD,fcitxenv = SDL_IM_MODULE,fcitxenv = GLFW_IM_MODULE,ibusexec-once = fcitx5// env configuration must above all other code.fcitx5-configtool //use rimehyprctl dispatch...
google-chrome proxy setting (hyprland)
google-chrome proxy on hyprland[DONE]google-chrome can use proxy normally on plasma, but on hypr, we must change some files. when use google-chrome on archlinux with hyprland desktop, we need to specify proxy configuration manually. we can open google-chrome with command : 12google-chrome-stable --proxy-server="socks5://proxy_ip:proxy_port" where proxy_ip can be your own ip as 127.0.0.1 and proxy_port can be gotten by some command or application(clash…) we can also modify the file...








