摘要: # Elasticsearch Configuration # # NOTE: Elasticsearch comes with reasonable defaults for most settings. # Before you set out to tweak and tune the con 阅读全文
posted @ 2021-12-23 17:32 清风6661 阅读(869) 评论(0) 推荐(0)
摘要: redis最全配置讲解 #redis.conf# Redis configuration file example.# ./redis-server /path/to/redis.conf ################################## INCLUDES ########### 阅读全文
posted @ 2021-12-23 16:54 清风6661 阅读(111) 评论(0) 推荐(0)
摘要: 系统启动时需要加载的配置文件 /etc/profile、/root/.bash_profile /etc/bashrc、/root/.bashrc /etc/profile.d/*.sh、/etc/profile.d/lang.sh /etc/sysconfig/i18n、/etc/rc.local 阅读全文
posted @ 2021-12-23 16:46 清风6661 阅读(267) 评论(0) 推荐(0)
摘要: 有两种方式: 1. command & : 后台运行,你关掉终端会停止运行 2. nohup command & : 后台运行,你关掉终端也会继续运行 如果你正在运行一个进程,而且你觉得在退出帐户时该进程还不会结束,那么可以使用nohup命令。该命令可以在你退出帐户之后继续运行相应的进程。nohup 阅读全文
posted @ 2021-12-23 16:37 清风6661 阅读(242) 评论(0) 推荐(0)
摘要: ######################################################################### # File Name: envconfiguration.sh # Author: dinmin # mail: 103482702@qq.com # 阅读全文
posted @ 2021-12-23 16:30 清风6661 阅读(86) 评论(0) 推荐(0)
摘要: ######################################################################## # File Name: BasicTools.sh # Author: dinmin # mail: 103482702@qq.com # Create 阅读全文
posted @ 2021-12-23 13:23 清风6661 阅读(283) 评论(0) 推荐(0)