Search
You can find the results of your search below.
Fulltext results:
- Conky @home_server:home_server_setup:other_services
- 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
- 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
- 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
- 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
- | ✔ | 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
- 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
- # 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
- 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
- .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
- -> 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
- 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
- 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
- /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
- 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
- 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 [ $