read

Search

You can find the results of your search below.

Conky @home_server:home_server_setup:other_services
17 Hits, Last modified:
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:
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:
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:
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
Commonly used commands and scripts @home_server:home_server_setup:other_services
3 Hits, Last modified:
er ^ nextcloud ^ wiki ^ | 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:
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
KPTree - MSWindows Setup
2 Hits, Last modified:
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
Web Server setup
2 Hits, Last modified:
[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.
KVM Setup @home_server:home_server_setup
2 Hits, Last modified:
''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
Back-up Server Old Setup @home_server:home_server_setup:other_services
2 Hits, Last modified:
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:
_io = psutil.disk_io_counters() print(f"Total read: {get_size(disk_io.read_bytes)}") print(f"Total write: {get_size(disk_io.write_bytes)}") ## Ne
Linux Block Device Notes @home_server:home_server_setup:other_services
1 Hits, Last modified:
separated by commas with no spaces * ''rw'' : read / write * ''vers=4'' : version 4 of nfs * '
IPMI Console Setup @home_server:home_server_setup:other_services
1 Hits, Last modified:
file ''sudo vim /etc/ipmi'' and set to root only read/write ''sudo chown root:root /etc/ipmi'' and ''s
VIM Editor @home_server:home_server_setup:other_services
1 Hits, Last modified:
vertically | | :sview file | Same as :split in read-only mode | | :hide | Close current window |