Search
You can find the results of your search below.
Fulltext results:
- IPMI Console Setup
- omatically resizes the stty terminal to match the local terminal size. (Seems to require large overheads)
- Manjaro Setup Notes
- * The CUPS printer interface is on web page; ''localhost:631'' * The PDF printer definition file ... x and Manjaro. This will solve problems with your local key database and Manjaro's and Arch's key databas
- Rsync
- bash Myscripts/rsync_shared.sh'' #Note this is a local only script and takes no additional batch inputs ... .com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps *https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/ *https://... command and re-run it for real. ====Test rsync on Local System==== In an effort to try out rsync in the
- BASH Customisation
- ng-iso, except time time is to the nanosecond and local timezone delta is displayed * The ''TIM
- SSH Notes
- does not carry the environment [ -f /etc/default/locale ] && . /etc/default/locale export LANG cores=$(grep -c ^processor /proc/cpuinfo 2>/dev/null) [ "$cores"
- NFS
- nfs server *example: ''sudo showmount -e kptr.local.kptree.net'' * ''nfsstat'' Shows some nfs serv
- Back-up Server Old Setup
- ed syntax in NFS4.) * ''/mnt/backup1'' : is the local mount point, note this directory must exist, idea... /mnt/backup2'' Where: *''/mnt/backup1'' is the local mount point to be unmounted ++++Possible mount s... #!/bin/bash #Script to mount NFS remote Disk1 to local /mnt/backup1 if grep -qs "/mnt/backup1" /proc/mo... #!/bin/bash #Script to mount NFS remote Disk2 to local /mnt/backup2 if grep -qs "/mnt/backup2" /proc/mo