dev

Search

You can find the results of your search below.

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 Deluge Image / Service @docker_notes
8 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
Reverse Proxy Server @docker_notes
1 Hits, Last modified:
' *''openssl s_client -connect localhost:443 2>/dev/null | openssl x509 -noout -dates'' *[[https://
Linux Block Device Notes @home_server:home_server_setup:other_services
4 Hits, Last modified:
Notes ===== ====Some basic tools==== *''ls -l /dev/disk/by-uuid/'' will list the disks with UUIDs ... available partition information *''sudo parted /dev/sda'' - to partition the specific drive When in p... artition 1 ---- ====Format==== ''sudo mkfs.ext4 /dev/sda1'' - to format the drive ---- ====Fstab==== ... ===mount==== ===Local Device=== **mount -t ext4 /dev/sdb1 /run/media/diska** ===NFS Device=== To mou