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 (14)
  • docker_notes (11)
  • linux_router (5)
  • tech_notes (4)
  • project (1)
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: 22 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: 9 months 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: 2 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
PiKVM @tech_notes
13 Hits, Last modified: 5 months ago
nger using the built in KVM.++ ====Browser Video mode options==== In Firefox make sure that [[https://w... ===Terminal versus Graphical==== The final output mode of the computer the PiKVM is attached to is deter... ed computer. Normally servers boot into terminal mode (CLI = command line interface) and desktops boot into graphical mode. I often load a graphical mode on to my servers
turn server @docker_notes
8 Hits, Last modified: 10 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: 22 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: 5 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
Linux Block Device Notes @home_server:home_server_setup:other_services
7 Hits, Last modified: 10 days ago
-n standby /dev/sdb'' will check the HD activity mode. It does this without starting up the drive, which hdparm may do. * If in standby mode it reports back only: "Device is in STANDBY mode, exit(2)" otherwise * ++ active or idel mode| <code>smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.1
Docker mailserver @docker_notes
6 Hits, Last modified: 5 months ago
ostfix/private/auth {\\ group = postfix\\ mode = 0660\\ user = postfix\\ }\\ }\\ service l... rivate/dovecot-lmtp {\\ group = postfix\\ mode = 0600\\ user = postfix\\ }\\ }\\ service q... istener quota-warning {\\ group = vmail\\ mode = 0660\\ user = vmail\\ }\\ }\\ ssl = requi... php82'' As php-fpm automatically runs in daemon mode, when using s6-rc init as a longrun it needs to b
Debian Server Network Setup @linux_router
6 Hits, Last modified: 6 weeks 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 @docker_notes
5 Hits, Last modified: 10 days ago
parate network.) -If you use the host network mode for a container, that container's network stack i... 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... References==== *[[https://www.fobwp.com/network_mode-host-docker-compose-guide/|Using network_mode: ho
Docker - diun & ntfy @docker_notes
4 Hits, Last modified: 13 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: 13 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: 12 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
Private LAN VPN Access @docker_notes
3 Hits, Last modified: 13 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
Fail2Ban @home_server:home_server_setup:other_services
3 Hits, Last modified: 3 years ago
Docker - DNS Server @docker_notes
2 Hits, Last modified: 11 days ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 12 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 3 years ago
Docker Deluge Image / Service @docker_notes
1 Hits, Last modified: 7 months ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 7 months ago
ntp @docker_notes
1 Hits, Last modified: 8 weeks ago
KPTree - MSWindows Setup @home_server
1 Hits, Last modified: 6 weeks ago
Linux Router Background @linux_router
1 Hits, Last modified: 4 months ago
DHCP / DNS Setup @linux_router
1 Hits, Last modified: 13 months ago
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified: 12 months ago
ISP PPPoE Network Setup @linux_router
1 Hits, Last modified: 16 months ago
Surge Protector @project
1 Hits, Last modified: 11 days ago
Network Speed testing @tech_notes
1 Hits, Last modified: 12 months ago
Programs & Applications @tech_notes
1 Hits, Last modified: 8 weeks ago
Web Browser Notes @tech_notes
1 Hits, Last modified: 10 months ago
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified: 5 months ago
BASH Customisation @home_server:home_server_setup:other_services
1 Hits, Last modified: 7 weeks ago
IPMI Console Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 8 months ago
samba @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago