Terminal

轻量级堡垒机next-terminal

mkdir /data/next-terminal docker run --restart=always --name guacd -d -p 4822:4822 -v /data/next-terminal:/usr/local/next-terminal/data dushixiang/gua ......

Windows Terminal的资料

Windows Terminal是微软Windows平台难得好用的工具。 由于工作内容的原因,需要打开多个CMD窗口、多个git bash窗口,并且在多个窗口间切换,因此命令行窗口支持多TAB的特性,变成了一个刚需,而这正是Windows Terminal的卖点。 在网上查找资料时无意中看到工具的介 ......
Terminal Windows 资料

antlr 在一段字符可被多个 terminal node 匹配时的行为

考虑下面一段 antlr 语法 STRING: [a-zA-Z0-9]+; NUMBER: [0-9]+; NEWLINE: '\r'? '\n'; root: id title EOF; id: 'id:' NUMBER NEWLINE; title: 'title:' STRING NEWLIN ......
字符 terminal 多个 行为 antlr

OS-Ubuntu-Server-Connect to Wi-Fi From Terminal on Debian 11/10 with WPA Supplicant

Connect to Wi-Fi From Terminal on Debian 11/10 with WPA Supplicant Last Updated: November 8th, 2022 Xiao Guoan (Admin) 31 Comments Debian This tutoria ......

Shell - Input and run multiple lines in terminal

