mode

Search

You can find the results of your search below.

VIM Editor @home_server:home_server_setup:other_services
33 Hits, Last modified:
* ''set nonumber'' set numbering off In visual mode '':set number!'' toggles the current number setti... ting]] Some Quick 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
Docker nginx / php notes @docker_notes
20 Hits, Last modified:
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
Debian / Ubuntu Network Setup @linux_router
18 Hits, Last modified:
for PPPOE) # set up static ip address to access modem web page on WAN NIC iface eno1:0 inet static ... # Then LAN networks are eno2 eno3 eno4 in bridged mode br1 # on the 192.168.1.1 subnet auto br0 if... tanza. #hwaddress ether xx:xx:xx:xx:xx:xx The "modern" way to specify static ip address as address 19... VGA </code> Due to difficulties with the ISP it 2 modems were attempted in bridge mode; a Netgear DM200
Nextcloud Container @docker_notes
17 Hits, Last modified:
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
NFTables Configuration @linux_router
16 Hits, Last modified:
ppp1 for pppoe</color>\\ <tab3>define <color red>modem = eno1</color><color blue> #definition of modem device label</color>\\ <tab3>define <color red>lan = ... r IPv4 address</color>\\ <tab3>define <color red>modem_ip = 192.168.5.2</color><color blue> #definition of modem IPv4 address</color> ++ | \\ + <color #202000/#
Conky @home_server:home_server_setup:other_services
12 Hits, Last modified:
lor0}CPU Type: ${tab 50}$color${execi 99999 grep 'model name' /proc/cpuinfo | awk '{ print $6 }' | sed '2,$d'} / ${execi 99999 grep 'model name' /proc/cpuinfo | wc -l} Cores ${color0}CPU ... $color${freq 0} MHz Current / ${execi 99999 grep 'model name' /proc/cpuinfo | awk '{ print $9 }' | sed '... }'} ${color0}CPU Type: $color${execi 99999 grep 'model name' /proc/cpuinfo | awk '{ print $6 }' | sed '
ISP IPoE DHCP Setup Notes @linux_router
11 Hits, Last modified:
{{tag>linux router bridged modem ISP IPoE mtu dns dhcp}} =====ISP IPoE DHCP Setup Notes===== Notes on Se... ears of reasonable successful use of bridged VDSL modem with Linux Router running pppoe and nftables my ... ed dhcp IPoE instead of PPPoE. I set up my spare modem as they described and it worked straight way. When I tried my Linux router with bridge modem it no longer worked, until I removed the passwor
Linux Router Background @linux_router
10 Hits, Last modified:
nstallation!. So I used the original ISP supplied modem and its logs indicated the exact same error! On ... P address could be assigned elsewhere and when my modem attempted to authenticate the IP address could n... ickly and the problem went away. *Access to the modem / router configuration is very difficult when my... rimary internet access (FTTP). Once the fibre and modem were connected things worked prety quickly, save
KPTree - Email Server Setup @home_server
8 Hits, Last modified:
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
NFTables IP Control @linux_router
8 Hits, Last modified:
e> #!/usr/sbin/nft -f define wan = ppp1 define modem = eno1 define lan = br0 define router_ip4 = 19... #Allow traffic between private LANs (to/from modem) iifname $lan oifname $modem accept #iifname $modem oifname $lan accept iifname $modem oifname $lan jump base_ch
Network Setup @home_server:home_server_setup
8 Hits, Last modified:
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
Router VM @linux_router
5 Hits, Last modified:
s ethernet ports) * Access to public internet modem, via 1 Ethernet port - **the WAN (Wide Area Network) connection** * modem is VDSL based, set into bridge mode to allow connection to control using this machine as router * modem is currently set to use direct remote DHCP/IP as
Manjaro Setup Notes @home_server:home_server_setup:other_services
5 Hits, Last modified:
er definition file was found at ''/usr/share/cups/model/'' * The default PDF printer output directo... r more than 6 years. It seems to follow the UNIX model and focuses on doing this well. With my desktop... }'} ${color0}CPU Type: $color${execi 99999 grep 'model name' /proc/cpuinfo | awk '{ print $6 }' | sed '2,$d'} / ${execi 99999 grep 'model name' /proc/cpuinfo | wc -l} Cores ${color0}CPU
Web Server setup @home_server
4 Hits, Last modified:
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:
Fail2Ban @home_server:home_server_setup:other_services
4 Hits, Last modified:
d: *<code postfix> [postfix] # 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
Rsync @home_server:home_server_setup:other_services
4 Hits, Last modified:
Docker mailserver @docker_notes
3 Hits, Last modified:
KPTree Recipes @home_server
3 Hits, Last modified:
Router Hardware @linux_router
3 Hits, Last modified:
Home Sprinkler Setup Notes @personal
3 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
3 Hits, Last modified:
Docker @docker_notes
2 Hits, Last modified:
KPTree - MSWindows Setup @home_server
2 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
2 Hits, Last modified:
My Home IT Setup @home_server:home_server_setup
2 Hits, Last modified:
Docker Deluge Image / Service @docker_notes
1 Hits, Last modified:
Docker - DHCP Server @docker_notes
1 Hits, Last modified:
KPTree Torrent VM Setup @home_server
1 Hits, Last modified:
DHCP / DNS Setup @linux_router
1 Hits, Last modified:
IPv6 Setup Notes @linux_router
1 Hits, Last modified:
Router Miscellaneous @linux_router
1 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
1 Hits, Last modified:
ISP PPPoE Network Setup @linux_router
1 Hits, Last modified:
Localisations @personal
1 Hits, Last modified:
Network Speed testing @tech_notes
1 Hits, Last modified:
Nginx @tech_notes
1 Hits, Last modified:
XFCE @home_server:home_server_setup:other_services
1 Hits, Last modified:
samba @home_server:home_server_setup:other_services
1 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: