技术栈
bash
归叶再无青
1 天前
运维
·
前端
·
nginx
·
云原生
·
apache
·
bash
web服务安装部署、性能升级等(Apache、Nginx)
经典的web服务端:Apache高性能web服务端:Nginx一个24小时都在运行的服务器,升级时不可能对其关掉、删除旧的再下载新的,所以有了平滑升级
归叶再无青
1 天前
运维
·
前端
·
开源
·
tomcat
·
bash
企业级web服务(Tomcat开源web应用服务器)
解决web的应用问题Tomcat 是Apache 基金会开发的一款免费、开源的轻量级 Web 应用服务器,本质是一个 Servlet/JSP 容器(Servlet 和 JSP 是 Java Web 开发的核心技术),也是企业级 Java 开发中最常用的服务器之一。 可以简单理解为:它是运行 Java Web 项目(如网站、后台系统)的“容器”,能接收浏览器的请求、处理请求(调用后端 Java 代码),并返回处理结果(如网页、数据)。
chao_789
2 天前
python
·
bash
·
终端
·
前后端
构建start_app.sh,实现快速启动项目
本脚本 (start.sh) 是一个自动化的环境启动工具,专为 AI Shop 项目设计。它旨在简化开发环境的搭建过程,通过一条命令即可完成数据库、缓存、后端服务及前端服务的启动与状态检查,并自动在浏览器中打开预览页面。
笨笨D幸福
3 天前
bash
·
scoop
·
shim
应用程序重定向技术(Shim)
Window和Linux系统提供的ln/mklink 虽然很好用,但是不够灵活,所以,在很多程序替代时,需要一个同名字的程序作为中转。
xuchaoxin1375
3 天前
bash
bash@bash帮助命令help@bash命令可用选项设置@bash -c@set命令@set --
介绍bash命令本身的可用选项(bash本身是一个可执行程序)以及bash内置的命令(用于bash交互模式和脚本的功能)
ol木子李lo
4 天前
linux
·
运维
·
服务器
·
windows
·
编辑器
·
ssh
·
bash
Linux 命令备忘录
init是 Linux 系统初始化进程,运行级别0代表关机(仅 root 权限可执行),用于安全关闭虚拟机 / 服务器,区别于强制断电,会先终止进程、同步数据后关机。
dingdingfish
5 天前
bash
·
make
·
shell
·
install
·
configure
·
5.3
Bash学习 - 第10章:Installing Bash
本文为 Bash Reference Manual 第10章:Installing Bash 的读书笔记。
dingdingfish
6 天前
bash
·
init
·
bind
·
readline
Bash学习 - 第8章:Command Line Editing,第3节:Readline Init File
本文为 Bash Reference Manual 第8章:Command Line Editing ,第3节:Readline Init File 的读书笔记。
dingdingfish
6 天前
bash
·
shell
·
completion
·
complete
·
compgen
·
compopt
Bash学习 - 第8章:Command Line Editing,第6-8节:Programmable Completion
本文为 Bash Reference Manual 第8章:Command Line Editing 第6节:Programmable Completion ,第7节:Programmable Completion Builtins 和第8节:A Programmable Completion Example 的读书笔记。
dingdingfish
7 天前
bash
·
emacs
·
vi
·
bind
·
readline
Bash学习 - 第8章:Command Line Editing,第4-5节:Bindable Readline Commands
本文为 Bash Reference Manual 第8章:Command Line Editing ,第4节:Bindable Readline Commands 和 第5节:Readline vi Mode 的读书笔记。
香芋Yu
7 天前
开发语言
·
bash
·
agent
·
claude
【从零构建AI Code终端系统】02 -- Bash 工具:一切能力的基础
20 行核心代码,1 个 bash 工具——读文件、写文件、搜索、执行脚本。一个"工具"撑起了 agent 与真实环境交互的全部能力。
dingdingfish
8 天前
bash
·
shell
·
wait
·
job
Bash学习 - 第7章:Job Control
本文为 Bash Reference Manual 第7章:Job Control 的读书笔记。本章讨论什么是作业控制,它是如何工作的,以及 Bash 如何让你访问其功能。
dingdingfish
8 天前
bash
·
shell
·
readline
Bash学习 - 第8章:Command Line Editing,第1-2节:Intro & Readline Interaction
本文为 Bash Reference Manual 第8章:Command Line Editing ,第1节:Introduction to Line Editing 和 第2节 Readline Interaction 的读书笔记。
dingdingfish
9 天前
bash
·
posix
Bash学习 - 第6章:Bash Features,第11节:Bash and POSIX
本文为 Bash Reference Manual 第6章:Bash Features 第11节:Bash and POSIX 的读书笔记。
dingdingfish
9 天前
bash
·
shell
·
compat
·
compatibility
Bash学习 - 第6章:Bash Features,第12节:Shell Compatibility Mode
本文为 Bash Reference Manual 第6章:Bash Features 第12节:Shell Compatibility Mode 的读书笔记。
dingdingfish
10 天前
prompt
·
bash
·
ps1
Bash学习 - 第6章:Bash Features,第9节:Controlling the Prompt
本文为 Bash Reference Manual 第6章:Bash Features 第9节:Controlling the Prompt 的读书笔记。
dingdingfish
10 天前
bash
·
shell
·
rbash
·
restrict
Bash学习 - 第6章:Bash Features,第10节:The Restricted Shell
本文为 Bash Reference Manual 第6章:Bash Features 第10节:The Restricted Shell 的读书笔记。
数形长夏
10 天前
架构
·
bash
·
batch
命令行界面的神秘符号,是上一代程序复用的尝试
打开终端或命令提示符,看到 $、|、> 这些符号,就会觉得它们带着一种古老的、神秘的气息。这些符号代表的运行机制,是计算机早期阶段程序复用与交互的重要尝试,它们所承载的设计思想,至今仍深刻影响着软件架构。
dingdingfish
11 天前
bash
·
shell
·
array
·
index
·
associate
Bash学习 - 第6章:Bash Features,第7节:Arrays
本文为 Bash Reference Manual 第6章:Bash Features 第7节:Arrays 的读书笔记。
wsad0532
11 天前
linux
·
运维
·
bash
·
shell
Linux Shell脚本执行方式全解析:source、点号、路径、bash与exec的区别
在Linux开发中,执行Shell脚本的方式多样,但不同方式对进程和环境的影响常被混淆。你是否遇到过变量不生效、终端意外退出或环境切换失败?本文将全面解析source、.、直接路径、bash和exec五种方式,通过实例演示其核心差异。