zzh@ZZHPC:/zdata/Github/zimplebank$ ( > ls -1 db/migration/*.up.sql | while read file > do > echo $file > done > ) db/migration/000000_init_schema.up. ......
multiple terminal Shell Input lines

短小精悍(2) - Rust终端检测库is-terminal和atty介绍

title: 短小精悍(2) - Rust终端检测库is-terminal和atty介绍 zhihu-url: https://zhuanlan.zhihu.com/p/673841498 今天给大家介绍的是Rust中非常常用的两个用于检测终端的库is-terminal和atty。这两个库都是千万级 ......

美化Windows Terminal

安装Windows Terminal 有两种下载方法,去Github或者Windows Store。 建议去Windows Store下,可以自动更新。 更新Windows Powershell 这一步是可选的 Windows自带的是万年不变的5.0,可以更新到新的版本,目前为止,最新的LTS长期支 ......
Terminal Windows

beautify-windows-terminal

title: 美化Windows Terminal date: 2021-2-27 8:42:48 author: Tokisaki Galaxy excerpt: 美化Windows Terminal tags: - 美化 - Windows Terminal categories: 软件安装与配 ......

gnome-terminal 因为语言打不开

sudo apt install dconf-cli Reinstalling terminal dconf reset -f /org/gnome/terminal sudo apt-get remove gnome-terminal sudo apt-get install gnome-term ......
gnome-terminal terminal 语言 gnome

Windows Terminal 简单美化

需要用到的软件/插件 oh-my-posh posh-git PSReadLine 安装 oh-my-posh oh-my-posh 是 shell 主题引擎,使用 winget 来安装 oh-my-posh winget serach oh-my-posh # 找到对应的 id 方便在下一步使用( ......
Terminal Windows

mac_terminal常用

## Mac 隐藏or显示扩展名 -> 点击文件右键 -简介 -> 点击名称与扩展名 即可更改 ## Mac 如何看.class文件的内容 -> terminal -> cd ~/path -> javap -c ClassName *like Java -c HelloWorld ## Mac t ......
mac_terminal terminal 常用 mac

【mac】Alfred 无法调用Terminal

原因:是从mac app商店安装的Alfred class 解决方案:建议从官网下载安装:https://www.alfredapp.com/ 参考:https://www.alfredforum.com/topic/14287-alfred-doesnt-find-terminalapp/ ......
Terminal Alfred mac

Tmux终端复用器(terminal multiplexer)使用教程

Tmux基础用法 会话与进程¶ 命令行的典型用法是打开终端(terminal)后,在里面输入指令。用户的这种与计算机交互的手段,称为会话(session)。 在会话中,通过命令行启动的所有进程均与会话进程绑定。当会话进程终止时,该会话启动的所有进程也会随之强行结束。 一点最常见的例子就是通过SSH连 ......
复用器 multiplexer 终端 terminal 教程

win11右键添加wsl为快捷方式并保留windows terminal主题

小记一下折腾过程,参考了这两篇文章: https://www.cnblogs.com/heyingquan0210/articles/11874941.html https://blog.ichr.me/post/wsl-context-menu/ 效果预览如下: 右键也能实现在对应目录打开 装完w ......
terminal windows 方式 主题 win

【Shell篇】关于如何在.cshrc中自动设置terminal中prompt提示符以及title?

废话不多说,直接上代码: set prompt = "%{\033]0;%n@%m:%/\007%}%n@%m: %/>" alias cd 'cd \!*; set prompt="%{\033]0;%n@%m:%/\007%}%n@%m: %/>"' 第一行代表当本.cshrc执行时会将prom ......
提示符 terminal prompt Shell cshrc

使用 Alacritty 替代 Gnome-Terminal 解决 Ubuntu 中终端的行间距问题

之前有篇随笔主要揭露了 Ubuntu 22.04 中 Terminal 中的行间距过大的问题,该问题对 Powerline 类的主题影响尤其大。关键是对于这个问题,网上反映的人很少,我也很郁闷。经过长时间关注,终于找到一个可以完美替代 Gnome-Terminal 的终端软件,可以解决以上问题,特推... ......

交叉编译htop Error opening terminal: xterm-256color

参考来源:https://www.freesion.com/article/18151514936/ 对于开发板 在板子上如下操作 push vt100 配置 mkdir /usr/share/terminfo/v -p 将本机的 /usr/share/terminfo/v/vt100 推入 /us ......
terminal opening Error color xterm

美化 Windows Terminal

安装 Scoop scoop 官网:https://scoop.sh/ 使用管理员打开 powershell,写入以下命令进行安装 Set-ExecutionPolicy RemoteSigned -Scope CurrentUser irm get.scoop.sh | iex -RunAsAdm ......
Terminal Windows

pycharm无法打开终端:open Local Terminal_Failed to start [powershell.exe]

今天在运行pycharm的时候出现了这个问题 open Local Terminal_Failed to start [powershell.exe] 直接上解决办法 1.进入设置 2.选择tools下的terminal 然后修改shell path 如果没有的话需要找到本机的powershell的 ......

terminal 显示带颜色的字符

参考 https://blog.csdn.net/u014470361/article/details/81512330 终端显示字体背景和字体颜色等使用用法 可输入以下指令查看其使用方法 ```bash man console_codes ``` ```t 在命令行下能产生五颜六色的字体和图案,只 ......
字符 terminal 颜色

terminal停止快捷键以及跑马灯文字效果

# terminal停止的快捷键 **CTRL+C** ```python import os import time # example1 跑马灯文字效果 content = '拼搏到无能为力, 坚持到感动自己。' # content = '搏到无能为力, 坚持到感动自己。拼' # content ......
跑马灯 快捷键 terminal 效果 文字

Windows Terminal配置Git Bash

大部分程序员对Linux Bash的熟悉程度肯定高于Windows的Power Shell,而Git是程序员电脑上必装的软件之一(没装?Are you kidding me?),Git Bash可以在Windows上给我们提供Linux Bash的能力。 可是Git Bash这个古老质朴黑乎乎的界面 ......
Terminal Windows Bash Git

vscode1.80.2 Install terminal quit with output: 过程试图写入的管道不存在

莫名其妙的错误。如果你尝试了各种修改密钥认证方法,修改密码,修改文件权限都不行,那恭喜你,大家同道中人,遇到了同一个错误。 修改ssh的config文件,一般在你的.ssh路径下,windows是C:\Users\用户名\.ssh\config,linux是~/.ssh/config。 如果是从co ......
管道 terminal 过程 vscode1 Install

sudo: a terminal is required to read the password; either use..... 问题解决方法

转载自:sudo: a terminal is required to read the password; either use ……问题解决方法_akaiziyou的博客-CSDN博客 问题 sudo: a terminal is required to read the password; e ......
required password terminal 方法 either

pycharm terminal提示:无法加载文件 ***\WindowsPowerShell\profile.ps1,因为在此系统上禁止运行脚本

参考知乎 . : 无法加载文件 C:\Users\47370\Documents\WindowsPowerShell\profile.ps1,因为在此系统上禁止运行脚本。有关详 细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 abou ......

shell、terminal、console区别和联系

这些概念之所以存在其实是历史传承的结果,想要理解本质区别,需要从计算机发展史入手去了解。 首先,总的来说 在以前,终端termial 和 控制台console 都是具体的硬件设备,shell是软件程序 目前,终端termial 和 控制台console 基本已经不再细分且均为软件程序,shell仍然 ......
terminal console shell

linux SSH client and terminal termius

介绍一款SSH终端神器,termius 优美的界面,高效的性能,免费版本足够我们使用。支持 mac , windows 双平台! 官网:https://www.termius.com/ 下载地址:https://termius.com/download/ 主界面: ![image](https:// ......
terminal termius client linux SSH

Wireless DAQ Terminal 无线数采终端

www.daq-iot.com 19936624847 ......
终端 Wireless Terminal 无线 DAQ

windows terminal中配置on-my-posh,conda虚拟环境提示不生效

遇到了oh-my-posh的conda虚拟环境提示无法生效的问题。 实际不是不生效,只是在~文件夹下面看不到。进入到其他任何文件都能看到虚拟环境提示。 原因是:on-my-posh的配置的python segment的properties中有一个项目是"home_enabled", 默认值是fals ......
on-my-posh terminal windows 环境 conda

Windows Terminal 美化

# Windows Terminal 美化 1. 首先安装Windows Terminal [https://github.com/microsoft/terminal](https://github.com/microsoft/terminal) 2. 去Oh-my-posh官方安装 [Home ......
Terminal Windows
共52篇  :1/2页 首页上一页1下一页尾页