read

Search

You can find the results of your search below.

Back-up Server Old Setup
13 Hits, Last modified:
separated by commas with no spaces * ''rw'' : read / write * ''vers=4'' : version 4 of nfs * '... rep -qs "$mount1" /proc/mounts; then exit 0 #Already mounted, exit with success else mount "$mount1... qs "/mnt/backup1" /proc/mounts; then exit 0 #Already mounted, exit with success else mount -t nfs -... qs "/mnt/backup2" /proc/mounts; then exit 0 #Already mounted, exit with success else mount -t nfs -
Manjaro Setup Notes
13 Hits, Last modified:
e a Linux version. * Calibre - Book Library and reader software (I have been having some trouble with ... lor0}Running:$color $running_processes ${color0}Threads:$color $threads ${color0}Running:$color $running_threads ${stippled_hr 2} ${color0}CPU Usage$color ${color3} NAME
Rsync
9 Hits, Last modified:
opies files and reports progress *''-h''' human readable file sizes *''-v'' increase output verbosit... hosts deny = * list = true uid = root gid = root read only = false # auth users = baumkp # secrets file... progress during transfer| |''-h''| ''%%--%%human-readable'' |output numbers in a human-readable format| |''-u''| ''%%--%%update'' |skip files that
BASH Customisation
5 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. ... as ll='ls -alh --color=auto' alias lt='ls --human-readable --color=auto --size -1 -S --classify' # file ... e not tried yet. References: *[[https://bash-it.readthedocs.io/en/latest/|Welcome to Bash-it’s documen
Commonly used commands and scripts
5 Hits, Last modified:
er ^ nextcloud ^ wiki ^ | php-apcu | object read caching | ✔ | ✔ | ✔ | | php-apcu-bc | |... php7.4-opcache | | ✔ | ✔ | ✔ | | php7.4-readline | | ✔ | ✔ | ✔ | | php7.4-xml | | ... 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.
SSH Notes
3 Hits, Last modified:
catched due to the disk that # isn't ready continue print(f" Total Siz... _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
1 Hits, Last modified:
separated by commas with no spaces * ''rw'' : read / write * ''vers=4'' : version 4 of nfs * '
IPMI CLI Tools
1 Hits, Last modified:
ool that can used to perform various commands for reading and writing to the IPMI device. It is equivale
IPMI Console Setup
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
1 Hits, Last modified:
vertically | | :sview file | Same as :split in read-only mode | | :hide | Close current window |