Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Docker nginx / php notes @docker_notes
- n redirect all of the output of your scripts to a function. For ; example, if you set output_handler to "mb... /output-handler ;output_handler = ; URL rewriter function rewrites URL on the fly by using ; output buffer.... t block. This is equivalent to calling the ; PHP function flush() after each and every call to print() or e... implicit_flush = Off ; The unserialize callback function will be called (with the undefined class' ; name
- KPTree - MSWindows Setup @home_server
- ily use Linux desktop for which Xplorer2 does not function. I believe I had 2 for life licenses, although th... ++++I looked at 2 main options:| *An A3 multi function from Epson the WF-7725, this is the option I went... years of use in 2019, it was a Canon MP990 multi-function. Canon seem to not be supplying an updated driv... in cell===== ''=CELL("filename",A1)''\\ The cell function returns information about the cell contents. ===
- Web Server setup @home_server
- basic with basic commenting and understanding of function can be easily seen from the script text. I got t... =Hostname==== *Systemd seems to use the control function hostnamectl to control hostname. It used to be si... st be enabled for a reverse (or forward) proxy to function. *"ProxyPreserveHost on" (default off) is requ... f) is required to allow reverse proxy with SSL to function *"SSLProxyVerify none" (default is none) *n
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- m last command (failed) # $func1 is the glabal of function name that failed # $period is the rsnapshot peri... ekly, monthly, or quarterly : default is weekly function successtype { # This function performs the success response # $rtn is the inputed return # $strf is the log file # function input 1: # 0 : return on error with error statu
- Docker mailserver @docker_notes
- ot it functional, however the support apps do not function with sqlite. //As this follows Workaround's [[ht... here as subnet mask, '172.16.0.0/255.240.0.0' did function. Strange....// *''grant all privileges on mail... xample.org simple made no sense to me and did not function with error ''Could not find the host "webmail.exa... to be available and a basic input chain setup to function. See [[https://wiki.kptree.net/doku.php?id=docke
- IPMI CLI Tools @home_server:home_server_setup:other_services
- #ipmitool communication to remote machine did not function for any possible reason fi if [ "$power_status" ... #ipmitool communication to remote machine did not function for any possible reason fi if [ "$power_status" ... #ipmitool communication to remote machine did not function for any possible reason fi if [ "$power_stat... tary command line interface for Linux, similar in function to IPMIView, available from the SuperMicro websit
- KPTree - Email Server Setup @home_server
- dcube location, that seems to stop the auto renew function of the ''certbot certonly'' setup from working, a... h a different document root! To allow certbot to function with the new ''DocumentRoot'' I needed to add the... tion: ''sudo a2ensite roundcube.conf'' *Note to function correctly the "/var/www/html/webmail/.htaccess" f
- DHCP / DNS Setup @linux_router
- l the IT equipment that relies upon DHCP will not function without this service. Most my critical services ... we define the hosts necessary to make the domain function. First, ; we add an "NS Record" to define the do... rectly. In Linux the radvd program performs this function and can be set up independently or with dhcp. Th
- Basic Netfilter Function Block Diagram @linux_router
- inux router mtu netfilter }} =====Basic Netfilter Function Block Diagram===== Both NFTables and IPTables us... e. The ''raw'' table has a very narrowly defined function. Its only purpose is to provide a mechanism for m... entirety is poor practice. In fact IPv6 will not function correctly without ICMP. Some judicious filtering
- NFTables Configuration @linux_router
- AT==== After setting up and getting my router to function I found that I could not access my local http pag... he router/gateway external address is expected to function correctly. - masquerade versus snat: - Masq... erver has a valid certificate then this will also function using the WAN address. __A LAN DNS is definitely
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- ).\\ See ''man date'' for information on the date function and return formats. ---- =====man / apropos====... we're going to keep this very simple: ^Operator ^Function ^Example^ |&& |Process the command on the rig... ''source ~/.bashrc'' to update configuration To function on remote server: -Check the above setup on the
- Debian / Ubuntu Network Setup @linux_router
- om the routing table allowed remote lan access to function: The one off command to do this: ''sudo ip r del ... ted the following systemd service to perform this function on start-up after the network was up."\\ To creat
- NFTables IP Control @linux_router
- Ftables named set]] with ipV4 address and timeout function: <code> set controllist { type ipv4... e named set. (The timeout option does not seem to function with the interval option.) ++++controllist.sh| <
- Router Configuration & Server Setup @linux_router
- cessarily agree with NAT being a primary security function. - NAT obfuscation wrecks simple end to end I... uter setup is required to allow these services to function. =====Debian Router Setup===== Basically the sam
- Python Programming Notes @python
- In order to capture the command output from the function. Otherwise it will go to the standard output stre... ut.decode('utf-8')'' * The return code of the function can be capture from output using ''subprocess.re