KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (23)
  • docker_notes (14)
  • linux_router (11)
  • wiki (3)
  • tech_notes (2)
  • python (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Rsync @home_server:home_server_setup:other_services
89 Hits, Last modified: 5 months ago
''%%--%%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
75 Hits, Last modified: 4 months ago
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
62 Hits, Last modified: 8 weeks ago
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
56 Hits, Last modified: 10 hours ago
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
turn server @docker_notes
39 Hits, Last modified: 3 months ago
with the Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). It is most useful for cl... rk through a NAT; it supports the connection of a user behind a NAT to only a single peer, as in telepho... # Enable verbose logging verbose # Specify the user for the TURN authentification #user=kpts:kpts84871670 static-auth-secret=kpts84871670 # Enable long-te
Web Server setup @home_server
30 Hits, Last modified: 6 months ago
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 - diun & ntfy @docker_notes
15 Hits, Last modified: 6 months ago
OS to warn uses that a message has come in. The user can then elect to look at the message detail. Th... TACHMENT_CACHE_DIR: /var/lib/ntfy/attachments user: 1000:1000 # optional: replace with your own user/group or uid/gid, was UID:GID volumes: - ./... ake sure this cache file is owned by the # ntfy user and group by running: chown ntfy.ntfy <filename>.
Docker Deluge Image / Service @docker_notes
15 Hits, Last modified: 6 months ago
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: 2 years ago
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
13 Hits, Last modified: 3 months ago
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:... for Linux that looks like it has some additional user interface features, but to date I have not wanted... tion is to add FORWARD ACCEPT rules to the DOCKER-USER chain as required, e.g.: ''iptables -I DOCKER-USE
KPTree - Email Server Setup @home_server
10 Hits, Last modified: 15 months ago
_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: 15 months ago
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: 2 years ago
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: 18 months ago
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: 15 months ago
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: 2 years ago
Docker - DHCP Kea Server @docker_notes
5 Hits, Last modified: 4 months ago
File Sharing @docker_notes
5 Hits, Last modified: 5 months ago
NFTables IP Control @linux_router
5 Hits, Last modified: 2 years ago
ansible @tech_notes
5 Hits, Last modified: 15 months ago
Calibre Server @home_server:home_server_setup:other_services
5 Hits, Last modified: 2 years ago
ISP IPoE DHCP Setup Notes @linux_router
4 Hits, Last modified: 5 months ago
Reverse Proxy Server - Traefik @docker_notes
3 Hits, Last modified: 5 months ago
Docker Host @docker_notes
3 Hits, Last modified: 5 months ago
DHCP / DNS Setup @linux_router
3 Hits, Last modified: 6 months ago
Router Miscellaneous @linux_router
3 Hits, Last modified: 3 months ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
3 Hits, Last modified: 2 months ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
3 Hits, Last modified: 5 months ago
VIM Editor @home_server:home_server_setup:other_services
3 Hits, Last modified: 15 months ago
Docker-Compose @docker_notes
2 Hits, Last modified: 6 days ago
Docker - DNS Server @docker_notes
2 Hits, Last modified: 5 months ago
NFTables Configuration @linux_router
2 Hits, Last modified: 3 months ago
Wifi Router / Access Points @linux_router
2 Hits, Last modified: 2 weeks ago
Welcome to your new DokuWiki @wiki
2 Hits, Last modified: 2 years ago
BASH Customisation @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 months ago
IPMI Console Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 3 weeks ago
Docker init Systems @docker_notes
1 Hits, Last modified: 3 weeks ago
KPTree - MSWindows Setup @home_server
1 Hits, Last modified: 3 months ago
Router Hardware @linux_router
1 Hits, Last modified: 6 months ago
IPTables Configuration @linux_router
1 Hits, Last modified: 6 months ago
Debian Server Network Setup @linux_router
1 Hits, Last modified: 5 months ago
ISP PPPoE Network Setup @linux_router
1 Hits, Last modified: 9 months ago
Router VM @linux_router
1 Hits, Last modified: 3 months ago
Python Programming Notes @python
1 Hits, Last modified: 18 months ago
DokuWiki @wiki
1 Hits, Last modified: 2 years ago
Formatting Syntax @wiki
1 Hits, Last modified: 2 years ago
KVM Setup @home_server:home_server_setup
1 Hits, Last modified: 4 months ago
Network Setup @home_server:home_server_setup
1 Hits, Last modified: 5 months ago
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago
XFCE @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified: 18 months ago
Mosh @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago