Skip to content

标签: Linux

如何在Ubuntu 18.04中安装VMware Tools

好用的资料 转一下 使用Open VM Tools安装VMware Tools 在Ubuntu虚拟机上安装VMware Tools的最简单和建议的方法是从Ubuntu的默认存储库安装Open VM Tools软件包。

宝塔面板搭建WordPress

WordPress建站教程 从零开始服务器搭建网站超详细 转载的: 说起第一次使用Wordpress建站,相信大部分人的印象都是虚拟主机、空间搭网站,因为便宜、省心,自己搭个小站放上去也算足够,但是随着各种技术的迅速发展,原来的很多虚拟主机已经不能再满足Wordpress配置要求,再加上各种云服务、VPS的降价,服务器性价比已经很高,无论是wordpress企业建站还是个人博客,很多人开始使用服务器搭建网站,今天WP主题站就为大家分享VPS服务器建站教程

L2TP/IPSec一键安装脚本

本脚本适用环境: 系统支持:CentOS6+,Debian7+,Ubuntu12+ 内存要求:≥128M 更新日期:2017 年 05 月 28 日

Portainer Simple management UI for Docker Installation

Simple management UI for Docker Installation How simple is it to deploy Portainer? Portainer installation using Docker Portainer runs as a lightweight Docker container (the Docker image weights less than 4MB) on a Docker engine or Swarm cluster.Therefore, you are one command away from running container on any machine using …

Get Docker CE for Ubuntu

Estimated reading time: 10 minutes To get started with Docker CE on Ubuntu, make sure youmeet the prerequisites, theninstall Docker. Prerequisites Docker EE customers To install Docker Enterprise Edition (Docker EE), go toGet Docker EE for Ubuntuinstead of this topic. To learn more about Docker EE, seeDocker Enterprise Edition. …

为Docker分配独立IP

Docker的网络模型 熟悉docker的人都知道,它有以下四种网络模式 host container none bridge 要理解Docker的网络,首先要发解的是Linux下面的network namespace。Linux Namespace是Linux提供的一种内核级别环境隔离的方法。其中network namepspace是六种隔离中的一种。