sudo

Search

You can find the results of your search below.

Docker
13 Hits, Last modified:
https://get.docker.com -o get-docker.sh%%'' *''sudo sh get-docker.sh'' Note for Debian testing just use ''sudo apt install docker'', as testing packages the lat... have testing. Run docker as non root user: *''sudo groupadd docker'' *''sudo usermod -aG docker $USER'' Install Docker Engine : [Docker Engine](https:/
Reverse Proxy Server
6 Hits, Last modified:
nable_line_numbers="true"]> cd /home/docker_store sudo mkdir traefik sudo chown baumkp:baumkp traefik cd traefik mkdir data cd data touch acme.json chmod 600 ... sword==== <code bash [enable_line_numbers="true"]>sudo apt update sudo apt install apache2-utils</code> <code bash [enable_line_numbers="true"]>echo $(htpassw
Docker-Compose
5 Hits, Last modified:
he version sub-directory as required. <code bash> sudo curl -L "https://github.com/docker/compose/releas... -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose </code> ... l on start up with obscure Docker log messages (''sudo journalctl -b0 -u docker''), e.g. ''error="failed... ectly edit the service file, but rather use the ''sudo systemctl edit docker.service'' to create a drop
Docker - DNS Server
3 Hits, Last modified:
llowed, edit or add the following parameters in ''sudo vim /etc/sysctl.conf'': *net.ipv4.ip_forward = 1 *net.ipv4.conf.all.proxy_arp = 1 * ''sudo sysctl net.ipv6.conf.all.forwarding=1'' similar f... ing these changes reboot or apply setting using ''sudo sysctl -p /etc/sysctl.conf'' *''/usr/sbin/name
Nextcloud Container
3 Hits, Last modified:
1 is to place Nextcloud into mainteance mode ''%%sudo -u www-data php occ maintenance:mode --on%%''\ ... Nextcloud Install]]. OPtions to install include ''sudo apt install nextcloud-desktop'' or install via Ap... here to download just nextcloudcmd?]] In debian ''sudo apt install nextcloud-desktop-cmd'' will down loa
Docker Host
3 Hits, Last modified:
* Add user to libvirt and libvirt-qemu, e.g. ''sudo usermod -a -G libvirt-qemu baumkp'' * If you ar... sary * Delete whole file if necessary * ''sudo apt install vim'' to install vim * Set static i... n the install type) * For networkd: * ''sudo apt install bridge-utils'' Docker will need a bri
Docker mailserver
2 Hits, Last modified:
th version. *Need to create directory in log, ''sudo mkdir .config/log/php82'' As php-fpm automatica... ing this one.) *This can be set in the host ''sudo sysctl -w vm.overcommit_memory=1'' Some reference
Docker - DHCP Server
1 Hits, Last modified:
the host to function. ====DHCP testing==== ''%%sudo nmap --script broadcast-dhcp-discover%%'' will te