Search
You can find the results of your search below.
Fulltext results:
- Docker nginx / php notes @docker_notes
- enable-force-cgi-redirect fastcgi_param REDIRECT_STATUS 200; </code> ++++ ++++/etc/nginx/fastcgi_par... enable-force-cgi-redirect fastcgi_param REDIRECT_STATUS 200;</code> See [[https://blog.martinfjordva... dr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_use... i.nph is enabled it will force cgi to always sent Status: 200 with ; every request. PHP's default behavior
- IPMI CLI Tools @home_server:home_server_setup:other_services
- therboard sensor output remotely, such as chassis status and intrusion detection. *Ability to remotely ... Chassis power commands: * List current power status: ''ipmitool -I lanplus -H 192.168.1.42 -U baumkp -a chassis power status'' * List available chassis commands:''sudo i... tool -I lanplus -H 192.168.1.42 -U baumkp chassis status'' * List available power commands''ipmitool -
- KPTree Torrent VM Setup @home_server
- '' with other standard systemctl operators: stop, status, enable, disable, etc. Similarly to get a better look at current log status: ''journalctl -u openvpn@privatvpn.service -xe''.... tionally allow additional logging add the line: ''status openvpn-status.log'' (I added in before the "verb 3" line) *To allow automatic login change the line
- Rsync @home_server:home_server_setup:other_services
- le>username:userpassword</file> ''sudo systemctl status rsync.service'' [status, start, stop, restart, reload, disable, enable] ++++ ====Notes on Compression ... enable compression, and ''-v'' to provide verbose status output. <code>sudo rsync -azv /home/jeff/src/rtl-... # This script is a wrapper around rsnapshot, so status information is logged # and notification are made
- Docker mailserver @docker_notes
- fix reload'' to reload configuration *''postfix status'' to return current postfix operating status It looks a shell script is used to control Postfix, in Alpin... top|restart|reload|flush|check|abort|force-reload|status}" ===Alpine=== * ''/usr/libexec/postfix/postf... quota" {\\ #quota = maildir:User quota\\ quota_status_nouser = DUNNO\\ quota_status_overquota = 452 4
- Wireguard VPN access from WAN to LAN @linux_router
- 'sudo systemctl enable wg-quick@wg0'' *To check status of the Wireguard service: ''sudo systemctl status wg-quick@wg0'' ====Router Firewall changes for Wiregua... d rule inet firewall forward ip daddr $vpn_ip4 ct status dnat counter accept - sudo nft add rule inet ... ip daddr <color red>$http_server</color> ct status dnat counter accept ++ | \\ + <color #202000/#F0F
- NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
- minal: 230.0 #nominal/set value ups.beeper.status: enabled ups.delay.shutdown: 30 ups.delay.start: ... ue ups.start.auto: yes ups.start.battery: yes ups.status: OL ups.temperature: 19.4 ups.type: line-interact... st' str1=$($str0) str2=$(echo "$str1" | grep "ups.status:") echo $(date +"%Y-%m-%d %H:%M:%S") | awk '{prin... ogfile </code> *The NUT service (start / stop / status / restart) command:"sudo systemctl status nut-ser
- Nextcloud Container @docker_notes
- ''php occ upgrade'' * To check maintenance mode status: ''php occ maintenance:mode'' * To turn off mai... List commands status show some status information upgrade run... Show current key storage root encryption:status Lists the current status of
- BASH Customisation @home_server:home_server_setup:other_services
- ps -a --format "table {{.Names}}\t{{.State}}\t{{.Status}}\t{{.Image}}" | (sed -u 1q; sort)' alias ddf='su... i bouncers list' alias csfbstatus='sudo systemctl status crowdsec-firewall-bouncer.service' alias csfbstar... ufwlimit='sudo ufw limit' alias ufwlist='sudo ufw status numbered' alias ufwdelete='sudo ufw delete' alias... ystemctl restart' alias ctlstatus='sudo systemctl status' alias ctlenable='sudo systemctl enable' alias ct
- KPTree - Email Server Setup @home_server
- udo unmount /mnt/storage'' to unmount * Check status of clients: * ''findmnt'' to list file syst... newal run Use ''sudo apache2 -S'' to get current status ++++ ++++Some other online references| * [[htt... ommonly used SQL commands:===== *To confirm the status (start, stop and restart) mysql ''sudo systemctl status apache2'' *To login into mysql as root, with pa
- NFTables Configuration @linux_router
- ip daddr <color red>$http_server</color> ct status dnat counter accept ++ | \\ + <color #202000/#F0F... ip daddr <color red>$mail_server</color> ct status dnat counter accept ++ | \\ + <color #202000/#F0F... FFF0F0>$vpn_ip4</color><color #000060/#F0F0FF> ct status dnat counter accept # required if VPN service is... NS resolves to IP address -ip daddr home_srv ct status dnat accept -ip daddr home_srv tcp dport {http,
- Docker @docker_notes
- *''%%docker ps -s --format 'table {{ .ID }}\t{{.Status}}\t{{.Image}}\t{{ .Names }}'%%'' <code>CONTAINER ID STATUS IMAGE NAMES</cod... *''%%docker ps -s --format 'table {{ .ID }}\t{{.Status}}\t{{.Image}}\t{{ .Names }}\t{{.Size}}'%%'' <code>CONTAINER ID STATUS IMAGE NAMES
- Router Miscellaneous @linux_router
- Systemd common commands (start / stop / restart / status) (enable / disable for boot control) *To start ... do systemctl start bind9'' *To check networking status ''sudo systemctl status networking'' *List current Systemd operating units: ''sudo systemctl list-units... ifferent format information than ''sudo systemctl status networking'' *Links to info on the ip and ifcon
- NFTables IP Control @linux_router
- counter accept ip daddr $http_server ct status dnat counter accept ip daddr $mail_server ct status dnat counter accept # iifname "he-ipv6" c... t with the current nftables configuration *''status'' to list current running status of nftables *''start'' to start nftables with the current configura
- Network Setup @home_server:home_server_setup
- pful commands and comments:===== *To see bridge status information: ''brctl show'' *To see bond setup status: ''cat /proc/net/bonding/bond0'' *To list netwo... nformation on system network start-up and ongoing status: ''sudo systemctl status NetworkManager'' or more comprehensively ''journalctl -u NetworkManager'') ''su