read

Search

You can find the results of your search below.

Back-up Server Old Setup @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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
KVM Setup
12 Hits, Last modified:
is KVM allows for configuration of socket|Cores|Threads. See the picture below. This actually makes sen... seems to be no limit on the number of cores and threads, only the number of sockets. Sadly, the default... tual CPUs as sockets with 1 core(/socket) and 1 Thread(/core). When setting the manual CPU topology option to 1 Socket with 4 Cores(/Socket) and 1 Thread(/Core) my Windows 10 could see the 4 cores and pe
Rsync @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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 @home_server:home_server_setup:other_services
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
Network Setup
2 Hits, Last modified:
ve. The 5GB/s Ethernet cards and switches are not readily available. The 10Gb/s cards and switches are s... r resource is from cloud-init [[https://cloudinit.readthedocs.io/en/latest/topics/network-config-format-
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 CLI Tools @home_server:home_server_setup:other_services
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 @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 |