read

Search

You can find the results of your search below.

Conky
37 Hits, Last modified:
t install conky-std'' Two sites you will want to read, beyond the [[https://web.archive.org/web/2018120... lor0}Running:$color $running_processes ${color0}Threads:${tab 25,25}$color $threads ${color0}Running:$color $running_threads ${stippled_hr 2} ${color0}CPU Usage$color ${color3} NAME
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
samba
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
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
Calibre Server
1 Hits, Last modified:
d at my local library again because I wanted to reread some of my favorite books. I spent some time to c
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
tmux
1 Hits, Last modified:
ering to the GPU for lower system load * Uses threaded rendering for absolutely minimal latency * Pe
VIM Editor
1 Hits, Last modified:
vertically | | :sview file | Same as :split in read-only mode | | :hide | Close current window |