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.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (19)
  • docker_notes (8)
  • linux_router (8)
  • personal (3)
  • tech_notes (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Conky @home_server:home_server_setup:other_services
41 Hits, Last modified: 5 years ago
erface library (anti-aliased font) font = 'Arimo:size=11',-- Xft font to be used -- --- Network --- # ... olor ${color0}/ (root):$color ${fs_used /} / ${fs_size /} ${alignr}${execi 9999 findmnt / -o SOURCE -n} ... lor0}/boot/efi:$color ${fs_used /boot/efi} / ${fs_size /boot/efi} ${alignr}${execi 9999 findmnt /boot/ef... lor ${color0}/home:$color ${fs_used /home} / ${fs_size /home} ${alignr} ${execi 9999 findmnt /home -o SO
Docker nginx / php notes @docker_notes
38 Hits, Last modified: 10 months ago
kens off; # Specifies the maximum accepted body size of a client request, as # indicated by the reque... the stated content # length is greater than this size, then the client receives the HTTP # error code ... o 0 to disable. Default is '1m'. client_max_body_size 1m; # Sendfile copies data between one FD and o... r_ciphers on; # Enables a shared SSL cache with size that can hold around 8000 sessions. # Default is
Docker - diun & ntfy @docker_notes
18 Hits, Last modified: 22 months ago
Configures message-specific limits # # - message-size-limit defines the max size of a message body. Please note message sizes >4K are NOT RECOMMENDED, # and largely unteste... uld stay 4K, because their limits are around that size. # If you increase this size limit regardless, FCM and APNS will NOT work for large messages. # - mes... essage when using the "Delay" header. # # message-size-limit: "4k" # message-delay-limit: "3d" # Rate l
SSH Notes @home_server:home_server_setup:other_services
15 Hits, Last modified: 20 months ago
eady continue print(f" Total Size: {get_size(partition_usage.total)}") print(f" Used: {get_size(partition_usage.used)}") print(f" Free: {get_size(partition_usage.free)}") print(f" Percen... l.disk_io_counters() print(f"Total read: {get_size(disk_io.read_bytes)}") print(f"Total write: {
Back-up Server Old Setup @home_server:home_server_setup:other_services
13 Hits, Last modified: 21 months ago
| ✔ | Reduce the size of a logical volume | | resize | ''lvresize'' | ✘ | ✔ | ✘ | ✔ | Resize a logical volume | | split | ''vgsplit'' | ✘ | ... data in some special # cases # # LVM snapshot(s) size (lvcreate --size option). # #linux_lvm_snapshotsize 100M # Name t... data in some special # cases # # LVM snapshot(s) size (lvcreate --size option). # #linux_lvm_snapshotsize 100M # Name to be used when creating the LVM logical volume snapsho
KVM Setup @home_server:home_server_setup
12 Hits, Last modified: 19 months ago
a KVM *[[https://fatmin.com/2016/12/20/how-to-resize-a-qcow2-image-and-filesystem-with-virt-resize/|How to Resize a qcow2 Image and Filesystem with Virt-Resize]] ... h_vm/vm_name.img'' *Next increase the allowed size of the vm disk: ''sudo qemu-img resize /path_vm/vm_name.img +20G'' *We need to make ... m/how-to-extend-increase-kvm-virtual-machine-disk-size/|How To extend/increase KVM Virtual Machine (VM) disk size]] ====Shrink the Disk File==== *Locate the QEMU... hout compression (better performance, larger disk size): *''qemu-img convert -O qcow2 image.qcow2_ba
Manjaro Setup Notes @home_server:home_server_setup:other_services
12 Hits, Last modified: 18 months ago
# Default color and border color default_bar_size 0 6 # Specify a default width and height for bars. default_gauge_size 25 25 # Specify a default width and height for gauges. default_graph_size 0 25 # Specify a default width and height for... ace library (anti-aliased font) xftfont Monospace:size=11:weight=bold # Xft font to be used # -----
Formatting Syntax @wiki
10 Hits, Last modified: 7 weeks ago
th curly brackets. Optionally you can specify the size of them. Real size: {{wiki:dokuwiki-128.png}} Resize to given width: {{wiki:dokuwiki-128.png?50}} Resize to given width and height((when the aspect ratio
IPMI Console Setup @home_server:home_server_setup:other_services
9 Hits, Last modified: 16 months ago
.g. ''stty cols 132 rows 34'' * The command ''resize'' automatically resizes the stty terminal to match the local terminal size. (Seems to require large overheads) * The comma... * ''stty size'', is POSIX compliant * ''stty size | cut -d" " -f1'' and ''stty size | cut -d" " -f2'' will get row and column Check
snapraid @home_server:home_server_setup:other_services
9 Hits, Last modified: 6 months ago
-> 256 kibi bytes -> 262144 bytes # Format: "blocksize SIZE_IN_KiB" #blocksize 256 # Defines the hash size i... # Default value is 16 -> 128 bits # Format: "hashsize SIZE_IN_BYTES" #hashsize 16 # Automatically save the state when syncing after the specified amount # of GB ... value is 0, meaning disabled. # Format: "autosave SIZE_IN_GB" autosave 100 # Defines the pooling direct
Web Server setup @home_server
8 Hits, Last modified: 22 months ago
gger than ''post_max_size''. * ''upload_max_filesize'' sets a limit on maximum upload file size, default is 2M, suggest setting to at least 256M. * ''post_max_size'' sets alimit on maximum post data allowed. This value should be larger than ''upload_max_filesize'' =====HTTP & HTTPS Apache redirect to internal ... 'create dBase_NAME'' *To list mySQL database sizes: ''%%SELECT table_schema "DB Name", Round(Sum(da
BASH Customisation @home_server:home_server_setup:other_services
7 Hits, Last modified: 10 months ago
uto' alias lt='ls --human-readable --color=auto --size -1 -S --classify' # file size sorted alias lsr='ls --color=auto -t -1' # recent... ^/dev | column -t' # show mounted drives alias dirsize='sudo du -hx --max-depth=1' alias dirusage='du -c... s:erasedups # no duplicate entries export HISTSIZE=100000 # big big history export HISTFILESIZE=100000 # big big history shopt -
Docker mailserver @docker_notes
6 Hits, Last modified: 3 weeks ago
/main/core/summaries/settings.html#mail_cache_max_size|mail_cache_max_size]] = 128M\\ [[https://doc.dovecot.org/main/core/s... MTP_PORT=587 - ROUNDCUBEMAIL_UPLOAD_MAX_FILESIZE=50M roundcubedb: image: postgres:alpine ... erbird_labels *''jfcherng-roundcube/show-folder-size'' *See https://github.com/jfcherng-roundcube/plugin-show-folder-size *To use, in Roundcube right click on a mail d
Nextcloud Container @docker_notes
6 Hits, Last modified: 3 weeks ago
d files according to the given filters trashbin:size Configure the target trashbin size twofactorauth twofactorauth:cleanup
Rsync @home_server:home_server_setup:other_services
6 Hits, Last modified: 8 months ago
d reports progress *''-h''' human readable file sizes *''-v'' increase output verbosity *''-z'' co... fter its truncated MINLINES=2000 # Calculate the size of the Log file LOGSIZE=$( wc $LOG | awk '{ print $1 }' ) # Place in the log file information concerni... h exit status $EXITSTATUS. Log file $LOG has $LOGSIZE lines." # Truncate the log file if needed if [ $
KPTree - Home Desktop Setup @home_server
5 Hits, Last modified: 4 months ago
Localisations @personal
5 Hits, Last modified: 12 months ago
KPTree Recipes @personal
4 Hits, Last modified: 12 months ago
KPTree - Email Server Setup @home_server
4 Hits, Last modified: 3 years ago
Docker @docker_notes
4 Hits, Last modified: 8 months ago
Router Hardware @linux_router
3 Hits, Last modified: 3 months ago
Wireguard VPN access from WAN to LAN @linux_router
3 Hits, Last modified: 16 months ago
Basic Netfilter Function Block Diagram @linux_router
3 Hits, Last modified: 2 years ago
turn server @docker_notes
2 Hits, Last modified: 19 months ago
NFTables Configuration @linux_router
2 Hits, Last modified: 19 months ago
Docker - DNS Server @docker_notes
2 Hits, Last modified: 7 months ago
Dokuwiki @docker_notes
2 Hits, Last modified: 5 months ago
Linux CLI Commands @tech_notes
2 Hits, Last modified: 6 months ago
NFTables IP Control @linux_router
2 Hits, Last modified: 5 years ago
samba @home_server:home_server_setup:other_services
2 Hits, Last modified: 4 years ago
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified: 5 years ago
VIM Editor @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
IPTables Configuration @linux_router
1 Hits, Last modified: 21 months ago
dokuwiki setup notes @home_server
1 Hits, Last modified: 12 months ago
Router Miscellaneous @linux_router
1 Hits, Last modified: 11 months ago
Linux Block Device Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 7 months ago
Home Sprinkler Setup Notes @personal
1 Hits, Last modified: 16 months ago
Router Configuration, Switch & Server Setup @linux_router
1 Hits, Last modified: 16 months ago
XFCE @home_server:home_server_setup:other_services
1 Hits, Last modified: 21 months ago
Fail2Ban @home_server:home_server_setup:other_services
1 Hits, Last modified: 4 years ago