read

Search

You can find the results of your search below.

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
KVM 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 |