KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (14)
  • docker_notes (9)
  • linux_router (7)
  • tech_notes (2)
  • python (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Commonly used commands and scripts

Fulltext results:

Docker nginx / php notes @docker_notes
48 Hits, Last modified: 4 months ago
+++/etc/nginx/fastcgi.conf| <code> fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param QUERY_STRING $query_string; fastcgi_... NTENT_LENGTH $content_length; fastcgi_param SCRIPT_NAME $fastcgi_script_name; fastcgi_param REQUEST_URI $request_uri; fastcgi_param DOCUMENT
Back-up Server Old Setup @home_server:home_server_setup:other_services
41 Hits, Last modified: 5 months ago
l mount point to be unmounted ++++Possible mount script| <code bash> #!/bin/bash #input 1 is the propose... ed, exit with error fi fi </code> ++++ Created script to mount backup1 ''sudo bash ~/Myscripts/mount_ba... ipts/mount_backup1.sh''| <code bash> #!/bin/bash #Script to mount NFS remote Disk1 to local /mnt/backup1 ... ed, exit with error fi fi </code> ++++ Created script to mount backup2 ''sudo bash ~/Myscripts/mount_ba
Rsync @home_server:home_server_setup:other_services
22 Hits, Last modified: 5 months ago
pts/rsync_shared.sh'' #Note this is a local only script and takes no additional batch inputs when run! ++... plays havoc on scripts. If a prompt occurs, your script stops and waits for input. There are two ways we can eliminate this. One is at the script level and the other is at the system level. If we... checks, then we can add the configuration to our script. This can be done with OpenSSH’s -o option. Here’
Docker mailserver @docker_notes
19 Hits, Last modified: 3 hours ago
current postfix operating status It looks a shell script is used to control Postfix, in Alpine is is located ++here|/usr/libexec/postfix/postfix-script++ ===systemd=== The systemd service script is a hoot!, it seems to do nothing meaningful. ++++/lib/syst... ix is started from ''/etc/init.d/postfix''. This script notes the following options, "Usage: /etc/init.d/
KPTree Torrent VM Setup @home_server
13 Hits, Last modified: 2 years ago
N OpenVPN Linux CLI setup and associated download script worked well and was similar to the BTGuard setup,... h the following issues easily found: * Once the script was run PrivateVPN recommended using ''sudo privatvpn'' to run. The setup script creates a systemctl profile: openvpn@privatvpn.se... _. * The remote server server in the downloaded script no longer was correct and had to be changed to on
IPMI CLI Tools @home_server:home_server_setup:other_services
11 Hits, Last modified: 18 months ago
n it. =====IPMI BASH Scripts===== ====IPMI Start Script==== This script is used to start-up a remote BMC computer via ipmitool. The script performs some basic error checking a reporting, o... ng command to determine if it is actually up. The script exits with a 0 upon successful ping attempt or ot
NFTables Configuration @linux_router
7 Hits, Last modified: 3 months ago
run</color>++ \\ <tab3> \\ <tab3><color blue># script variable definitions</color> ++ | \\ +<color #202... nd this would be to have a basic nftables.service script for boot, dropping all connectivity, except local ssh ports and have a separate end of boot script with the full nftables script.\\ :!: It is important to remember that the order of the commands in a ch
samba @home_server:home_server_setup:other_services
7 Hits, Last modified: 2 years ago
ik.tu-muenchen.de> for # sending the correct chat script for the passwd program in Debian Sarge). passw... fect if 'domain logons' is set # It specifies the script to run during logon. The script must be stored # in the [netlogon] share # NOTE: Must be store in 'DOS' file format convention ; logon script = logon.cmd # This allows Unix users to be creat
Docker init Systems @docker_notes
5 Hits, Last modified: 3 weeks ago
ices | | | │   │   └── pre_start_script | | User pre start script (if required) | | | │   ├── producer-for ... |* | File containing the service run script | | | │   └ <code> #!/command... | | | │   │   └── pre_start_script | |
NFTables IP Control @linux_router
5 Hits, Last modified: 2 years ago
e sets. *''sudo vim controllist.sh'' : This script automates the entry of a a range of IP address wi... al "$cmd1"; </code> ++++ * A key change to this script to improve functionality would be to allow an inp... 'sudo vim deletecontrol.sh'' : This is a simple script to flush the control list. ++++deletecontrol.sh|... t to run ''sudo chmod 774 controllist.sh'' on the script files to make them executable I then created a c
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
5 Hits, Last modified: 2 years ago
=network-online.target". Unfortunately when this script is run, "sudo systemctl start nut-driver.service"... ''/bin/upsc KPBUPS@localhost 2>/dev/null''. *A script file to succinctly log the UPS data, using cron to run script every 10 minutes ''sudo Myscripts/UPSScan.sh 2>/d... >>"$strf" </code> *A script file to rotate a log file out to a dated gzip log
Docker @docker_notes
3 Hits, Last modified: 3 months ago
Docker Engine on Debian]] One click installation script: *''%%curl -fsSL https://get.docker.com -o get-... s/62677013/uninstall-docker-version-installed-via-script|Uninstall docker version installed via script]] =====Docker and iptables on Host===== Docker applies ipt
dokuwiki setup notes @home_server
3 Hits, Last modified: 15 months ago
ips:maintenance|Maintenance and Automatic cleanup script]] has bash script to remove old files on the wikiserver. To run the script ''%%sudo Myscripts/dokuwikicleanup.sh /home/shar
Wireguard VPN access from WAN to LAN @linux_router
3 Hits, Last modified: 2 weeks ago
o vim /etc/nftables.conf'' ++++ ''nftables router script''| <color blue>#!/usr/sbin/nft -f </color> ++ | +... run</color>++ \\ <tab3> \\ <tab3><color blue># script variable definitions</color> ++ | \\ +<color #202... would not link the IP address even though the wg script was clearly running the commands, ''sudo systemct
BASH Customisation @home_server:home_server_setup:other_services
3 Hits, Last modified: 5 months ago
sh_aliases configure configuration bashrc command script .bashrc history sudo visudo dimmer ps kill nightm... er. \\ [[https://terracoders.com/blog/bash-simple-script-changing-display-brightness-xrandr|Bash: A Simple Script for Changing Display Brightness with XRANDR]] *
Commonly used commands and scripts @home_server:home_server_setup:other_services
3 Hits, Last modified: 5 months ago
SSH Notes @home_server:home_server_setup:other_services
3 Hits, Last modified: 5 months ago
Docker Deluge Image / Service @docker_notes
2 Hits, Last modified: 6 months ago
KPTree - MSWindows Setup @home_server
2 Hits, Last modified: 3 months ago
Web Server setup @home_server
2 Hits, Last modified: 6 months ago
ISP PPPoE Network Setup @linux_router
2 Hits, Last modified: 9 months ago
Wifi Router / Access Points @linux_router
2 Hits, Last modified: 2 weeks ago
Python Programming Notes @python
2 Hits, Last modified: 18 months ago
VNC Server @home_server:home_server_setup
2 Hits, Last modified: 3 weeks ago
logrotate @home_server:home_server_setup:other_services
2 Hits, Last modified: 18 months ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 4 months ago
Nextcloud Container @docker_notes
1 Hits, Last modified: 8 weeks ago
Reverse Proxy Server - Traefik @docker_notes
1 Hits, Last modified: 5 months ago
Docker Host @docker_notes
1 Hits, Last modified: 5 months ago
Basic Netfilter Function Block Diagram @linux_router
1 Hits, Last modified: 12 months ago
Router VM @linux_router
1 Hits, Last modified: 3 months ago
Shell Builtin Commands @tech_notes
1 Hits, Last modified: 3 months ago
PiKVM @tech_notes
1 Hits, Last modified: 8 months ago