sudo

Search

You can find the results of your search below.

Nextcloud Container @docker_notes
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
Linux Block Device Notes @home_server:home_server_setup:other_services
9 Hits, Last modified:
''lsblk -f'' or ''blkid'' to list the UUIDs *''sudo blkid'' will list data blocks ---- ====parted===... a number of partition tools for Linux CLI.== *''sudo parted -l'' - to see all available partition information *''sudo parted /dev/sda'' - to partition the specific dri... 1'' to remove partition 1 ---- ====Format==== ''sudo mkfs.ext4 /dev/sda1'' - to format the drive ----
Docker-Compose @docker_notes
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
Reverse Proxy Server @docker_notes
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 @docker_notes
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:/
Docker Host @docker_notes
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