Note for Ghostty
Ghostty 配置笔记 Ghostty 是一款原生、GPU 加速的终端模拟器,由 Mitchell Hashimoto(HashiCorp 联合创始人)开发。配置文件位于 ~/.config/ghostty/config,采用 key = value 的纯文本格式。 Quick Terminal(Guake 样式下拉终端) Quick Terminal 是 Ghostty 内置的全局...
Ghostty 配置笔记 Ghostty 是一款原生、GPU 加速的终端模拟器,由 Mitchell Hashimoto(HashiCorp 联合创始人)开发。配置文件位于 ~/.config/ghostty/config,采用 key = value 的纯文本格式。 Quick Terminal(Guake 样式下拉终端) Quick Terminal 是 Ghostty 内置的全局...
Prepare envrionment Docker image As most of the models should using GPU and pytorch, so we could build a Docker Image. FROM pytorch/pytorch:2.3.0-cuda12.1-cudnn8-devel # install some necessary ...
Install for Mac Install multipass. brew install --cask multipass Install for GUI. brew install --cask microsoft-remote-desktop Usage Create a VM. impish is the version of Ubuntu. Use multipass ...
Server installation Install on the server. bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) Check the status and the config.json file path. s...
Installation Install squild and check the status. sudo apt install squid sudo systemctl status squid.service Secure Create a passwd file for the squid. sudo apt install apache2-utils sudo htpas...
We can compare top level domain registrar at https://tld-list.com. For example, https://tld-list.com/tld/rs could list some top level registrar for .rs domain. We could see rating, payment method ...
Get dev environment ready Install Go on Mac (with homebrew) Install go. brew install golang Setup workspace. mkdir -p $HOME/go/{bin,src,pkg} Setup environment export GOPATH=$HOME/go export GOR...
Install a mini K8s env for development. K3s On Mac with ARM Chip Install multipass for getting ready a Linux env. brew install --cask multipass Setup a Ubuntu instance. multipass l...
This article shows how to install OpenVPN on a server. Install OpenVPN server wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh After running this command, we can g...
links React official web site create react app Startup npx create-react-app react-test cd react-test npm start React Demo with JSX JSX is a mixture of HTML and javascript. Content with in &...