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 (13)
  • docker_notes (10)
  • linux_router (6)
  • tech_notes (4)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

VIM Editor @home_server:home_server_setup:other_services
31 Hits, Last modified: 14 months ago
* ''set nonumber'' set numbering off In visual mode '':set number!'' toggles the current number setti... ick tips: *There are two (2) main modes: Command mode and Insertion mode. You only normally type text in Insertion mode. The Esc (escape) key enters command mode and the i or I
Nextcloud Container @docker_notes
17 Hits, Last modified: 4 weeks ago
c -u www-data nextcloud-app-1 php occ maintenance:mode --off|on%%'' to turn maintenance mode off or on from the containers host shell =====Nextcloud with sup... ner. Step 1 is to place Nextcloud into mainteance mode ''%%sudo -u www-data php occ maintenance:mode --on%%''\ *In Portainer I usually log into shell using
Docker nginx / php notes @docker_notes
17 Hits, Last modified: 3 months ago
ncoding double values. ; If -1 is used, then dtoa mode 0 is used which automatically select the best ; p... sable_classes = ; Colors for Syntax Highlighting mode. Anything that's acceptable in ; <span style="co... stand-alone script and via PHP CGI<. PHP in CGI ; mode skips this line and ignores its content if this d... -dir ;sqlite3.extension_dir = ; SQLite defensive mode flag (only available from SQLite 3.26+) ; When th
turn server @docker_notes
8 Hits, Last modified: 2 months ago
to run TURN server in 'normal' 'moderate' verbose mode. # By default the verbose mode is off. #verbose # Uncomment to run TURN server in 'extra' verbose mode. # This mode is very annoying and produces lots of output. # Not recommended under normal circumstances
KPTree - Email Server Setup @home_server
7 Hits, Last modified: 14 months ago
refer to [[https://mariadb.com/kb/en/mariadb/sql_mode/|SQL_MODE]]: <code> sudo mysql -u root -p SET GLOBAL sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR... ATE_USER,NO_ENGINE_SUBSTITUTION'; SET SESSION sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_F
Network Setup @home_server:home_server_setup
7 Hits, Last modified: 4 months ago
ine NIC access the NIC(s) must be setup in bridge mode. Furthermore bridging NICs can also allow the NIC... fenslave -d bond0 eth0 eth1 bond-slaves none bond-mode 4 bond-miimon 100 bond-downdelay 0 bond-updelay 0... cp-rate fast bond-xmit_hash_policy layer2+3 #bond-mode 4 requires that the connected switch has matching... of some of the parameters *Bonding *bond-mode *balance-rr or 0 (default) is a good gene
Debian Server Network Setup @linux_router
6 Hits, Last modified: 4 months ago
# Then LAN networks are eno2 eno3 eno4 in bridged mode br1 # on the 192.168.1.1 subnet auto br0 if... with the ISP it 2 modems were attempted in bridge mode; a Netgear DM200 and Draytek Vigor130. The premiu... em address is "http://192.168.5.1" when in bridge mode. The network must start-up the WAN NIC to allow ... ured.** The remaining 3 NICs are setup in bridge mode as router LAN ports. When setup in bridge mode th
Docker - diun & ntfy @docker_notes
4 Hits, Last modified: 5 months ago
ons. # # listen-unix: <socket-path> # listen-unix-mode: <linux permissions, e.g. 0700> # Path to the pr... the database is initialized, # e.g. to enable WAL mode (see https://phiresky.github.io/blog/2020/sqlite-... cache-startup-queries: | # pragma journal_mode = WAL; # pragma synchronous = normal; # ... e database is initialized, e.g. to enable # WAL mode. This is similar to cache-startup-queries. See ab
Web Server setup @home_server
4 Hits, Last modified: 5 months ago
ds are: *''sudo -u www-data php occ maintenance:mode %%--%%off'' to turn off maintenance mode (Should "turn on" Nextcloud) *''sudo -u www-data php occ maintenance:mode %%--%%on'' to turn on maintenance mode (Should "turn off" Nextcloud) Some keypoint to using this CLI:
Rsync @home_server:home_server_setup:other_services
4 Hits, Last modified: 4 months ago
sity| |''-a''| ''%%--%%archive'' |archive mode; equals -rlptgoD (no -H,-A,-X)| |''-r''| ''%%--%%... be a tedious job. Rsync can be run in a "dry run" mode to show you the output of the command. For exampl... in/sudo /usr/bin/rsync $@ </code> Now change the mode and owner of this file: <code>sudo chown backup_u... st your configuration is to run rsnapshot in test mode, using the ''-t'' option: <code>sudo rsnapshot -t
Docker mailserver @docker_notes
3 Hits, Last modified: 3 months ago
php82'' As php-fpm automatically runs in daemon mode, when using s6-rc init as a longrun it needs to be run in foreground mode, ''/usr/sbin/php-fpm82 -F'', as per the -F option. In daemon mode, s6-rc thinks php-fpm has failed and attempts to
Private LAN VPN Access @docker_notes
3 Hits, Last modified: 4 months ago
://github.com/linuxserver/docker-wireguard#server-mode|Server Mode]] documentation give some key points on usage: *Variables ''SERVERURL'', ''SERVERPORT'', ... VE_PEERS'' are optional variables used for server mode. Any changes to these environment variables will
PiKVM @tech_notes
3 Hits, Last modified: 7 months ago
the full update including placing the OS into rw mode before update and ro mode upon completion. -The commands will inform if a reboot is necessary. If... ng -''rw'' command to place into read/write mode -''pacman -Syy'' command to update arch rep
Fail2Ban @home_server:home_server_setup:other_services
3 Hits, Last modified: 2 years ago
fix] # To use another modes set filter parameter "mode" in jail.local: enable = true mode = more bantime = 12h port = smtp,465,submission logpath = %(p... enabled = true bantime = 12h filter = postfix[mode=auth] port = smtp,465,submission,imap,imaps,p
Docker @docker_notes
2 Hits, Last modified: 7 weeks ago
s on common switch port. Need to set promiscuous mode on network, e.g. ''sudo ip link set br0 promisc o... --subnet 192.168.1.0/24 \ -o parent=br0 -o ipvlan_mode=l3 \ --subnet 192.168.10.0/24 network_named</code
Docker - DNS Server @docker_notes
2 Hits, Last modified: 4 months ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 4 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 2 years ago
Docker Deluge Image / Service @docker_notes
1 Hits, Last modified: 5 months ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 3 months ago
KPTree - MSWindows Setup @home_server
1 Hits, Last modified: 8 weeks ago
Linux Router Background @linux_router
1 Hits, Last modified: 15 months ago
DHCP / DNS Setup @linux_router
1 Hits, Last modified: 5 months ago
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified: 4 months ago
IPv6 Setup Notes @linux_router
1 Hits, Last modified: 12 months ago
ISP PPPoE Network Setup @linux_router
1 Hits, Last modified: 8 months ago
Network Speed testing @tech_notes
1 Hits, Last modified: 4 months ago
Programs & Applications @tech_notes
1 Hits, Last modified: 2 months ago
Web Browser Notes @tech_notes
1 Hits, Last modified: 2 months ago
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified: 16 months ago
BASH Customisation @home_server:home_server_setup:other_services
1 Hits, Last modified: 4 months ago
IPMI Console Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 17 months ago
samba @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago