最近两年重度依赖Terminal。现在基本上本地开发用Windows Terminal + WSL2,Linux运维用Tabby。 关于Tabby可以看我的这篇文章: 陈龙:Tabby-跨越堡垒机的SSH利器-基础篇但现在还有一个超级牛X的Terminal存在,就…
我原本的环境是 win11 + wsl2(Ununtu22.04 LTS),但后来发现 wsl 在某些时候的启动和响应速度还是会比较慢,一开始我以为是Ubuntu太“重”了,于是换了Debian,但并没有立竿见影的改善。再加上 wsl 每次开启和关闭代理都要重启,以及有的软件比如终端模拟器要装在 windows 上,导致配置文件很难找,还有其他的一些不...
Fedora 我原本的环境是 win11 + wsl2(Ununtu22.04LTS),但后来发现 wsl 在某些时候的启动和响应速度还是会比较慢,一开始我以为是 Ubuntu 太“重”了,于是换了 Debian,但并没有立竿见影的改善。再加上 wsl 每次开启和关闭代理都要重启,以及有的软件比如终端模拟器要装在 windows 上,导致配置文件很难找,还有其...
My recommendation would be nix, Great, easy and supportsbuilding to multiple other formats. On a sidenote, is there an argument to run a command at launch, for example: Alacritty -eechoUwU 7 👎 tukanoidd Most likely this will not be feasible, but wsl2 supports graphical X11 apps, more ...
In Bash, redirect both standard output and standard error via:some-command >logfile 2>&1orsome-command &>logfile. Often, to ensure a command does not leave an open file handle to standard input, tying it to the terminal you are in, it is also good practice to add</dev/null. ...