KPTree Wiki logo

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.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (32)
  • docker_notes (18)
  • linux_router (12)
  • tech_notes (4)
  • personal (3)
  • project (3)
  • python (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Time Date Related Setup

Fulltext results:

Docker nginx / php notes @docker_notes
86 Hits, Last modified: 10 months ago
ger - static, dynamic or ondemand; ; start time - the date and time FPM has started; ; start since - numbe... te of the process (Idle, Running, ...); ; start time - the date and time the process has started; ; start since ... lt Value: 0 ;request_terminate_timeout = 0 ; The timeout set by 'request_terminate_timeout' ini option is not engaged after ; application... t via Wifi hotspot. RFC 6585| |598 |Network Read Timeout Error |Used by some HTTP proxies to signal a network read timeout behind the proxy to a client in front of the p
Nextcloud Container @docker_notes
35 Hits, Last modified: 4 weeks ago
le integrity error messages]]. This is the first time since moving to Nextcloud on Docker and quite some time before that.++ As docker adminstartion warns abo... ger - static, dynamic or ondemand; ; start time - the date and time FPM has started; ; start since - numbe... te of the process (Idle, Running, ...); ; start time - the date and time the process has started; ; start since ... lt Value: 0 ;request_terminate_timeout = 0 ; The timeout set by 'request_terminate_timeout' ini option is not engaged after ; application
turn server @docker_notes
25 Hits, Last modified: 19 months ago
word=<database-user-password> port=<port> connect_timeout=<seconds> read_timeout=<seconds>" # If you want to use an encrypted ... timestamp in all logs. #new-log-timestamp # Set timestamp format (in strftime(1) format). Depends on new-log-timestamp to be enabled. #new-log-timestamp-format "%FT%T%z" # Disabled by default binding logging in verbo... e TURN server # address can be used more than one time with the alternate-server option, so this # can e
systemd Stuff @home_server:home_server_setup:other_services
24 Hits, Last modified: 3 years ago
'Date'' to print basic time date only on cli\\ ''timedatectl list-timezones'' to set available time zones\\ ''sudo timedatectl set-timezone australia/perth'' to set timezone\\ Some links: *Arch Linux [[https://wiki.archlinux.org/index.php/Systemd/T... /www.freedesktop.org/software/systemd/man/systemd.time.html|systemd.time — Time and date specifications]] and [[https://www.freedesktop.org/software/systemd/man/systemd.timer.html|systemd.timer — Timer unit configuration]] ---- <- home_server:home_
Rsync @home_server:home_server_setup:other_services
23 Hits, Last modified: 8 months ago
|preserve permissions| |''-t''| ''%%--%%times'' |preserve modification times| |''-o''| ''%%--%%owner'' |preserve ow... >> $LOG 2>&1 EXITSTATUS=$? # Capture scripts end time and calculate run time ENDTIME=`date +%s` INTERVAL=$((ENDTIME - STARTTIM... Now execute the script, also capture scripts end time, calculate run time, # and send status notification to Pushover app (... d based on the cron's system # daemon's notion of time and timezones. # # Output of the crontab jobs (including e
BASH Customisation @home_server:home_server_setup:other_services
22 Hits, Last modified: 10 months ago
* ''full-iso'' is same as long-iso, except time time is to the nanosecond and local timezone delta is displayed * The ''TIME_STY... ut=30''\\ This will change the default 15 minutes time out to 30 minutes. Changing the timestamp_timeout=0 will require the sudo password at every use.... ll never expire.\\ \\ ''sudo -k'' resets the sudo timeout and password must be entered again next time sudo is used.\\ \\ The default timeout seems pret... https://ostechnix.com/how-to-change-sudo-password-timeout-in-linux/|Change Sudo Password Timeout in Linux]] ------- =====Display Brightness Co
Time Date Related Setup @home_server:home_server_setup:other_services
21 Hits, Last modified: 3 years ago
{{tag>linux debian chrony ntp time date timedatectl timezone timezones}} =====Time Date Related Setup===== ====Setup NTP server==== Th... meters. The following commands are typical: *''timedatectl'' and ''timedatectl status'' to list current system time date information. *''timedatectl list-timezones'' to list available time zones in timedatectl. *''sudo timedatectl set-timezone Australia/Perth'' to change timezone to desired. ---- <- home_server:home_server_setup:other_services:snapraid|
NFTables IP Control @linux_router
19 Hits, Last modified: 5 years ago
tomates the entry of a a range of IP address with timeout limits in the the named set. (The timeout option does not seem to function with the inte... st.sh| <code> #!/bin/bash if [ -z "$1" ] then timeout1=' timeout 5h' else timeout1=" timeout $1" fi cmd1='/usr/sbin/nft add element inet firewall controllist { ' ipbase='19... based on the cron's system # daemon's notion of time and timezones. # # Output of the crontab jobs (includin
ntp @docker_notes
15 Hits, Last modified: 10 months ago
*Copy the default configuration in ''/etc/systemd/timesyncd.conf'' to ''/etc/systemd/timesyncd.conf.d/timesyncd.conf'' and modify options in ''/etc/systemd/timesyncd.conf.d/timesyncd.conf'' *timedatectl timesync-status =====ntp servers===== ntp servers can be checked using the ''ntpdate'' ... he current sources *''tracking'' Display system time information *''nptdata'' display information ab
KPTree - Home Desktop Setup @home_server
11 Hits, Last modified: 5 months ago
have been using Microsoft products for quite some time, starting with MSDOS back in the 80's then Window... I then quickly replaced with a 500GB SSD, by this time I had my Linux home server running and used this ... raded in 2025 to the current Intel i5 CPU at that time, with 48GB RAM. I used the NVidia 2060 in this m... as upgraded in 2023 to a current Intel i% at that time, with 32GB RAM. I use an Intel ARC A770(?) graph
Docker - diun & ntfy @docker_notes
11 Hits, Last modified: 22 months ago
TZ: "Australia/Perth" # optional: set desired timezone, was UTC # Use configuration file: confi... s*true' || exit 1"] interval: 60s timeout: 10s retries: 3 start_period: ... pragma temp_store = memory; # pragma busy_timeout = 15000; # vacuum; # # The "cache-batch-size" and "cache-batch-timeout" parameter allow enabling async batch writing
Commonly used commands and scripts @home_server:home_server_setup:other_services
10 Hits, Last modified: 12 months ago
d based on the cron's system # daemon's notion of time and timezones. # # Output of the crontab jobs (including ... will be run when either field matches the current time. For example, "30 4 1,15 * 5" would cause a comm... tput to a pager, so you can read it one page at a time, with netstat -anp | less. Or, you might instead ... or open network sockets belonging to apache. This time, let's say we want to know which program opened a
Manjaro Setup Notes @home_server:home_server_setup:other_services
10 Hits, Last modified: 18 months ago
ENTION: This command only works, when your system time is set correctly, becasue checking and importing keys or fingerprints is time sensitive! Please make sure of that before you run FIX ERRORS. If you have not set your timezone and/or summer saving time, you should still be able to import keys, though.\\ ATTENTION: This command might take a long time to complete. If your system appears to stop or ha
Docker init Systems @docker_notes
9 Hits, Last modified: 5 weeks ago
e dependencies of servicename *''s6-rc-db -d|-u timeout servicename'' - lists the timeout, -d for timeout down and -u for timeout up BTW dont spell dependencies as dependanci... ussion on different init systems, current at that time. (Seems relevant now too.) *[[https://github.co
SSH Notes @home_server:home_server_setup:other_services
8 Hits, Last modified: 21 months ago
e print("="*40, "Boot Time", "="*40) boot_time_timestamp = psutil.boot_time() bt = datetime.fromtimestamp(boot_time_timestamp) print(f"Boot Time: {bt.year}/{bt.month}/{bt.day} {bt.hour}:{bt.minute}:{bt.second}") # p
KPTree Torrent VM Setup @home_server
8 Hits, Last modified: 5 years ago
Conky @home_server:home_server_setup:other_services
8 Hits, Last modified: 5 years ago
Localisations @personal
8 Hits, Last modified: 12 months ago
NFTables Configuration @linux_router
7 Hits, Last modified: 19 months ago
Wireguard VPN access from WAN to LAN @linux_router
7 Hits, Last modified: 16 months ago
Network Setup @home_server:home_server_setup
6 Hits, Last modified: 13 months ago
Linux Router Background @linux_router
6 Hits, Last modified: 5 months ago
Web Server setup @home_server
6 Hits, Last modified: 22 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
6 Hits, Last modified: 3 years ago
Home Sprinkler Setup Notes @personal
6 Hits, Last modified: 16 months ago
Docker - DHCP Kea Server @docker_notes
5 Hits, Last modified: 5 months ago
DHCP / DNS Setup @linux_router
5 Hits, Last modified: 21 months ago
Formatting Syntax @wiki
4 Hits, Last modified: 8 weeks ago
KPTree Recipes @personal
4 Hits, Last modified: 12 months ago
Debian Server Network Setup @linux_router
4 Hits, Last modified: 10 months ago
Router Hardware @linux_router
4 Hits, Last modified: 3 months ago
KVM Setup @home_server:home_server_setup
4 Hits, Last modified: 20 months ago
Router Miscellaneous @linux_router
4 Hits, Last modified: 11 months ago
Docker Host @docker_notes
4 Hits, Last modified: 9 months ago
Docker-Compose @docker_notes
3 Hits, Last modified: 13 days ago
Home Solar / BESS @project
3 Hits, Last modified: 8 months ago
Linux Block Device Notes @home_server:home_server_setup:other_services
3 Hits, Last modified: 8 months ago
boot tools @tech_notes
3 Hits, Last modified: 3 months ago
Dokuwiki @docker_notes
3 Hits, Last modified: 6 months ago
PiKVM @tech_notes
3 Hits, Last modified: 13 months ago
logrotate @home_server:home_server_setup:other_services
3 Hits, Last modified: 3 years ago
IPMI Console Setup @home_server:home_server_setup:other_services
3 Hits, Last modified: 16 months ago
Oscilloscope @project
2 Hits, Last modified: 3 years ago
My Home IT Setup @home_server:home_server_setup
2 Hits, Last modified: 12 months ago
KPTree - Email Server Setup @home_server
2 Hits, Last modified: 3 years ago
File Sharing @docker_notes
2 Hits, Last modified: 21 months ago
Private LAN VPN Access @docker_notes
2 Hits, Last modified: 21 months ago
Home Server Notes @home_server:home_server_setup
2 Hits, Last modified: 8 months ago
Calibre Server @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 years ago
snapraid @home_server:home_server_setup:other_services
2 Hits, Last modified: 7 months ago
IPTables Configuration @linux_router
2 Hits, Last modified: 21 months ago
IPMI CLI Tools @home_server:home_server_setup:other_services
2 Hits, Last modified: 3 years ago
Sprinkler Solenoid 24VAC Woes @project
2 Hits, Last modified: 2 years ago
Basic Netfilter Function Block Diagram @linux_router
2 Hits, Last modified: 2 years ago
Wifi Router / Access Points @linux_router
2 Hits, Last modified: 8 months ago
VNC @docker_notes
2 Hits, Last modified: 15 months ago
Docker mailserver @docker_notes
1 Hits, Last modified: 4 weeks ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 21 months ago
Router VM @linux_router
1 Hits, Last modified: 19 months ago
VNC Server @home_server:home_server_setup
1 Hits, Last modified: 16 months ago
SWAP Files @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Fail2Ban @home_server:home_server_setup:other_services
1 Hits, Last modified: 4 years ago
git @tech_notes
1 Hits, Last modified: 4 years ago
Bookmarking Servers @docker_notes
1 Hits, Last modified: 16 months ago
Docker - DNS Server @docker_notes
1 Hits, Last modified: 7 months ago
Python Programming Notes @python
1 Hits, Last modified: 9 months ago
VIM Editor @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Homepage dashboard @docker_notes
1 Hits, Last modified: 3 months ago
Reverse Proxy Server - Traefik @docker_notes
1 Hits, Last modified: 21 months ago
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
samba @home_server:home_server_setup:other_services
1 Hits, Last modified: 4 years ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
1 Hits, Last modified: 13 months ago
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 years ago
Home Server Index @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
sidebar
1 Hits, Last modified: 8 months ago