user

Search

You can find the results of your search below.

Rsync @home_server:home_server_setup:other_services
89 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
60 Hits, Last modified:
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: *''%%--user www-data%%'' would login as user ''www-data''. If omitted will default login to ''root'' *''nextclo
Docker mailserver @docker_notes
42 Hits, Last modified:
y of the sqlite database. The use of a full multi user server / client relational database is not necess... 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... mysqlnd. ====mariadb sql commands==== *''SELECT User, Host FROM mysql.user;'' this shows all the user
Web Server setup @home_server
30 Hits, Last modified:
vm proxy reverse proxy gid uid vipw vigr group id user id}} ======Web Server setup====== =====Basic Web ... lso consider aligning the appropriate file system user and groups between the VM server and VM guests. (... eradd command. * ''-g group1 group2'' to create user and add to additional group =====Aligning Group and User IDs across Virtual Machines on Same LAN===== Unf
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
KPTree Torrent VM Setup @home_server
14 Hits, Last modified:
so, consider aligning the appropriate file system user and groups between the VM server and VM guests. (... he local deluge directory actually exists for the user as otherwise the deluge and deluge web daemons wi... owhow.com does not seem to cover the alignment of user and groups between the main OS and VMs. I create ... template machine and manual update the group and user id numbers to align, a use the basic information
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
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
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
samba @home_server:home_server_setup:other_services
10 Hits, Last modified:
f'' * Add and enable users: ''sudo smbpasswd -a USER'', ''​sudo smbpasswd -e USER''. I use the same user name and passwords as main Linux log. ++++smb.conf| <code># # Sample configurat... # to anonymous connections map to guest = bad user ########## Domains ########### # # The followin
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
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
NFTables IP Control @linux_router
5 Hits, Last modified:
including errors) is sent through # email to the user the crontab file belongs to (unless redirected). ... # For example, you can run a backup of all your user accounts # at 5 a.m every week with: # 0 5 * * ... u,fri,sat,sun # | | | | | # * * * * * user-name command to be executed # 45 23 * * * /u... b files are stored at ''/var/spool/cron/crontabs/$USER''. You should not edit these files directly, use
ansible @tech_notes
5 Hits, Last modified:
Docker - DHCP Server @docker_notes
4 Hits, Last modified:
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:
Router Miscellaneous @linux_router
3 Hits, Last modified:
Docker-Compose @docker_notes
2 Hits, Last modified:
turn server @docker_notes
2 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
2 Hits, Last modified:
NFTables Configuration @linux_router
2 Hits, Last modified:
Welcome to your new DokuWiki @wiki
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:
IPTables Configuration @linux_router
1 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
1 Hits, Last modified:
ISP PPPoE Network Setup @linux_router
1 Hits, Last modified:
Router VM @linux_router
1 Hits, Last modified:
Python Programming Notes @python
1 Hits, Last modified:
DokuWiki @wiki
1 Hits, Last modified:
Formatting Syntax @wiki
1 Hits, Last modified:
KVM Setup @home_server:home_server_setup
1 Hits, Last modified:
Network 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:
Mosh @home_server:home_server_setup:other_services
1 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: