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 (19)
  • docker_notes (13)
  • linux_router (7)
  • tech_notes (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Linux Block Device Notes

Fulltext results:

Conky @home_server:home_server_setup:other_services
40 Hits, Last modified: 2 years ago
D DRIVE I/O ${hr 2}$color ${color0}Device:$color /dev/sdd3 ${color0}Reads: $color${diskio_read /dev/sdd3}/s${alignr}${color0}Writes: $color${diskio_write /dev/sdd3}/s ${color3}${diskiograph_read /dev/sdd3 30,225 33FF00 FF3333 scale -t}$color${alignr}${color3}${
Homepage dashboard @docker_notes
15 Hits, Last modified: 2 months ago
osted web page applications [[https://gethomepage.dev/latest/|homepage]] and [[https://heimdall.site/|H... Git page]] *homepage *[[https://gethomepage.dev/|homepage]] *[[https://gethomepage.dev/widgets/|widgets]] *[[https://gethomepage.dev/widgets/services/calibre-web/|calibre-web]]
KVM Setup @home_server:home_server_setup
15 Hits, Last modified: 4 months ago
ew expanded drive: ''%%sudo virt-resize --expand /dev/sda1 /path_vm/vm_name_backup.img /path_vm/vm_name... file name to the VM image file. *Use ''ls -l /dev/nbd*'' to check if any devices named nbd have already been defined. *Use ''sudo qemu-nbd -c /dev/nbd0 <image.qcow2>'' to create the block devices on the VM. *''sudo fdisk /dev/nbd0 -l'' will list the available partitions in /
Manjaro Setup Notes @home_server:home_server_setup:other_services
12 Hits, Last modified: 2 months ago
DRIVE I/O ${hr 2}$color #${color0}Device:$color /dev/nvme0n1p5 #${color0}Reads: $color${diskio_read /dev/sdd}/s${alignr}${color0}Writes: $color${diskio_write /dev/nvme0n1p5}/s #${color8}${diskiograph_read /dev/sdd 25,150 33FF00 FF3333 scale -t}$color${alignr}${colo
Docker Deluge Image / Service @docker_notes
11 Hits, Last modified: 6 months ago
s worked a beaut. * Need to manually create ++/dev/net/tun|<code bash> #!/bin/sh mkdir -p /dev/net mknod /dev/net/tun c 10 200 chmod 660 /dev/net/tun echo "103.231.89.219 au-mel.pvdata.host" >> /etc/hosts #This
Back-up Server Old Setup @home_server:home_server_setup:other_services
10 Hits, Last modified: 5 months ago
xt4 errors=remount-ro 0 1 # swap was on /dev/sdd5 during installation UUID=e3442da3-4eaf-477d-... v devtmpfs 16G 0 16G 0% /dev tmpfs tmpfs 3.2G 2.7M 3.2G 1% /run /dev/sdd1 ext4 443G 161G 260G 39% / ... fs tmpfs 16G 0 16G 0% /dev/shm tmpfs tmpfs 5.0M 0 5.0
IPMI CLI Tools @home_server:home_server_setup:other_services
10 Hits, Last modified: 18 months ago
U $User_Name -f $PW_file_location power status 2>/dev/null) if [ ${?} -ne 0 ] then exit 11 #error 1... IP -U $User_Name -f $PW_file_location power on &>/dev/null 2>/dev/null if [ $? -ne 0 ] then exit 12 #error 12 means that the ipmi tool power... (c=1; C<15; c++)) do ping -c1 -W1 -q $LAN_IP &>/dev/null if [ $? -eq 0 ] then exit 0
Rsync @home_server:home_server_setup:other_services
7 Hits, Last modified: 5 months ago
ctHostKeyChecking=no \ -o UserKnownHostsFile=/dev/null \ -q user@host /usr/bin/hostname -s</cod... code>StrictHostKeyChecking no UserKnownHostsFile /dev/null LogLevel QUIET</code> For our backup utility... StrictHostKeyChecking no UserKnownHostsFile=/dev/null</code> In addition, add the following to the... onths When making the backups, the contents of ''/dev'', ''/proc'', ''/sys'', ''/tmp'', and ''/run'' sh
DHCP / DNS Setup @linux_router
6 Hits, Last modified: 6 months ago
e's directories. PrivateTmp=yes # Sets up a new /dev namespace for the executed processes and only adds API pseudo devices # such as /dev/null, /dev/zero or /dev/random (as well as the pseudo TTY subsystem) to it, # but no physical devices such as /de
Wireguard VPN access from WAN to LAN @linux_router
6 Hits, Last modified: 2 weeks ago
:25:44 Router wg-quick[3483]: [#] wg setconf wg0 /dev/fd/63 Jul 03 21:25:44 Router wg-quick[3483]: [#] ip -4 address add 192.168.6.1/24 dev wg0 Jul 03 21:25:44 Router wg-quick[3483]: [#] ip link set mtu 1420 up dev wg0 Jul 03 21:25:44 Router wg-quick[3483]: [#] ip -4 route add 192.168.6.3/32 dev wg0 Jul 03 21:25:44 Router wg-quick[3483]: [#] ip
Nextcloud Container @docker_notes
5 Hits, Last modified: 8 weeks ago
loglevel=error [program:php-fpm] stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 command=php-fpm [program:cron] stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 command=/cron.sh
Debian Server Network Setup @linux_router
5 Hits, Last modified: 5 months ago
m with this. In any case, you should always check dev names and not assume names, such as "eth0" To ch... m with this. In any case, you should always check dev names and not assume names, such as "eth0" To ch... .\\ My routing table had ''2001:470:1f2c:10d::/64 dev he-ipv6 proto kernel metric 256 pref medium'', I ... o do this: ''sudo ip r del 2001:470:1f2c:10d::/64 dev he-ipv6''.\\ I looked for ways to adjust the netp
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
5 Hits, Last modified: 2 years ago
d populate so: <code> #!/bin/sh /sbin/upsmon -K >/dev/null 2>&1 && /sbin/upsdrvctl shutdown </code> Nex... profile variable ''/bin/upsc KPBUPS@localhost 2>/dev/null''. *A script file to succinctly log the UP... t every 10 minutes ''sudo Myscripts/UPSScan.sh 2>/dev/null'',<code bash>#!/bin/bash # Logging output fo... =$logfile.$timestamp cp $logfile $newlogfile cat /dev/null > $logfile gzip -f -9 $newlogfile </code>
KPTree - Email Server Setup @home_server
4 Hits, Last modified: 15 months ago
"sudo apt update" "sudo apt install php7.0-dev php-pear php7.0-tidy php-imagick" (no php5-sasl, ... -soap php7.0-intl" "sudo apt install libidn11-dev libmagickwand-dev imagemagick" (libmagick++4?) "sudo apt install libsasl2-dev php-ssh2 php-http-webdav-server" (no libssh2-php,
ISP PPPoE Network Setup @linux_router
4 Hits, Last modified: 9 months ago
script: <code> ExecStartPre=/sbin/ip link set up dev eno1 ExecStartPre=/sbin/ip link add link eno1 nam... type vlan id 7 ExecStartPre=/sbin/ip link set up dev eno1.7 ExecStartPre=/sbin/ip addr add 192.168.5.2/24 broadcast 192.168.5.255 dev eno1 ExecStartPre=/sbin/ip route add 192.168.5.0/24 via 192.168.5.1 dev eno1 </code> <fs smaller>A reference to this pro
boot tools @tech_notes
4 Hits, Last modified: 9 months ago
Linux Block Device Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 14 months ago
Docker - diun & ntfy @docker_notes
3 Hits, Last modified: 6 months ago
Docker @docker_notes
3 Hits, Last modified: 3 months ago
Docker nginx / php notes @docker_notes
3 Hits, Last modified: 4 months ago
Private LAN VPN Access @docker_notes
3 Hits, Last modified: 5 months ago
fsck - file system check @home_server:home_server_setup
3 Hits, Last modified: 2 years ago
IPMI Console Setup @home_server:home_server_setup:other_services
3 Hits, Last modified: 3 weeks ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
3 Hits, Last modified: 5 months ago
Docker - DNS Server @docker_notes
2 Hits, Last modified: 5 months ago
Docker mailserver @docker_notes
2 Hits, Last modified: 3 hours ago
Docker Miscellaneous @docker_notes
2 Hits, Last modified: 6 weeks ago
turn server @docker_notes
2 Hits, Last modified: 3 months ago
IPv6 Setup Notes @linux_router
2 Hits, Last modified: 13 months ago
TC - Traffic Control @linux_router
2 Hits, Last modified: 12 months ago
Router Configuration, Switch & Server Setup @linux_router
2 Hits, Last modified: 2 weeks ago
snapraid @home_server:home_server_setup:other_services
2 Hits, Last modified: 4 months ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 4 months ago
Reverse Proxy Server - Traefik @docker_notes
1 Hits, Last modified: 5 months ago
KPTree Torrent VM Setup @home_server
1 Hits, Last modified: 2 years ago
VNC Server @home_server:home_server_setup
1 Hits, Last modified: 3 weeks ago
BASH Customisation @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago
Calibre Server @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified: 18 months ago
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago