dev

Search

You can find the results of your search below.

Docker Deluge Image / Service @docker_notes
16 Hits, Last modified:
s worked a beaut. * Need to manually create ++/dev/net/tun|<code bash> #!/bin/sh mkdir -p /dev/net mknod /dev/net/tun c 10 200 chmod 660 /dev/net/tun echo "103.231.89.219 au-mel.pvdata.host" >> /etc/hosts #This
Linux Block Device Notes @home_server:home_server_setup:other_services
11 Hits, Last modified:
k mount umount fstab unmount}} =======Linux Block Device Notes====== =====Linux Disk Partition and For... Notes ===== ====Some basic tools==== *''ls -l /dev/disk/by-uuid/'' will list the disks with UUIDs *''lsblk'' to list partitions (or list block devices) *''lsblk -f'' or ''blkid'' to list the UU... available partition information *''sudo parted /dev/sda'' - to partition the specific drive When in p
KPTree - MSWindows Setup @home_server
6 Hits, Last modified:
the only real reason to use iTunes is for my iOS devices, backing up iOS devices etc. iTunes, in typical Apple fashion I find is not smart end user friendl... nly use this software to backup and restore Apple devices.... The app functionality has been removed by... pple software...... ====iTunes - Not Recognising Devices==== iTunes is a pretty flakey program and Ap
Nextcloud Container @docker_notes
5 Hits, Last modified:
loglevel=error [program:php-fpm] stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 command=php-fpm [program:cron] stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 command=/cron.sh
Docker-Compose @docker_notes
4 Hits, Last modified:
/|Volumes in Docker Compose tutorial]], [[https://devopscell.com/docker/docker-compose/volumes/2018/01/... --driver local \ --opt type=none \ --opt device="/var/opt/my_website/dist" \ --opt o=bind ... /questions/930798/start-a-systemd-service-after-a-device-has-been-mounted|Start a systemd service after a device has been mounted]] * [[https://www.freedeskt
Reverse Proxy Server @docker_notes
4 Hits, Last modified:
al certificate product. It is accessed from their developer portal [[https://developer.godaddy.com/|Godaddy Developer Portal]], from here the API keys can be made. These keys then ne... ' *''openssl s_client -connect localhost:443 2>/dev/null | openssl x509 -noout -dates'' *[[https://