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.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@home_server
  • Any namespace
  • home_server:home_server_setup (12)
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
17 Hits, Last modified: 5 years ago
t install conky-std'' Two sites you will want to read, beyond the [[https://web.archive.org/web/2018120... e:$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${a... lor /dev/nvme0n1p1 ${color0}Reads: $color${diskio_read /dev/nvme0n1p1}/s${alignr}${color0}Writes: $color
samba @home_server:home_server_setup:other_services
6 Hits, Last modified: 4 years ago
is the main Samba configuration file. You should read the # smb.conf(5) manual page in order to underst... # By default, the home directories are exported read-only. Change the # next parameter to 'no' if you want to be able to write to them. ; read only = yes # File creation mask is set to 0700 f... ath = /home/samba/netlogon ; guest ok = yes ; read only = yes # Un-comment the following and create
Manjaro Setup Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 18 months ago
or /dev/nvme0n1p5 #${color0}Reads: $color${diskio_read /dev/sdd}/s${alignr}${color0}Writes: $color${disk... o_write /dev/nvme0n1p5}/s #${color8}${diskiograph_read /dev/sdd 25,150 33FF00 FF3333 scale -t}$color${al... lor /dev/nvme0n1p5 ${color0}Reads: $color${diskio_read /dev/nvme0n1p5}/s${alignr}${color0}Writes: $color... io_write /dev/nvme0n1p5}/s ${color8}${diskiograph_read /dev/nvme0n1p5 25,150 33FF00 FF3333 scale -t}$col
BASH Customisation @home_server:home_server_setup:other_services
3 Hits, Last modified: 10 months ago
or listing directories (ls) which is difficult to read on a black background. While this is the "standar... ), again the dark blue colour may be difficult to read so I change the prompt color code from 34 to 36. ... white to yellow so the text is more appealing to read, at least for me. Some interesting references on
KPTree - Home Desktop Setup
3 Hits, Last modified: 5 months ago
althy country with a relatively small population, read higher pricing! The argument from the seller is t... of use, long term reliability, and cost to run - read ink cost. I try to limit my printing and have not... nto distinct sections, making documents easier to read and navigate. *Soft Return: A soft return, als
Commonly used commands and scripts @home_server:home_server_setup:other_services
3 Hits, Last modified: 12 months ago
version | 8.3 | | | | php-apcu | object read caching | ✔ | ✔ | ✔ | | php-apcu-bc | |... rn to think in sed, awk, and grep]] \\ Trying to read the man pages for the utilities most frequently s... just pipe all that output to a pager, so you can read it one page at a time, with netstat -anp | less.
Rsync @home_server:home_server_setup:other_services
3 Hits, Last modified: 8 months ago
hosts deny = * list = true uid = root gid = root read only = false # auth users = baumkp # secrets file... " DIR=`date +%Y_%b_%d_%H_%M` while true; do read -p "What would you like to backup? ('desktop', 'R... th Windows==== *[[http://www.smellems.com/tiki-read_article.php?articleId=14|Backup from Windows to L
Back-up Server Old Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 21 months ago
separated by commas with no spaces * ''rw'' : read / write * ''vers=4'' : version 4 of nfs * '... #hosts deny = * list = true uid = root gid = root read only = false #auth users = baumkp #secrets file =
SSH Notes @home_server:home_server_setup:other_services
2 Hits, Last modified: 21 months ago
_io = psutil.disk_io_counters() print(f"Total read: {get_size(disk_io.read_bytes)}") print(f"Total write: {get_size(disk
KVM Setup @home_server:home_server_setup
2 Hits, Last modified: 20 months ago
''sudo mount -r /dev/nbd0p1 /mnt/image'' to mount read only or ''sudo mount -rw /dev/nbd0p1 /mnt/image'' to mount explicitly read-write. When complete clean-up with the following
Web Server setup
2 Hits, Last modified: 22 months ago
[newGID]" >&2 exit 1 fi # ask for confirmation read -p "Changing the GID of group '$1' from $2 to $3.... sh [username] [oldUID] [newUID]" >&2 exit 1 fi read -p "Changing the UID of user '$1' from $2 to $3.
IPMI Console Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 16 months ago
file ''sudo vim /etc/ipmi'' and set to root only read/write ''sudo chown root:root /etc/ipmi'' and ''s
Linux Block Device Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 8 months ago
separated by commas with no spaces * ''rw'' : read / write * ''vers=4'' : version 4 of nfs * '
VIM Editor @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
vertically | | :sview file | Same as :split in read-only mode | | :hide | Close current window |