安装依赖软件包:sudoaptinstall-ycurlgnupg2添加docker-ce源sudovim/etc/apt/sources.list.d/docker.list#deb-src[arch=amd64]https://mirrors.aliyun.com/docker-ce/linux/debianbusterstabledeb[arch=amd64]http://mirrors.u
分类:
其他好文 时间:
2020-12-01 11:46:00
阅读次数:
2
参考: https://wiki.debian.org/BridgeNetworkConnectionsProxyArp https://www.cnblogs.com/kelamoyujuzhen/p/6533568.html http://www.digmyth.com/2020/03/07/l ...
分类:
其他好文 时间:
2020-11-30 15:45:57
阅读次数:
6
一、Linux发行版本slackware:SUSELinuxEnterpriseServer(SLES),OpenSuse桌面debian:ubuntu,deepin(深度),mintredhat:RHEL:RedHatEnterpriseLinux,每18个月发行一个新版本CentOS:CommunityEnterpriseOperatingSystem兼容RHEL的格式中标麒麟:中标软件Fed
分类:
系统相关 时间:
2020-11-27 11:02:09
阅读次数:
11
跟着网上的步骤走就好了,这里就记录一个过程: 先加个docker的源 1 curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg | sudo apt-key add - 2 3 echo 'deb htt ...
分类:
其他好文 时间:
2020-11-27 10:55:57
阅读次数:
5
什么是Linux的发行版? linux内核+商业软件=Linux的发行版 有哪些较为有名气的发行家族? Debian slackware linux readhat Debian 以下附上互联网获取的图片 ...
分类:
系统相关 时间:
2020-11-26 14:55:19
阅读次数:
8
1.Linux的发行版(1)slackware:SUSELinuxEnterpriseServer(SLES)OpenSuse桌面(2)debian:ubuntu,deepin(深度),mint(3)redhat:RHEL:RedHatEnterpriseLinux每18个月发行一个新版本CentOS:兼容RHEL的格式中标麒麟:中标软件Fedora:每6个月发行一个新版本(4)ArchLinux
分类:
系统相关 时间:
2020-11-12 14:26:29
阅读次数:
21
pwntools是一个CTF框架和漏洞利用开发库,用Python开发,由rapid设计,旨在让使用者简单快速的编写exploit。 pwntools对Ubuntu 12.04和14.04的支持最好,但是绝大多数的功能也支持Debian, Arch, FreeBSD, OSX, 等等。 安装前确保安装 ...
分类:
其他好文 时间:
2020-11-08 16:50:25
阅读次数:
21
添加官方仓储 # Create the file repository configuration: sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/ ...
分类:
数据库 时间:
2020-11-07 16:13:45
阅读次数:
24
一、前言 开发完项目,一般调试都是在eclipse或者idea上运行服务的。但是要部署到服务器上,就需要后台运行和自启动等配置了。这里采用Debian系统作为演示。 二、后台运行 工程项目代码采用 maven 进行打包。 1 mvnw package 打包后,生成一个jar包 服务器安装jre运行环 ...
分类:
编程语言 时间:
2020-11-04 18:46:52
阅读次数:
22
PostgreSQL是一个开放源代码,功能强大,具有弹性和容错性的关系数据库管理系统,可为许多关键任务应用程序提供支持。PostgreSQL数据库基于POSTGRES4.2。截至目前为止,PostgreSQL的最新稳定版本为版本13。有关PostgreSQL13的所有新功能,改进和错误修复报告,可在官方发行页面上找到。以下是PostgreSQL13一些值得注意的新功能:B树索引条目的重复数据删除带
分类:
数据库 时间:
2020-11-04 18:12:29
阅读次数:
29