随笔分类 - 工具部署
摘要:Debian Docker 安装 Docker 支持以下的 Debian 版本: Buster 10 Stretch 9 (stable) / Raspbian Stretch Docker Engine-Community 在 x86_64(或 amd64 )armhf,和 arm64 体系结构上
阅读全文
摘要:转载:https://blog.csdn.net/wsbgmofo/article/details/79235688
阅读全文
摘要:转载 https://www.jianshu.com/p/74d490aa2551
阅读全文
摘要:转载 https://blog.csdn.net/J080624/article/details/78082745
阅读全文
摘要:转载 https://blog.csdn.net/qq_40903527/article/details/127678795 https://www.songzixian.com/linuxcmot/1724.html
阅读全文
摘要:1. 下载安装包 地址: https://downloads.mysql.com/archives/community/ 版本选择 (mysql-server_5.7.27-1ubuntu19.04_amd64.deb-bundle.tar) Product Version: 5.7.27 Oper
阅读全文
摘要:https://www.oracle.com/java/technologies/downloads/archive/ https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html
阅读全文
摘要:1 查看硬盘 fdisk -l 2 查看目前硬盘挂载情况 df -h 3 格式化硬盘 mkfs.ext4 /dev/xxx 4 创建挂载点 mkdir /data_dir1 5 挂载硬盘 mount /dev/xxx /data_dir1 6 创建开机自动挂载任务 echo '/dev/xxx /d
阅读全文
摘要:https://zhuanlan.zhihu.com/p/354528659 https://blog.csdn.net/mfkjq/article/details/114278434
阅读全文
摘要:ps -aux 查看进程 kill -9 进程ID https://blog.csdn.net/qq_41901122/article/details/113690354
阅读全文
摘要:1 安装必备软件 apt install vim curl wget -y 2 查看ip配置 cat /etc/netplan/00-installer-config.yaml 结果 # This is the network config written by 'subiquity' networ
阅读全文
摘要:下载文件: jdk-8u241-linux-x64.tar.gz https://blog.csdn.net/lishuoboy/article/details/114689492 https://www.oracle.com/java/technologies/oracle-java-archiv
阅读全文
摘要:user www-data; worker_processes auto; pid /run/nginx.pid; events { worker_connections 768; # multi_accept on; } http { ## # Basic Settings ## sendfile
阅读全文
摘要:https://archive.apache.org/dist/tomcat/tomcat-connectors/native/
阅读全文
摘要:原文链接 https://www.jianshu.com/p/a0218f464c2c 基于APT源安装 先更新APT源 sudo apt-get update sudo apt-get install nginx 安装好的文件位置: /usr/sbin/nginx: 主程序 服务器配置目录: /e
阅读全文
摘要:https://marketplace.eclipse.org/content/vmware-tc-server-integration-eclipse
阅读全文
摘要:1.下载MinGW-W64 GCC下载地址:MinGW-w64 - for 32 and 64 bit Windows - Browse Files at SourceForge.net MinGW各个版本区别: 我们这里下载MinGW-W64 GCC-8.1.0版本————————————————
阅读全文
摘要:上一篇文章介绍了youtube-dl的使用,使用时最重要的是两条命令: youtube-dl -F https://www.youtube.com/watch?v=j_JgXJ-apXs youtube-dl -f 18 https://www.youtube.com/watch?v=j_JgXJ-
阅读全文
摘要:代码质量检测工具 SONARQUBE7.6 配置和使用(Windows) 一、运行环境 Java8、MySQL5.7、maven3.5(非必须) sonarqube-7.6下载地址 https://binaries.sonarsource.com/Distribution/sonarqube/son
阅读全文