Search
You can find the results of your search below.
Fulltext results:
- VIM Editor @home_server:home_server_setup:other_services
- * ''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
- 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
- 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
- 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
- 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
- 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
- # 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
- 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
- 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
- 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
- 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
- ://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
- 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
- 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
- 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