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
24 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/#
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
Router Hardware @linux_router
10 Hits, Last modified:
8GB RAM and 120GB mSata HD. The N3700 CPU is more modern than the J1900 and includes AES instruction tha... 900. (The Intel LAN controllers are also the more modern ones). This unit also comes with a dedicated IP... Debian and Ubuntu this is done by setting the "nomodeset" option into the grub bootloader. This can be ... p://support.reliablesite.net/kb/a240/how-to-set-nomodeset-into-the-grub-bootloader-debian-and-ubuntu-int
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
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
BASH Customisation @home_server:home_server_setup:other_services
4 Hits, Last modified:
t .bashrc history sudo visudo dimmer ps kill nightmode xrandr tar archive "default editor" editor}} ====... om/ohmybash/oh-my-bash|oh-my-bash]] ====exa==== A modern replacement for ls. I tried it and could not be... cted from can be varied from 24bits (16M) on more modern systems. The LS command allows the colors to be... playID] --gamma 1.0:0.95:0.85%%'' to give a night mode effect *''%%xrandr --output HDMI-1 --gamma 1.0:
IPMI Console Setup @home_server:home_server_setup:other_services
4 Hits, Last modified:
n graphical terminal # note that you can use only modes which your graphic card supports via VBE # you c... in real GRUB with the command `vbeinfo' #GRUB_GFXMODE=640x480 # Uncomment if you don't want GRUB to pa... ue # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY="true" # Unc... of IPMI connection is not as functional as a full modern Linux terminal and some terminal programs will
Rsync @home_server:home_server_setup:other_services
4 Hits, Last modified:
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:
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
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:
Docker - DNS Server @docker_notes
2 Hits, Last modified:
KPTree - MSWindows Setup @home_server
2 Hits, Last modified:
My Home IT Setup @home_server:home_server_setup
2 Hits, Last modified:
Docker-Compose @docker_notes
1 Hits, Last modified:
Docker Deluge Image / Service @docker_notes
1 Hits, Last modified:
Docker - DHCP Server @docker_notes
1 Hits, Last modified:
DHCP / DNS Setup @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:
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:
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: