KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@home_server:home_server_setup:other_services
  • Any namespace
Past year
  • Any time
  • Past week
  • Past month
  • Past year
Sort by last modified
  • Sort by hits
  • Sort by last modified

Fulltext results:

IPMI Console Setup
1 Hits, Last modified: 8 weeks ago
omatically resizes the stty terminal to match the local terminal size. (Seems to require large overheads)
Manjaro Setup Notes
2 Hits, Last modified: 3 months ago
* 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
11 Hits, Last modified: 6 months ago
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
1 Hits, Last modified: 6 months ago
ng-iso, except time time is to the nanosecond and local timezone delta is displayed * The ''TIM
SSH Notes
2 Hits, Last modified: 6 months ago
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
1 Hits, Last modified: 6 months ago
nfs server *example: ''sudo showmount -e kptr.local.kptree.net'' * ''nfsstat'' Shows some nfs serv
Back-up Server Old Setup
37 Hits, Last modified: 6 months ago
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