摘要:
1. 安装基础环境 sudo apt install -y g++ make libboost-dev libssl-dev git 2. 下载源码 git clone https://gitcode.com/gh_mirrors/st/stunserver.git 3. 编译 make 4. 编译 阅读全文
摘要:
安装命令 sudo add-apt-repository -y ppa:teejee2008/timeshift sudo apt-get update sudo apt-get install timeshift 阅读全文
摘要:
1. 创建genieacs用户 1.1 创建用户并修改密码 sudo adduser genieacs# 修改密码为genieacs 1.2 添加genieacs用户到sudoers文件, /etc/sudoers 1.3 切换到genieacs用户 su genieacscd 2. 安装nodej 阅读全文
摘要:
环境:ubuntu18.04,接口名ens38 1. 安装pppoe, radvd,dibber服务器 sudo apt install -y pppoe radvd dibbler-server 2. 修改配置文件/etc/ppp/pap-secerts 3. 修改配置文件/etc/ppp/opt 阅读全文
摘要:
auth require-pap logfile /var/log/pppd.log +ipv6 ipv6 ::1,::2 #!/bin/sh # These variables are for the use of the scripts run by run-parts. PPP_IFACE=" 阅读全文
摘要:
1. 安装node.js 2. 安装mongodb 3. 安装vscode 4. 安装数据库客户端dbgate 5.配置vscode环境 6. 编译运行 7. 结果查看 阅读全文
摘要:
1. 安装vlc sudo apt install -y vlc vlc-plugin-access-extra libbluray-bdj libdvdcss2 2. 创建文件夹/opt/vlc,并修改所有者权限 sudo mkdir /opt/vlc sudo chown -R test:tes 阅读全文
摘要:
注:本文档基于文档:ubuntu18.04服务版搭建opensips 1. 安装环境软件 sudo apt install -y apache2 php php-curl php-gd php-pear php-cli php-mysql php-apcu libapache2-mod-php un 阅读全文
摘要:
1. 安装dnsmasq sudo apt install dnsmasq 2. 在配置文件/etc/dnsmasq.conf末尾添加自定义域名 3. 测试配置文件 sudo dnsmasq --test 4. 开启dns服务 sudo systemctl restart dnsmasq 阅读全文
摘要:
四、安装ipv6 dhcpv6服务器 1. 安装服务 sudo apt install isc-dhcp-server 2. 修改配置文件 2.1 修改配置文件/etc/default/isc-dhcp-server 2.2 添加配置文件/etc/dhcp/dhcpd6.conf,添加地址池,内容如 阅读全文