配置 apt 国内源sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list # 更新源 apt update/etc/init.wsl#! /bin/sh # Filename: /etc/init.wsl # Usage: /etc/init.wsl [start|stop|restart] /etc...
配置 apt 国内源sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list # 更新源 apt update/etc/init.wsl#! /bin/sh # Filename: /etc/init.wsl # Usage: /etc/init.wsl [start|stop|restart] /etc...
/usr/sbin/occ#!/bin/sh if [ $(id -u) -eq 0 ] || [ $(id -u) -eq 33 ];then OPT="$@" su www-data -s /bin/sh -c "/usr/bin/php /var/www/nextcloud/occ $OPT" else echo "Ple...
Windows Hosts:Depending on the precise problem, some combination of these options should help:mks.win32.scalePartialScroll=TRUEmks.win32.scaleScroll=TRUEmks.win32.scrollScaleFactor=1200Adjust the m...
tigervnc分为tigervnc-standalone-server和tigervnc-scraping-server,分别对应vncserver和x0vncserver,也就是一个是独立于本地X11的,一个是类似于RDP和本地共享X11的,这里我们配置standalone-server$ apt install tigervnc-standalone-server进入使用vnc的用户,...
$ apt install bridge-utils $ brctl addbr br0/etc/network/interfacesauto lo iface lo inet loopback # The primary network interface allow-hotplug enp1s0 iface enp1s0 inet manual allow-hotplug enp2s...