Thinker Thinker

Linux环境使用apt-get安装telnet、curl、ifconfig、vim、ping等工具

Linux环境使用apt-get安装telnet、curl、ifconfig、vim、ping等工具【转】 参考 https://www.cnblogs.com/east7/p/15834866.html   当在Linux服务器执行Telnet命令时,如果提示command not found:

Aristotle Aristotle 发布于 2023-03-10

linux 目录分层

linux 目录分层 1、系统级 /bin,/sbin 2、用户应用级 /usr/bin,/usr/sbin 3、用户手动应用级 /usr/local 一般,手动安装程序放到/usr/local/下面 4、用户自己的家 /root, /home/普通用户

Aristotle Aristotle 发布于 2023-03-08

关于springboot项目dockerfile构建镜像的相关问题${0} ${@}

关于springboot项目dockerfile构建镜像的相关问题${0} ${@} 参考:https://github.com/aneasystone/weekly-practice/blob/main/notes/week011-spring-boot-on-docker/README.md

Aristotle Aristotle 发布于 2023-03-07

Linux 命令行文本操作快捷键

Linux 命令行文本操作快捷键 参考:https://vra.github.io/2018/01/27/linux-cmdline-edit-shortcuts/ 可能有些人不知道,Linux命令行也有一些方便文本操作的快捷键,如跳到行首的快捷键是Ctrl-a,,跳到行尾的快捷键是Ctrl-e,删

Aristotle Aristotle 发布于 2023-03-07

springboot yml 配置文件的占位符

springboot yml 配置文件的占位符真实的值在哪里配置 springboot yml 配置文件的站位符 类似 enableAutoCheckLink: ${ONEBLOG_APP_ENABLE_CHECK_LINK:false} 真实的值在哪里配置 Spring Boot的YAML配置文件

Aristotle Aristotle 发布于 2023-03-05

linux shell中$0,$?,$!等的特殊用法

linux shell中$0,$?,$!等的特殊用法 参考:https://www.cnblogs.com/viviane/p/11101643.html 一、Shell脚本中$0、$?、$!、$$、$*、$#、$@等的意义说明 (1)$$ Shell本身的PID(ProcessID,即脚本运行的当

Aristotle Aristotle 发布于 2023-03-04

域名解析在线查询

域名解析在线查询 http://www.ip33.com/dns.html

Aristotle Aristotle 发布于 2023-03-03

如何在linux环境下搭建Tor代理服务器

如何在linux环境下搭建Tor代理服务器 参考: https://blog.csdn.net/smiler_sun/article/details/71124082 验证: [root@ip-172-31-6-9 xxx]# netstat -lnt |grep 9050 tcp 0 0 127.

Aristotle Aristotle 发布于 2023-03-03

ssh scp出现 Permission

ssh scp出现 Permission denied (publickey,gssapi-with-mic,gssapi-keyex)问题 修改目标服务器中 /etc/ssh/sshd_config 中的参数: 将PasswordAuthentication no中的“no”改为yes,如果有注释

Aristotle Aristotle 发布于 2023-03-02

关于trojan和v2ray相关连接

关于trojan和v2ray相关连接 trojan trojanConfig: https://trojan-gfw.github.io/trojan/config V2ray XTLS黑科技 : https://v2xtls.org/trojan%e6%95%99%e7%a8%8b/#instal

Aristotle Aristotle 发布于 2023-02-26