user

Search

You can find the results of your search below.

Rsync @home_server:home_server_setup:other_services
93 Hits, Last modified:
''%%--%%owner'' |preserve owner (super-user only)| |''-g''| ''%%--%%group'' |preser... %%devices'' |preserve device files (super-user only)| | | ''%%--%%specials'' |preser... -%%numeric-ids'' |don't map uid/gid values by user/group name| |''-R''| ''%%--%%relative'' |U... mnt/backup/rsync-test</code> It fails because the user pi doesn't have ''root'' permissions and the dire
Docker nginx / php notes @docker_notes
71 Hits, Last modified:
nginx/nginx.conf| <code> # /etc/nginx/nginx.conf user nginx; # Set number of worker processes automati... format. log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; # Sets the pat... include /etc/nginx/http.d/*.conf; } </code> ***user directive in nginx must match that in php-fpm too
Nextcloud Container @docker_notes
64 Hits, Last modified:
70 - MYSQL_DATABASE=nextcloud - MYSQL_USER=nextcloud - MYSQL_HOST=db - REDIS_HOS... 70 - MYSQL_DATABASE=nextcloud - MYSQL_USER=nextcloud - MARIADB_AUTO_UPGRADE=1 netw... access to relevant container *Confirm required user, default login is as ''root'', for next cloud eas... unning docker container use ''%%docker exec -it --user www-data nextcloud-app-1 ash%%'', where: *''%
Docker mailserver @docker_notes
43 Hits, Last modified:
y of the sqlite database. The use of a full multi user server / client relational database is not necess... ME" instruction in DockerFile]] *[[https://superuser.com/questions/1167696/install-whereis-command-on-... d'' The email spam removing daemon *swaks => ''/user/bin/swaks'' Seems to only be in testing reposito... ” makes sure that if a domain is deleted that all user accounts in that domain are also deleted to avoid
Docker Deluge Image / Service @docker_notes
15 Hits, Last modified:
pn.login COPY pre_start_tun.sh /etc/openvpn/ COPY user/* /etc/s6-overlay/s6-rc.d/user/contents.d #COPY user/pre_start_tun /etc/s6-overlay/s6-rc.d/user/contents.d/ #COPY user/pre_start_nft /etc/s6-overlay/s6-rc.d
Docker @docker_notes
12 Hits, Last modified:
not seem to have testing. Run docker as non root user: *''sudo groupadd docker'' *''sudo usermod -aG docker $USER'' Install Docker Engine : [Docker Engine](https:... tion is to add FORWARD ACCEPT rules to the DOCKER-USER chain as required, e.g.: ''iptables -I DOCKER-USER -i src_if -o dst_if -j ACCEPT''. For the machine in
ssh with key files @tech_notes
11 Hits, Last modified:
encrypted keys gives best security. However if a user has access to you terminal and user password they effectively have full system access anyway. <fc #ff0... ld not be necessary as the keys created should be user based.</fc> =====ssh-keygen====== The ''ssh-keyg... r. The defaults are: * home directory ''/homeuser/.ssh'' * public key ''/home/user/.ssh/id_rsa'
KPTree - Email Server Setup @home_server
10 Hits, Last modified:
_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'; SET SESSION sql_mode = '... _TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'; SELECT @@SQL_MODE, @@GLO... /etc/dovecot/dovecot-sql.conf.ext *My vmail user uid has historically been 6004. The mail uid and ... VM drive size, /mnt/shared/vmail. *My vmail user uid has historically been 6004. The mail uid and
IPMI CLI Tools @home_server:home_server_setup:other_services
9 Hits, Last modified:
info'' * List Authorised Users: ''sudo ipmitool user list'' * List active ILOM Sessions: ''ipmitool ... ify the IPMI BMC connect and use * -U : remote user name to use to connect to IPMI BMC for command ... ) <code bash> #!/bin/bash BMC_IP="192.168.1.40" User_Name="baumkp" PW_file_location="/etc/ipmitool" LA... power_status=$(ipmitool -I lanplus -H $BMC_IP -U $User_Name -f $PW_file_location power status 2>/dev/nul
dokuwiki setup notes @home_server
8 Hits, Last modified:
d/www/dokuwiki'' will make all the docuwiki files user and group owned by www-data that seems to simply ... g/plugin:authplain|Plain Auth Plugin]] - Provides user authentication against DokuWiki's local password ... /fs> * [[http://dokuwiki.org/plugin:usermanager|User Manager]] - Manage DokuWiki user accounts - <fs x-small>by Chris Smith</fs> These are not not plugins
Router Miscellaneous @linux_router
6 Hits, Last modified:
w -t 2 Restart=on-abort [Install] WantedBy=multi-user.target </code> After modifying a systemd file up... -TCP = Transmission Control Protocol -UDP = User Datagram Protocol -SCTP = Stream Control Tran... ////kpts/shared/html_kptree.net/Docker%20Engine%20user%20guide|Docker Engine user guide]] *Digital Ocean [[https://www.digitalocean.com/community/tutorials/
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
6 Hits, Last modified:
rvctl stop Type=forking [Install] WantedBy=multi-user.target </code> My system takes a bit of time for ... /sbin/upsd Type=forking [Install] WantedBy=multi-user.target </code> Next create the systemd nut monito... upsmon.pid Type=forking [Install] WantedBy=multi-user.target </code> =====NUT Key commands and scripts=... host beeper.disable'' it will then prompt for NUT user and password. The command will prompt for a user
ansible @tech_notes
5 Hits, Last modified:
opy the public key to the remote machine for same user. *''cd /mnt/ansible'' These commands only work... %%'' *''ansible all -i inventory.ini -m ping -u user'' *''ansible -i inventory.ini kpts -a "ls -la ~" -u user'' *''ansible -i inventory.ini kpts -a "df -h" -u user'' *''ansible all -i inventory.ini -a "df -h" -u
Docker - DHCP Server @docker_notes
4 Hits, Last modified:
g-templates.html#template-home-network-of-a-power-user|Home Network of a Power User]]. I was never quite sure I had the automatic fall over back-up working. ... g-templates.html#template-home-network-of-a-power-user|Template: Home Network of a Power User]] *[[https://kb.isc.org/docs/isc-kea-packages|Using Official
Docker-Compose @docker_notes
3 Hits, Last modified:
r installation and they need to be created by the user (otherwise fails) using the docker volume create ... ess OOMScoreAdjust=-500 [Install] WantedBy=multi-user.target </code>++++ The override file for docker.... configure systemd services?]] * [[https://superuser.com/questions/930798/start-a-systemd-service-afte
Reverse Proxy Server @docker_notes
3 Hits, Last modified:
Docker Host @docker_notes
3 Hits, Last modified:
DHCP / DNS Setup @linux_router
3 Hits, Last modified:
turn server @docker_notes
2 Hits, Last modified:
NFTables Configuration @linux_router
2 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
2 Hits, Last modified:
Network Setup @home_server:home_server_setup
2 Hits, Last modified:
Docker - diun & ntfy @docker_notes
1 Hits, Last modified:
KPTree - MSWindows Setup @home_server
1 Hits, Last modified:
Router Hardware @linux_router
1 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
1 Hits, Last modified:
Router VM @linux_router
1 Hits, Last modified:
Python Programming Notes @python
1 Hits, Last modified:
KVM Setup @home_server:home_server_setup
1 Hits, Last modified:
XFCE @home_server:home_server_setup:other_services
1 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: