user

Search

You can find the results of your search below.

Rsync @home_server:home_server_setup:other_services
110 Hits, Last modified:
ue uid = root gid = root read only = false # auth users = baumkp # secrets file = /etc/rsyncd.secrets </file> ''sudo vim /etc/rsyncd.secrets'' <file>username:userpassword</file> ''sudo systemctl status rsync.service'' [status, start, stop, restart, reloa... ''%%--%%owner'' |preserve owner (super-user only)| |''-g''| ''%%--%%group'' |preser
Docker nginx / php notes @docker_notes
82 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
76 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
62 Hits, Last modified:
y of the sqlite database. The use of a full multi user server / client relational database is not necess... d_hat_enterprise_linux/5/html/deployment_guide/s1-users-groups-standard-users|37.3. Standard Users]] ====References==== *Docker *[[https://docs.docker.com/engine/reference/bu
BASH Customisation @home_server:home_server_setup:other_services
55 Hits, Last modified:
y I have decided to change it. The personal BASH user configuration file is: ''~/.bashrc''. Simply add ... ' alias dp600='sudo chown -R root:root /home/$BA_USERNAME/docker/secrets ; sudo chmod -R 600 /home/$BA_USERNAME/docker/secrets ; sudo chown -R root:root /home/$BA_USERNAME/docker/.env ; sudo chmod -R 600 /home/$BA_USE
Docker Deluge Image / Service @docker_notes
16 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
KPTree - Email Server Setup @home_server
15 Hits, Last modified:
a semi-manual setup, and addition of virtual mail users must be performed manually. There is also no web... _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
KPTree - MSWindows Setup @home_server
15 Hits, Last modified:
. Generally they enormously limit the paying end users rights. They are also so long who would bother ... in typical Apple fashion I find is not smart end user friendly as it has been designed for not smart users and attempts to hide the lower level file system. ... u item: Edit, Preferences, Advanced tab. e.g. "C:\Users\doej\Music\iTunes\iTunes Media" -Stop iTunes r
Docker @docker_notes
13 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://docs.docker.com/engine/install/)... tion is to add FORWARD ACCEPT rules to the DOCKER-USER chain as required, e.g.: ''iptables -I DOCKER-USE
ssh with key files @tech_notes
10 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... ctory ''/homeuser/.ssh'' * public key ''/home/user/.ssh/id_rsa'' * private key ''/home/user/.ssh
IPMI CLI Tools @home_server:home_server_setup:other_services
10 Hits, Last modified:
.1.42 -U baumkp -a bmc info'' * List Authorised Users: ''sudo ipmitool user list'' * List active ILOM Sessions: ''ipmitool session info all'' Not much us... 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
dokuwiki setup notes @home_server
9 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 ... hael Hamann</fs> * [[http://dokuwiki.org/plugin:usermanager|User Manager]] - Manage DokuWiki user accounts - <fs x-small>by Chris Smith</fs> These are not
Router Miscellaneous @linux_router
9 Hits, Last modified:
w -t 2 Restart=on-abort [Install] WantedBy=multi-user.target </code> After modifying a systemd file up... using Docker]] [[https://docs.docker.com/engine/userguide/networking/|Docker container networking]] [... -TCP = Transmission Control Protocol -UDP = User Datagram Protocol -SCTP = Stream Control Tran... d_hat_enterprise_linux/5/html/deployment_guide/s1-users-groups-standard-users|37.3. Standard Users]] --
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
8 Hits, Last modified:
# IPv6 NUT port </code> <code> upsd.users [admin] password = {password} ... 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=
ansible @tech_notes
6 Hits, Last modified:
key pair *''ssh-copy-id -i ~/.ssh/id_rsa.pub userp@remote.local.machine.io'' to copy 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" -
Reverse Proxy Server @docker_notes
5 Hits, Last modified:
Docker - DHCP Server @docker_notes
4 Hits, Last modified:
Docker Host @docker_notes
4 Hits, Last modified:
DHCP / DNS Setup @linux_router
3 Hits, Last modified:
Docker - diun & ntfy @docker_notes
2 Hits, Last modified:
Docker-Compose @docker_notes
2 Hits, Last modified:
turn server @docker_notes
2 Hits, Last modified:
NFTables Configuration @linux_router
2 Hits, Last modified:
Network Setup @home_server:home_server_setup
2 Hits, Last modified:
XFCE @home_server:home_server_setup:other_services
2 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:
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: