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 (26)
  • docker_notes (12)
  • linux_router (9)
  • tech_notes (5)
  • project (4)
  • personal (2)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Linux Block Device Notes @home_server:home_server_setup:other_services
16 Hits, Last modified: 8 months ago
{{tag>linux debian nfs parted fstab format partion disk mount umount fstab unmount}} =======Linux Block Device Notes====== ... ber of partition tools for Linux CLI.== *''sudo parted -l'' - to see all available partition information *''sudo parted /dev/sda'' - to partition the specific drive When in parted: *''print'' to see current par... //www.digitalocean.com/community/tutorials/how-to-partition-and-format-storage-devices-in-linux|How To Partition and Format Storage Devices in Linux]] ----
SSH Notes @home_server:home_server_setup:other_services
15 Hits, Last modified: 21 months ago
ns and Usage:") # get all disk partitions partitions = psutil.disk_partitions() for partition in partitions: print(f"=== Device: {partition.device} ===") print(f" Moun... pe: {partition.fstype}") try: partition_usage = psutil.disk_usage(partition.mountpoint) except PermissionError: ... continue print(f" Total Size: {get_size(partition_usage.total)}") print(f" Used: {get
KPTree - Home Desktop Setup @home_server
13 Hits, Last modified: 5 months ago
ad problems with windows appearing off the screen partially or fully many times over the years, particularly when using multiple monitors. I found an... cting the layout of the previous pages. They only partition the body text of the document. *Section B... ormatting of a section of your document. They can partition not only the body text but also headers, foo... drawing. This is subject to links path breakage, particularly on multiuser system. Where the image is
DHCP / DNS Setup @linux_router
12 Hits, Last modified: 21 months ago
/killtacknine.com/building-an-ubuntu-16-04-router-part-5-dns/|Part 5 - DNS]] is. (As are [[https://web.archive.org/w... /killtacknine.com/building-an-ubuntu-16-04-router-part-6-remote-access/|Building an Ubuntu 16.04 Router Part 6: Remote Access]], [[https://web.archive.org/web... /killtacknine.com/building-an-ubuntu-16-04-router-part-7-proxies-and-caching//|Building an Ubuntu 16.04 Router Part 7: Proxies and Caching]] & [[https://web.archive.... /killtacknine.com/building-an-ubuntu-16-04-router-part-8-monitoring/|Building an Ubuntu 16.04 Router Part 8: Monitoring]]. It looks like parts 2 and 3 are
Docker nginx / php notes @docker_notes
11 Hits, Last modified: 11 months ago
response head in one packet, # instead of using partial frames. Default is 'off'. tcp_nopush on; #... ;max_input_vars = 1000 ; How many multipart body parts (combined input variable and file uploads) may ;... ut_vars and max_file_uploads) ;max_multipart_body_parts = 1500 ; Maximum amount of memory a script may ... an Oracle LOB locator is initially retrieved as ; part of a query. Setting this can improve performance
KVM Setup @home_server:home_server_setup
8 Hits, Last modified: 20 months ago
0>//**we can also use this to confirm the correct partition to expand**//</fc>. *We the backup VM di... o mount qcow2 images. *''sudo modprobe nbd max_part=16'' will load it with support for 8 block device... sudo fdisk /dev/nbd0 -l'' will list the available partitions in /dev/nbd0. *Use ''sudo partprobe /dev/nbd0'' to update the kernel device list. *Use ''ls
Rsync @home_server:home_server_setup:other_services
7 Hits, Last modified: 8 months ago
ame as %%--partial --progress%%| | | ''%%--%%partial'' |keep partially transferred files| | | ''%%--%%progress... are sent to the server rather than just the last parts of the filenames.| | | ''%%--%%delete-excl... shot===== Monitoring and testing is an essential part of any backup procedure. There's nothing worse th... y time or never requiring a password at all for a particular command line. It can also be configured to
Router Miscellaneous @linux_router
7 Hits, Last modified: 11 months ago
/killtacknine.com/building-an-ubuntu-16-04-router-part-1-network-interfaces/|Part 1]] Sadly this link is no loner up and has been s... /killtacknine.com/building-an-ubuntu-16-04-router-part-2-dhcp/|Part 2 - DHCP]] *ISC Knowledge Base [[https://kb.isc
Network Setup @home_server:home_server_setup
7 Hits, Last modified: 13 months ago
e conflicting methods operating at the same time, particularly on the same interface. ++++old, tldr;| T... n specifying the rate in which we'll ask our link partner to transmit LACPDU packets, default is slow or 0: *slow or 0, Request partner to transmit LACPDUs every 30 seconds *fast or 1, Request partner to transmit LACPDUs every 1 second *bond
fsck - file system check @home_server:home_server_setup
7 Hits, Last modified: 5 years ago
{{tag>linux fsck format partition boot corrupt parted}} =====fsck - file system check===== Use fsck to check and repair a file... l with use.) *To check current disks use ''sudo parted -l''. (This is a disk partition command, more modern than fdisk. Be careful ... /4 file system information and configuration of a partition ''sudo tune2fs -l /dev/sdX'' ++++Home Serve... xt -> *''lsblk'' by itself give the basic drive partition and mount point information. *''lsblk -o N
Back-up Server Old Setup @home_server:home_server_setup:other_services
7 Hits, Last modified: 21 months ago
//www.cyberciti.biz/faq/linux-mount-an-lvm-volume-partition-command/|Linux mount an LVM volume / partition command]] =====NFS===== To check available s... lly create the # snapshot_root directory. This is particularly useful if you are backing # up to removab... # If this is enabled, rsync won't span filesystem partitions within a # backup point. This essentially p... lly create the # snapshot_root directory. This is particularly useful if you are backing # up to removab
SWAP Files @home_server:home_server_setup:other_services
6 Hits, Last modified: 3 years ago
wapon -a'' turns it back on) *To prevent a SWAP partition being mounted at boot comment out the swap partition in /etc/fstab, ''sudo vim /etc/fstab''. (Ano... that this article also warns against use of SWAP partitions with SSD storage. This article also mention
KPTree - Email Server Setup @home_server
5 Hits, Last modified: 3 years ago
logging.dragon.org.uk/mail-server-on-ubuntu-18-04-part-1/|Part 1]] and [[https://blogging.dragon.org.uk/mail-server-on-ubuntu-18-04-part-2/|Part 2]]. I got the mailserver to run well after a cou... e is complicated by my infrequent usage. This is particularly true of email server setup which one of t
KPTree Torrent VM Setup @home_server
5 Hits, Last modified: 5 years ago
y reasons: 1. They were becoming more expense (in part of currency variation with USD) and 2. Their serv... k configuration of your network. (As noted below, particularly check the eth0 / tun0 references match.) ... e network reference such as "eth0" is consistent, particularly with Ubuntu 16.04 VM which seems to renam... indicate the internal hardware is quite limited, particularly by current standards, but as already stat
Surge Protector @project
5 Hits, Last modified: 9 months ago
varsistor {{ :project:mov14d.pdf |}} The manual part number aligns with the part ''MOV-14D471K''. Interestingly the varsistor is
Simlinks @home_server:home_server_setup:other_services
5 Hits, Last modified: 21 months ago
Reverse Proxy Server - Traefik @docker_notes
5 Hits, Last modified: 21 months ago
Router Configuration, Switch & Server Setup @linux_router
5 Hits, Last modified: 16 months ago
Docker mailserver @docker_notes
4 Hits, Last modified: 4 weeks ago
Docker Miscellaneous @docker_notes
4 Hits, Last modified: 9 months ago
turn server @docker_notes
4 Hits, Last modified: 19 months ago
Home Solar / BESS @project
4 Hits, Last modified: 8 months ago
Web Server setup @home_server
4 Hits, Last modified: 22 months ago
IPMI Console Setup @home_server:home_server_setup:other_services
3 Hits, Last modified: 16 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
3 Hits, Last modified: 3 years ago
Localisations @personal
3 Hits, Last modified: 12 months ago
Router Hardware @linux_router
3 Hits, Last modified: 3 months ago
MONIT @home_server:home_server_setup:other_services
2 Hits, Last modified: 7 years ago
Linux Router Background @linux_router
2 Hits, Last modified: 5 months ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
2 Hits, Last modified: 12 months ago
Conky @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 years ago
Docker - DHCP Kea Server @docker_notes
2 Hits, Last modified: 5 months ago
Basic Netfilter Function Block Diagram @linux_router
2 Hits, Last modified: 2 years ago
PiKVM @tech_notes
2 Hits, Last modified: 14 months ago
Docker - diun & ntfy @docker_notes
2 Hits, Last modified: 22 months ago
Docker-Compose @docker_notes
2 Hits, Last modified: 2 weeks ago
Wifi Router / Access Points @linux_router
2 Hits, Last modified: 8 months ago
Ethernet Twisted Pair Cables @project
2 Hits, Last modified: 9 months ago
BASH Customisation @home_server:home_server_setup:other_services
2 Hits, Last modified: 10 months ago
Docker init Systems @docker_notes
2 Hits, Last modified: 5 weeks ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
1 Hits, Last modified: 14 months ago
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified: 8 months ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 18 months ago
IPv6 summary notes @tech_notes
1 Hits, Last modified: 4 years ago
dokuwiki setup notes @home_server
1 Hits, Last modified: 12 months ago
samba @home_server:home_server_setup:other_services
1 Hits, Last modified: 4 years ago
IPMI CLI Tools @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Project Index @project
1 Hits, Last modified: 9 months ago
Nextcloud Container @docker_notes
1 Hits, Last modified: 4 weeks ago
Bookmarking Servers @docker_notes
1 Hits, Last modified: 17 months ago
Programs & Applications @tech_notes
1 Hits, Last modified: 10 months ago
boot tools @tech_notes
1 Hits, Last modified: 3 months ago
Formatting Syntax @wiki
1 Hits, Last modified: 8 weeks ago
Wireguard VPN access from WAN to LAN @linux_router
1 Hits, Last modified: 16 months ago
Docker @docker_notes
1 Hits, Last modified: 8 months ago
My Home IT Setup @home_server:home_server_setup
1 Hits, Last modified: 12 months ago
Debian Server Network Setup @linux_router
1 Hits, Last modified: 10 months ago
VIM Editor @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Home Sprinkler Setup Notes @personal
1 Hits, Last modified: 16 months ago